Skip to content

Instantly share code, notes, and snippets.

@swalkinshaw
Last active November 24, 2022 06:38
Embed
What would you like to do?
Designing a GraphQL API
@tim-phillips
Copy link

@smolinari You only need to define types on the server, the front-end dev can simply reference the types when writing queries and mutations on the client. Your graphql server is the source of truth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment