-
### Feature Spec
The concept is similar, if not identical, to the Amplify GraphQL API, which offers queries, mutations, and real-time event subscriptions.
The GraphQL API facilitates several ess…
-
Since I now have my Bluesky handle set as a domain, and that same domain is used in the "website" field of my twitter profile, it seems like that could be another reasonable option to match on. I imag…
-
**Describe the bug**
Some directives are not included in the generated GraphQL Schema
**To Reproduce**
1. Go to https://github.com/ExpediaGroup/graphql-kotlin/pull/1350
2. Run the `./gradlew :…
-
## Description
I'm seeing unexpected behavior from `SchemaParser` that prevents me to properly upgrade to the newest versions of graphql-java 19.2 & graphql-java-kickstart 15.
I'm using GraphQ…
xcq1 updated
9 months ago
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
Currently, even t…
-
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…
-
### What's not working?
When creating a wrapper called handler around `createGraphQLHandler` function it never get executed.
Example `graphql.ts`
```typescript
const graphqlHandler = createGra…
-
Hello!
I have installed the dependency via `npm install graphql-directive-auth` and in order to use it I must first retrieve the `default` property from `require('graphql-directive-auth')` like so:…
-
Custom defined directives from another file not
**To Reproduce**
1. Create a new file "directives.graphql"
2. Add some directive definition e.g.
```graphql
directive @Resource(Name: String!, R…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [x] GraphQL Playground
- [x] GraphQL Playground Express Middleware
…