graphql-query

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...
An improve to the layout of the devtool could definitely improve user experience. Lets make sure the devtool is utilizing the space better.
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Oct 30, 2017 - JavaScript
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
-
Updated
May 17, 2021 - Kotlin
-
Updated
Oct 30, 2017 - JavaScript
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
-
Updated
Oct 25, 2018 - Swift
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
May 18, 2021 - Ruby
-
Updated
May 7, 2021 - JavaScript
-
Updated
Feb 1, 2020 - HTML
-
Updated
May 16, 2020 - Go
-
Updated
Jan 16, 2017 - JavaScript
-
Updated
Nov 29, 2017 - TypeScript
-
Updated
Jun 10, 2021 - Python
-
Updated
Nov 2, 2017 - JavaScript
-
Updated
Jun 8, 2021 - PowerShell
-
Updated
Jan 23, 2019 - Clojure
-
Updated
Mar 2, 2021 - Kotlin
-
Updated
May 13, 2020 - F#
-
Updated
Feb 14, 2021 - PHP
-
Updated
Oct 21, 2020 - Clojure
-
Updated
May 20, 2021 - Ruby
-
Updated
Aug 26, 2018 - Java
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Apr 18, 2018 - JavaScript
-
Updated
Mar 2, 2021 - Swift
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Make a concise print function for the
QueryPlanningAnalysis
class https://github.com/kensho-technologies/graphql-compiler/blob/v2.0.0.dev25/graphql_compiler/cost_estimation/analysis.py#L381In most cases, the printout of the analysis passes is enough to explain why a particular query plan was chosen.