Created
December 10, 2021 05:00
-
-
Save manakuro/7260f177cb5e7a05e99f2a698b7a2ddf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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