-
Updated
Nov 16, 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 184 public repositories matching this topic...
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Nov 17, 2020 - C#
-
Updated
Jan 14, 2019
-
Updated
Sep 19, 2020 - JavaScript
Sanic seems to be quite popular for performance reasons, might be nice to add built-in support for it, should be similar to asgi :)
-
Updated
Apr 12, 2020 - PHP
-
Updated
May 1, 2020 - JavaScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Nov 12, 2020 - Vim script
-
Updated
Sep 13, 2020 - JavaScript
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
Jan 6, 2019
-
Updated
Jul 16, 2020 - CSS
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Nov 16, 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
I'd like a configuration option to be able to disable the default mock map on this line here and get an error instead:
https://github.com/apollographql/graphql-tools/blob/5c5418cec88f1d5520eccc1d2e6dfaa511547e4d/src/mock.ts#L282
We have tests that use mock data and I'd rather have an explicit error if a value could not be resolved. I find the implicit default value unhelpful in this case and m