public interface GraphQLAnnotationsProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
registerType(TypeFunction typeFunction)
Allows you to register a new type function
|
void |
registerTypeExtension(java.lang.Class<?> objectClass)
Register a new type extension class.
|
void |
setRelay(graphql.relay.Relay relay)
Allows you to set a custom relay object
|
void registerTypeExtension(java.lang.Class<?> objectClass)
GraphQLTypeExtension annotation.objectClass - The extension class to registervoid setRelay(graphql.relay.Relay relay)
relay - The extension class to registervoid registerType(TypeFunction typeFunction)
typeFunction - The extension class to register