Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created June 2, 2021 14:48
Show Gist options
  • Save bengrunfeld/f54dd12c0243f91a04deb49fe218605f to your computer and use it in GitHub Desktop.
Save bengrunfeld/f54dd12c0243f91a04deb49fe218605f to your computer and use it in GitHub Desktop.
Scalable GraphQL User Queries File
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