internal
Internal directive This should be used on schema element that are internal and should not be exposed out on the public API. Elements marked with this directive will be filtered out from the public api but will be available on the private API endpoint
link GraphQL Schema definition
- directive @internal on FIELD_DEFINITION | INPUT_FIELD_DEFINITION | ARGUMENT_DEFINITION | OBJECT
link Require by
This element is not required by anyone