Skip to content

Commit

Permalink
chore: cleanup demo Product fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Jan 11, 2022
1 parent cfc2fd8 commit 208c7a8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions demo/graphcms-fragments/Product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,6 @@ fragment Product on Product {
}
}
price
test {
... on ProductTestRichText {
raw
json
html
markdown
text
references {
... on Asset {
remoteTypeName: __typename
remoteId: id
locale
stage
}
... on Category {
remoteTypeName: __typename
remoteId: id
locale
stage
}
}
}
}
createdBy {
... on User {
remoteTypeName: __typename
Expand Down

0 comments on commit 208c7a8

Please sign in to comment.