Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 05:00
Show Gist options
  • Save manakuro/7260f177cb5e7a05e99f2a698b7a2ddf to your computer and use it in GitHub Desktop.
Save manakuro/7260f177cb5e7a05e99f2a698b7a2ddf to your computer and use it in GitHub Desktop.
extend type Query {
user(id: ID): User
users(after: Cursor, first: Int, before: Cursor, last: Int, where: UserWhereInput): UserConnection
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment