Interface | Description |
---|---|
GraphQLDataBinderManager | An interface to describe a manager that will store and return instances of data binders to be used with GraphQL operations on GORM entities |
Class | Description |
---|---|
DefaultGraphQLDataBinderManager | A default implementation of GraphQLDataBinderManager that will also return a result if the class requested is a subclass of a class that exists in the registry. |
DefaultGraphQLDataBinderManager.1 |