Skip to content

Instantly share code, notes, and snippets.

@ascott1
Created March 14, 2020 00:08
Show Gist options
  • 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