-
Consider creating custom viewer for GraphQL schema within GraphQL console. Similar to other GQL editors such as Altair.
-
#### Perceived Problem
The way Graffle is currently built leads to dragging in all/most of `graphql` package _even when its features are not be used_ (for example: send a document as a string to a …
-
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)…
-
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…
-
I used gqlfetch to get the shopify graphql schema at `https://%s.myshopify.com/admin/api/2023-10/graphql.json` (where `%s` is the name of your own shopify sites graphql api).
I attached it as a gis…
-
### Describe the feature
Hello!
Thanks to the **Nuxt3** development team - cool stuff.
**Request:**
No documentation for "h3" with **GraphQL**: **Websocket** and **REST** .
Clean REST…
-
Consider the following schema:
```graphql
type Query {
someInterface: SomeInterface
}
interface SomeInterface {
echo(value: String! = "default"): String
}
type SomeType implements So…
-
### 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…
-
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…