-
Updated
Feb 28, 2021 - TypeScript
graphql-client
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 429 public repositories matching this topic...
-
Updated
Feb 28, 2021 - TypeScript
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 27, 2021 - Swift
Is your feature request related to a problem? Please describe.
- Many projects include a JS target. Supporting JS targets will increase Apollo’s viability when being considered for multi-platform projects.
- It is not straightforward to use Apollo in projects that include a JS target. This is due to the
apollo-runtme-kotlinartifact, which can’t be used incommonMain. One workaround is
f / graphql.js
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Feb 28, 2021 - C#
Description
Graphql clients comparison (apollo client vs graphql-hooks vs urql).
Suggested implementation
List describing the advantages / disadvantages to other major clients. This library looks interesting but I don't see any advantage other file size.
-
Updated
Jul 20, 2020 - TypeScript
The docstring of expectOne says
/**
* Expect that a single has been made which matches the given URL, and return its
* mock.
*
* If no such has been made, or more than one such has been made, fail with an
Is your feature request related to a problem? Please describe.
Recently we added support customizing subscription flow using hooks (see: ExpediaGroup/graphql-kotlin#544). We should update our documentation to provide details about it.
Describe the solution you'd like
Updated [subscription documentation](https://github.com/ExpediaGroup/graphql-kotlin/blob/master
-
Updated
Feb 16, 2021 - Ruby
-
Updated
Feb 25, 2021 - JavaScript
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
On most of my React-Native screens that contain more than one Query, only the first one ever gets loaded and rest are stuck on loading forever. I can confirm from AppSync logs that no network requests are ever made for those queries. They also never return an error and are simply stuck. Using the A
-
Updated
Feb 23, 2021 - Python
-
Updated
Jul 3, 2019 - TypeScript
Currently they are included, but we might want to omit them.
-
Updated
Jan 13, 2021 - JavaScript
Type: minor
Describe the bug
After adding a new account address, the screen goes blank you appear to be logged out, but when you refresh the page, the address is there and you are still logged in.
To Reproduce
Steps to reproduce the behavior:
- Go to storefront
- Log in
- Click user name in upper right > Profile
- Add a new address.
- When you submit the form, see the
-
Updated
Feb 27, 2021 - TypeScript
-
Updated
Jan 27, 2021 - Clojure
Loving this project.
I feel like this project would benefit from a short quick start tutorial that demonstrate common methods such as:
Create item
mutation = Operation(schema.Mutation) # note 'schema.'
mutation.create_item(input=dict(id="23432")).__fields__()
List items with filter
op = Operation(schema.Query) # note 'schema.'
op.list_it
The fix for #509 enables using graphql interfaces and sub types in the client. However, it does so in a way that creates partial record accessors.
https://github.com/AlistairB/morpheus-repro/tree/partial-fields demonstrates the issue. stack build will produce the warning (it uses m
-
Updated
Nov 3, 2018 - JavaScript
-
Updated
Jan 20, 2021 - Java
-
Updated
Dec 13, 2019 - JavaScript
Currently downloading the graphql schema is a requirement for babel-plugin-tag to work. It would be useful to specify an URL as an option to the file path.
-
Updated
Jul 11, 2020 - JavaScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Thanks for a really great utility, just discovered it today!
Expected Behavior
It would be nice if it was possible to look at the results of a subscription while having it stopped, especially for faster updating subscriptions. I known you can turn off autoscroll but if you want to save the results you still have to manually cut and paste, unlike query results where you can use the download