Skip to content

Commit 208c7a8

Browse files
committed
chore: cleanup demo Product fragment
1 parent cfc2fd8 commit 208c7a8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

demo/graphcms-fragments/Product.graphql

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,6 @@ fragment Product on Product {
3737
}
3838
}
3939
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-
remoteTypeName: __typename
56-
remoteId: id
57-
locale
58-
stage
59-
}
60-
}
61-
}
62-
}
6340
createdBy {
6441
... on User {
6542
remoteTypeName: __typename

0 commit comments

Comments
 (0)