| Class | Description |
|---|---|
| ComplexOperation | Used to create custom operations with custom (complex) types |
| CustomOperation | This class stores data about custom query operations that users provide in the mapping of the entity. |
| ListOperation | Stores metadata about the list operation that this library provides by default. |
| ProvidedOperation | Stores metadata about the operations that this library provides by default. |
| SimpleOperation | Used to create custom operations with simple types |
| Enum | Description |
|---|---|
| OperationType | Used to determine if a custom operation is for querying or mutating. |