-
Updated
Feb 7, 2022 - 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 219 public repositories matching this topic...
-
Updated
Feb 7, 2022 - TypeScript
-
Updated
Feb 7, 2022 - TypeScript
-
Updated
Feb 7, 2022 - TypeScript
-
Updated
Feb 7, 2022 - C#
-
Updated
Feb 3, 2022 - Swift
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 14, 2019
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Jan 22, 2022 - TypeScript
-
Updated
Jan 25, 2022 - TypeScript
probably for the entire pipeline.
-
Updated
Jan 31, 2022 - Vim script
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Nov 1, 2017 - JavaScript
Seeing some posts about subscriptions on Reddit about game development, I wanna explore options for building multiplayer games with live queries
-
Updated
Oct 6, 2021 - JavaScript
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
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
Jan 13, 2022 - CSS
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Jan 17, 2022 - Go
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
When running
strawberry export-schema core.schema:schemain a django project, we get this error:To fix this we should create a management comm