status: busy

graphql

graphql

GraphQL is a query language for APIs and a runtime for executing queries by using a type system you define. Why use it? GraphQL allows clients to request only the data they need, reducing over-fetching and improving performance. Best practices include using a strongly-typed schema and optimizing query resolution. GraphQL was developed by Facebook in 2012 and released in 2015.

Source: