* refactor: replacing mobx with jotai Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai> Co-authored-by: Louis <louis@jan.ai>
18 lines
221 B
GraphQL
18 lines
221 B
GraphQL
fragment ProductDetail on products {
|
|
id
|
|
name
|
|
slug
|
|
description
|
|
long_description
|
|
technical_description
|
|
image_url
|
|
author
|
|
greeting
|
|
source_url
|
|
version
|
|
inputs
|
|
outputs
|
|
nsfw
|
|
created_at
|
|
updated_at
|
|
} |