| Package | Description |
|---|---|
| com.daikit.graphql.datafetcher |
| Modifier and Type | Class and Description |
|---|---|
class |
GQLAbstractDeleteDataFetcher
Abstract super class that may be overridden to provide "delete entity" data
fetcher by ID to the schema building.
|
class |
GQLAbstractGetByIdDataFetcher
Abstract super class that may be overridden to provide "getById" data fetcher
by ID to the schema building.
|
class |
GQLAbstractGetListDataFetcher
Abstract super class that may be overridden to provide "get list" fetcher to
the schema building.
|
class |
GQLAbstractSaveDataFetcher<SUPER_ENTITY_TYPE>
Abstract super class that may be overridden to provide "save entity" data
fetcher to the schema building.
|
class |
GQLCustomMethodDataFetcher
Class that may be overridden (or used as is) to provide "custom method" data
fetcher to the schema building.
|
Copyright © 2019. All rights reserved.