entity
Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.
directive @entity on OBJECT
Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.
directive @entity on OBJECT