-
Updated
Jun 4, 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 222 public repositories matching this topic...
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 4, 2022 - C#
-
Updated
May 16, 2022 - TypeScript
-
Updated
Mar 25, 2022 - Swift
-
Updated
Jan 14, 2019
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
May 16, 2022 - TypeScript
probably for the entire pipeline.
-
Updated
May 4, 2022 - TypeScript
-
Updated
May 28, 2022 - Vim script
-
Updated
Apr 9, 2022 - 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
Mar 1, 2022 - CSS
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 6, 2022 - Go
-
Updated
Jun 3, 2022 - Go
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia


We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py