-
Updated
Jan 1, 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 218 public repositories matching this topic...
-
Updated
Jan 1, 2022 - TypeScript
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
Jan 2, 2022 - TypeScript
-
Updated
Jan 2, 2022 - C#
-
Updated
Dec 27, 2021 - Swift
-
Updated
Dec 15, 2021 - TypeScript
-
Updated
Jan 14, 2019
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Dec 1, 2021 - TypeScript
probably for the entire pipeline.
-
Updated
Apr 17, 2019 - TypeScript
-
Updated
Sep 18, 2021 - Vim script
-
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
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'
}
}
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
-
Updated
Jan 6, 2019
-
Updated
Nov 16, 2021 - CSS
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Dec 21, 2021 - Go
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
With the recent bug-fix in #1463, I noticed a lack of tests directly testing
UnionDefinition.get_type_resolver
and the function that it returns. We should add these.