You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added separate configurable inspections for existing schema and query validation rules, e.g. Unresolved reference, Type redefinition, Member redefinition, Duplicate argument, Duplicate directive, and many more.
Added support for repeatable directives.
Added support for extend schema syntax.
Added support for schema descriptions.
Added support for subscription directives.
Added several Relay built-in directives.
Supported suppression of inspections with comment for the definition or the whole file.
Changing the file highlight level in the editor prevents any inspections from being displayed.
Load variables from .env files. Supported file names: .env.local,.env.development.local,.env.development,.env.
Injections using #graphql and /* GraphQL */ comments.