Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up⚡️ Incredible usage of GraphQL's schema ✡️ #22
Comments
This comment has been minimized.
This comment has been minimized.
moved to #20 |
This comment has been minimized.
This comment has been minimized.
cool @nutstick would you be ready to speak at #20? And we'll need your help to expand on your talk's description, plus the number of minutes you would need for the talk |
This comment has been minimized.
This comment has been minimized.
Okay sure. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hey @nutstick, thanks for the talk! Hope to hear from you again :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
who are you and where to find you
My name is Nuttapat Kirawittaya. I'm a react-native developer at Shopee. I love GraphQL.
intro to the talk
GraphQL is a query language for your API. There are a lot of benefits gained if you using it. For my point of view, the best benefit of GraphQL is not that we can reduce number of requests or prevent overfetching. The best feature of GraphQL is schema which allows developers, tools to work together seamlessly. I will show my usage of schema including Apollo plugin for your vscode, Type generate from your schema, automatic reviewing schema changes using GraphQL Inspector
planner