-
### Component
Frontend UI, API Server / GraphQL
### Describe the Feature Request
As a user, I want to be able to choose for which event and objects I want to run a webhooks (custom or not)
### De…
-
In current implementation rules inside `@constraint` directive are combined by logical (boolean) `AND`:
```graphql
input BookInput {
title: String! @constraint(minLength: 5, format: "email")
}…
-
As a follow-up to #757, it would be very handy, for custom plugins, to have a [GraphQL](https://graphql.org/) endpoint. This would allow, in only one query, to get all information needed, no more. But…
-
#### Perceived Problem
The current plugin system allows only one "settings" parameter
In my plugin `nexus-plugin-shield` i use the current signature:
```typescript
use(shield({rules: rules, op…
-
We plan to support ESM modules for the next release of `graphql-js` and as part of this effort, we need to have full paths inside imports.
I tried to switch to full paths and enable `extensions` ru…
-
Hi,
After enabling the rules module, GraphQL explorer does not work. In the logs it says missing current_path.
Current version is as below:
Drupal Version: drupal 8.9.2
graphql: 8.x-3.0
-
ESLint crashes when there's a query with an Object Type field without a selection.
Schema:
```
type MyObjectType {
id: ID!
someField: String
}
type Query {
fieldName: MyObjectType
}
…
-
I am having issues using a model that contains danish letters as part of my domain model.
The letters 'æ', 'ø', 'å' and capitalized ('Æ', 'Ø', 'Å') are not working as I get the following exception:
…
-
Today the query validation actions say
# Query validation
* validate - Array of Strings - the list of validation rule names to validate a query against. This action will only validate query wi…
-
# Feature request
## Is your feature request related to a problem? Please describe
Currently, one has to write the schema rule without any intellisense for the schema types. With bigger schema, it…