Created
June 2, 2021 14:48
-
-
Save bengrunfeld/f54dd12c0243f91a04deb49fe218605f to your computer and use it in GitHub Desktop.
Scalable GraphQL User Queries File
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
export const queries = ` | |
user(id: String!) : User | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment