-
Updated
Oct 9, 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 213 public repositories matching this topic...
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 5, 2021 - Swift
-
Updated
Oct 7, 2021 - C#
-
Updated
Oct 9, 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
Apr 17, 2019 - TypeScript
-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Sep 18, 2021 - Vim script
-
Updated
Nov 1, 2017 - JavaScript
probably for the entire pipeline.
-
Updated
Oct 6, 2021 - JavaScript
Seeing some posts about subscriptions on Reddit about game development, I wanna explore options for building multiplayer games with live queries
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
Sep 1, 2021 - CSS
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Jun 12, 2021 - Go
-
Updated
Aug 11, 2021 - JavaScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
We should create an extension that allows you to profile your request using https://github.com/joerick/pyinstrument
Should probably an argument that lets you specify the path for the profile report.
Example API: