Skip to content

Instantly share code, notes, and snippets.

@mousemckill
Created February 7, 2019 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mousemckill/d3045c17cfba78f632647741f2835489 to your computer and use it in GitHub Desktop.
Save mousemckill/d3045c17cfba78f632647741f2835489 to your computer and use it in GitHub Desktop.
schema.graphql
#import "./Embed_node.graphql"
#import "./Element_node.graphql"
fragment ContentNode_content on ContentNode {
__typename
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
children {
... on Embed {
...Embed_node
}
... on Text {
text
}
... on Element {
...Element_node
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment