-
I want to use multiple GraphQL endpoint on single project, but this extension seems load only one (first) project even if multiple project exists on `graphql.config.yml`.
Here's example, only 3 fil…
-
### What are you trying to do?
I'm trying to use a literal type in order to have better typing in my dagger code.
I have a field like this on an object.
```typescript
@field() type: 'head' | 'me…
Xiot updated
3 months ago
-
Hello I'm trying to test gql but running ` gql run` returned
```
[...]
File "/home/rdebroiz/.virtualenvs/test_gql/lib/python3.7/site-packages/gql/utils_schema.py", line 22, in load_schema
…
-
### Bug description
We have a monorepo using turbo repo with the following structure:
The prisma package is being used in multiple applications, currently we're trying to use a single `.env`…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I have a GraphQL endpoint that requires OAuth2 authentification. When I click on "connect" in…
-
This issue serves as a discussion for adding schema change notifications and introspection reloading support to PostgreSQL.
Relevant documentation pages:
- https://www.postgresql.org/docs/10/stat…
-
Provide way to disable [introspection in GraphQL](https://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/) and disable OpenAPI schema endpoint v…
-
### Bug description
Changing the type of a field in a model, or adding a new field, then running the command `npx prisma db push` and `npx prisma generate` are not updating the typings in my IDE, unl…
-
### What happened?
**Background:**
To make management of configuration files and schemas simpler, and unit testable we want to utilize the [multiple data sources](https://github.com/Azure/data-api-b…
-
The API I've been working on has created some custom directives to make development easier, and usage of these relies on the `mapSchema` from `@graphql-tools/utils` to transform the schema.
I do re…