-
Updated
Oct 2, 2020 - TypeScript
graphql-schema
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 180 public repositories matching this topic...
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Sep 27, 2020 - TypeScript
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Oct 2, 2020 - C#
-
Updated
Jan 14, 2019
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Apr 12, 2020 - PHP
Similar to apollo tracing we should make an extension to add tracing using opentracing.
Apollo tracing code: https://github.com/strawberry-graphql/strawberry/blob/master/strawberry/extensions/tracing/apollo.py
We need to use the opentracing python package (as optional install) for this.
-
Updated
May 1, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Sep 14, 2020 - Vim script
I think it would be super useful if one could include headers when defining the endpoints.
Something like:
endpoints: [{
namespace: 'model',
typePrefix: 'Model',
url: 'http://localhost:8080/graphql' // url to a GraphQL endpoint,
headers: {
'Authorization': 'Bearer **********************',
'content-type': 'application/json'
}
}-
Updated
Sep 13, 2020 - JavaScript
-
Updated
Jan 6, 2019
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Jul 16, 2020 - CSS
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Mar 28, 2019 - TypeScript
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia