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 161 public repositories matching this topic...
Since typescript-generic-sdk got merged, we need to add docs, usage and examples.
Update
The website is now live under a new domain
This is the last domain change I hope
Background
The typegraphql.ml domain from Freenom has expired (or cancelled because I had no reminder on email as usual!), so the docs site is not reachable by this URL.
Freenom has marked typegraphql.m
https://github.com/prisma/nexus/search?q=subscription&unscoped_q=subscription I see they are in Nexus, but I can't find any mention of them on https://nexus.js.org/docs
We just need a piece of documentation because there is literally no documentation about directive locations except from the spec. The spec is not easy to read. Something like this would make sense
directive @field_definition on FIELD_DEFINITION
directive @argument_definition on ARGUMENT_DEFINITION
directive @object on OBJECT
directive @interface on INTERFACE
interface Foo @interDirective declaration definition:
graphql/graphql-js#318
To do:
- add
directivetoType Definitions - add a
Directive Typessection with a declaration and usage examples - add a directive declaration (one liner) in the
What does it look like?example
Maybe we could get rid of the Input with default value and Input with multiple arguments ex
-
Updated
Jun 8, 2020 - JavaScript
SyntaxError: Error while loading rule 'graphql/template-strings': Unexpected token in JSON at position 0
Occurred while linting /Users/devalias/dev/REDACTED/schema.graphql
at JSON.parse (<anonymous>)
at Object.readSchema (/Users/devalias/dev/REDACTED/node_modules/graphql-config/lib/utils.js:141:38)
at GraphQLProjectConfig.getSchema (/Users/devalias/dev/REDACTED/node_modules/g
-
Updated
Apr 12, 2020 - PHP
-
Updated
May 1, 2020 - JavaScript
I am confused as to how an example such as this, found in your documentation, is compatible with graphql-auth-directives:
const server = new ApolloServer({
schema: augmentedSchema,
context: ({ req }) => {
return { /* Note: We return a context object containing both `driver` and `req` fields */
driver,
req
};
}
});
Given that `graphql-auth-directiv
-
Updated
May 15, 2020 - JavaScript
-
Updated
Nov 1, 2017 - JavaScript
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
Mar 30, 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
Jun 2, 2020 - JavaScript
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Mar 14, 2020 - CSS
-
Updated
Oct 21, 2019 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Mar 28, 2019 - TypeScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Apr 23, 2020 - JavaScript
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
-
Updated
Nov 24, 2018 - TypeScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
https://www.apollographql.com/docs/apollo-server/data/errors/#codes
Mentions that: