language for API. Created by Facebook 2012 → Open Source 2015 • Graphql workflow: − Created by defining types and fields types, − then providing functions for each field on each type.
is how to reuse SDL definitions. • A common example for this issue are Relay-style connections. While providing a powerful approach to implement pagination, they require a lot of boilerplate and repeated code.
tools to implement a GraphQL API in Python using a code-first approach. • Graphene is fully featured with integrations for the most popular web frameworks and ORMs.
server(query language) Mutation: • allow to create , update , and delete (Manipulation Language) to the server. • Subscriptions: • Listen every changes on server and send realtime to client