-
Updated
Oct 21, 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 182 public repositories matching this topic...
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - C#
-
Updated
Jan 14, 2019
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Apr 12, 2020 - PHP
aiohttp integration
-
Updated
May 1, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Oct 16, 2020 - TypeScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Oct 4, 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
Oct 20, 2020 - TypeScript
Add GitHub workflow/action for CI (automatic build, testing, coverage checks etc) upon merging a PR.
-
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
The
fragmentoption ofIResolverOptionsexpects fragment asstring. It should be possible to usegraphql-tagas an input.I can take up the implementation if we agree on this API.