-
Updated
Sep 17, 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 485 public repositories matching this topic...
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
May 19, 2021 - Swift
-
Updated
Sep 7, 2021 - TypeScript
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 17, 2021 - Swift
-
Updated
May 20, 2021
-
Updated
Sep 16, 2021 - C#
f / graphql.js
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Aug 6, 2021 - JavaScript
-
Updated
Aug 28, 2021 - Swift
-
Updated
Jul 20, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related
I do not know if you can add a section on how to upload a file using the client with angle. I think it would be helpful for other developers to find the answer faster.
There are the examples for the server and apollo client
Apollo Server:
https://github.com/jaydenseric/apollo-upload-examples/blob/master/api/resolvers.mjs
Apollo Angular Client
https://github.com/mrdulin/angular-apollo-starter/
-
Updated
Sep 10, 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
Sep 16, 2021 - Python
It would be nice to be able to "hide" a field of a case class that you don't want exposed, or an enum member. This should be quite similar to existing @GQLDeprecated
.
-
Updated
Jul 3, 2019 - TypeScript
-
Updated
May 6, 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
Sep 15, 2021 - TypeScript
-
Updated
Apr 12, 2021 - Clojure
-
Updated
Sep 2, 2021 - Swift
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
Aug 13, 2021 - Java
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
apollo-runtme-kotlin
artifact, which can’t be used incommonMain
. One workaround is