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 339 public repositories matching this topic...
-
Updated
May 23, 2020 - TypeScript
Issue
Installation instruction listed on this web page advises to place $(SRCROOT)/YourTarget/**/*.graphql
into Input Files to prevent unnecessary recompilations.
I discovered that API.swift
is not regenerated if one of the graphql files is modified.
Diagnosis
It looks like globstar is not respected. Tested with Xc
I can't this lib to initialize, because it can't find variable 'self'
I'm running the following:
"expo": "19.0.1",
"graphql-request": "^1.3.4",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-19.0.0.tar.gz"
plus a babel-preset-expo preset
RxJava3 support?
Should Apollo Android support RxJava3?
It would actually be very easy. The question is whether if we want to or not?
Is your feature request related to a problem? Please describe.
Sometimes I have related models and I mention them in descriptions. This occurs fairly frequently when I have related models.
For example, I might have a separate Account
and Profile
types, and the description for Profile
might be something like
Public-facing information about an `Account`.
It'd be awesome f
f / graphql.js
-
Updated
May 14, 2020 - JavaScript
apollo-link-ws comes with the 'graphql-ws' Sec-Websocket-Protocol header.
I would like to change tha
Package
graphql-hooks
Environment
graphql-hooks
version: 4.3.0react
version: 16.12.0- Browser: Chrome
Description
I noticed the data
variable returned from useQuery
is undefined when first rendering a component. This collides with the fact that the types say it's always defined.
See index.d.ts
:
interface UseClientRequestResult<ResponseDat
We just need a piece of documentation because there is literally no documentation about directive locations except from the spec. The spec is not easy to read. Something like this would make sense
directive @field_definition on FIELD_DEFINITION
directive @argument_definition on ARGUMENT_DEFINITION
directive @object on OBJECT
directive @interface on INTERFACE
interface Foo @inter
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
May 21, 2020 - Ruby
Question:
The documentation states:
aws-appsync version | Required React Native Version |
---|---|
2.x.x | >= 0.60 |
1.x.x | <= 0.59 |
but 3.x.x is shipping. Is 3.x.x or 2.x.x preferred?
Is there a post or a set of release notes that describe the difference between 2.x.x and 3.x.x?
Environment:
apollo-client 2.6.8, React Native, Cognito, RN 61, Expo SDK 36
using Authorization and Su
-
Updated
Jul 3, 2019 - TypeScript
Developing on the default config with localhost:3000 is fine.
However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch
, which makes the app unresponsive/unable to login from devices other than localhost.
With the following schema:
schema {
query: Queries
}
type Post {
similar(limit: Int!, offset: Int): [Post!]!
}
type Queries {
users: [User!]!
posts: [Post!]!
}
type User {
similar(limit: Int!): [User!]!
}
SchemaWriter will generate 2 case classes named SimilarArgs
that clash with each other.
Add FAQ to website
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
First of all thank you very much for your awesome package! ))
In Json.Decode
module there is a function lazy
which helps with building recursive encoders. Please define in your module GraphQL.Request.Builder
the same function or explicitly explain in module docs how to deal with recursive decoding and encoding, because it confuses inexperienced Elm developers.
An example
After
-
Updated
May 22, 2020 - Clojure
-
Updated
Nov 3, 2018 - 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
Dec 13, 2019 - JavaScript
-
Updated
May 15, 2020 - Java
-
Updated
May 25, 2017 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
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
As noted in #122, setting up AppSync debugging in a Carthage-based project is challenging. We need to provide some developer documentation around that workflow to make it easier for developers to debug AppSync if they suspect a problem with the SDK.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
I think the client-side URL routing on your docs website is broken?
Reproduction:
I think the URL should be something like: "http