We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2fd8 commit 208c7a8Copy full SHA for 208c7a8
demo/graphcms-fragments/Product.graphql
@@ -37,29 +37,6 @@ fragment Product on Product {
37
}
38
39
price
40
- test {
41
- ... on ProductTestRichText {
42
- raw
43
- json
44
- html
45
- markdown
46
- text
47
- references {
48
- ... on Asset {
49
- remoteTypeName: __typename
50
- remoteId: id
51
- locale
52
- stage
53
- }
54
- ... on Category {
55
56
57
58
59
60
61
62
63
createdBy {
64
... on User {
65
remoteTypeName: __typename
0 commit comments