Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 04:52
Show Gist options
  • Save manakuro/3575b9c09babe1bbc6d0f68ca83a2d37 to your computer and use it in GitHub Desktop.
Save manakuro/3575b9c09babe1bbc6d0f68ca83a2d37 to your computer and use it in GitHub Desktop.
type User implements Node {
id: ID!
name: String!
age: Int!
todos: [Todo!]!
createdAt: String!
updatedAt: String!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment