Open
Description
Is there a way to add the directive types so they don't create errors in my IDE? They do not have to be correct, just to remove the error. I am using Jetbrains with the graphql plugin.
I added this to the schema file to remove the error, and it works, but it seems like I am solving a problem that has already been solved
directive @fake(
type: EnumValue!
) on FIELD_DEFINITION
directive @listLength(
min: Number!
max: Number!
) on FIELD_DEFINITION
Metadata
Metadata
Assignees
Labels
No labels