The Wayback Machine - https://web.archive.org/web/20210614053656/https://github.com/topics/graphql-query
Skip to content
#

graphql-query

graphql logo

GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.

Here are 38 public repositories matching this topic...

obmarg
obmarg commented Feb 6, 2021

The HTTP client extension traits provided in the http library assume that a response is always GraphQL. This is fine when things work, but makes it hard to determine what's gone wrong when an API does not return a valid GraphQL response: you just get an unhelpful serde decoding error.

Ideally we should be returning the actual HTTP response in these cases, or at least be logging it out somewh

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest