| Class | Description |
|---|---|
| ClosureDataFetcher | A class to retrieve data from the environment source with a closure. |
| ClosureDataFetchingEnvironment | Provides the data fetching environment for closures. |
| CountEntityDataFetcher | A class for retrieving how many entities exist in the datastore |
| CreateEntityDataFetcher | A class for creating entities with GraphQL |
| DeleteEntityDataFetcher | A class for deleting entities with GraphQL |
| EntityDataFetcher | A class for retrieving a list of entities with GraphQL |
| PaginatedEntityDataFetcher | A class for retrieving a single page of entities with GraphQL |
| PersistentPropertyDataFetcher | A default data fetcher for persistent properties that uses GORM instead of the standard reflection used by the default graphql.schema.PropertyDataFetcher |
| SingleEntityDataFetcher | A class for querying a single entity with GraphQL |
| SoftDeleteEntityDataFetcher | Used to soft delete entity instances. |
| UpdateEntityDataFetcher | A class for updating an entity with GraphQL |