-
https://www.graphql-tools.com/docs/mocking#addmockstoschema
> [Mocking](https://www.graphql-tools.com/docs/mocking#mocking)
>
> The strongly-typed nature of a GraphQL API lends itself extremely …
-
Is it possible to use api-codegen-preset within a checkout UI extension? I tried setting it up according to the docs, but it didn't work.
Here is the .graphqlrc.ts:
```
import { ApiType, shopify…
-
A suggested schema for queries focused on the perspective of the frontend:
```graphql
type Query {
user(id: String!): User!
matches(author: ID!): [Match!]
culture(userId: ID!, count: Int)…
-
Similar to the JavaScript implementations, I am thinking we should have a way to parse schema strings to rust types.
Similar to https://github.com/maciejhirsz/json-rust, I would also like the ability…
-
### What's the issue?
Dagster reported an Unexpected GraphQL error,I want to know if this issue is a bug or a problem with my dagster settings?
error info:
Operation name: {RunRootQuery}
Messa…
-
Consider the following schema:
```graphql
type Query {
someInterface: SomeInterface
}
interface SomeInterface {
echo(value: String! = "default"): String
}
type SomeType implements So…
-
https://github.com/iptc/newsinjson/blob/events-planning/graphql/server.js needs to be updated by hand to match the 3.0 schema.
-
### Expected behavior
Mutation is possible by calling the fields by either only their `code` e.g. `foo` or with the objec obrick as a prefix e.g. `ObjectBrickFoo.foo`
### Actual behavior
gives an e…
-
### Issue workflow progress
We are on `@graphql-eslint/eslint-plugin@4.0.0-alpha.0`.
This is our `eslintrc`
```javascript
files: ['*.graphql'],
parser: '@graphql-eslint/eslint-plugin',
p…
-
I am using a [monorepo setup](https://github.com/sst/monorepo-template/tree/main) with [Drizzle](https://github.com/sst/ion/tree/dev/examples/aws-drizzle), and have encountered a peculiar problem wher…