Skip to content

Instantly share code, notes, and snippets.

@ascott1
Created March 14, 2020 00:08
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 ascott1/52572b34daebd95c192cfc8e58bfae79 to your computer and use it in GitHub Desktop.
Save ascott1/52572b34daebd95c192cfc8e58bfae79 to your computer and use it in GitHub Desktop.
type User {
name: String!
highlights: [Highlight!]
}
type Highlight {
content: String!
users: [User!]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment