-
Updated
Apr 27, 2021 - 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 205 public repositories matching this topic...
-
Updated
Apr 27, 2021 - TypeScript
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Apr 23, 2021
-
Updated
Apr 26, 2021 - TypeScript
-
Updated
Apr 28, 2021 - C#
-
Updated
Jan 14, 2019
-
Updated
Feb 25, 2021 - JavaScript
Apollo client supports using GET instead of POST for GraphQL queries.
As far as I can tell strawberry doesn't seem to support this (at least in the ASGI wrapper). Am I missing something? Is there already a plan to do so?
-
Updated
Apr 12, 2020 - PHP
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Mar 19, 2021 - Vim script
-
Updated
Apr 27, 2021 - TypeScript
-
Updated
Apr 17, 2021 - 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
Mar 30, 2021 - CSS
-
Updated
Sep 10, 2019 - JavaScript
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Mar 30, 2021 - JavaScript
In case there is no patch we don't need to send anything over the wire!
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 16, 2021 - JavaScript
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