| Class | Description |
|---|---|
| ComplexGraphQLProperty | Used to represent a custom property that has a custom (complex) type |
| CustomGraphQLProperty | Implementation of GraphQLDomainProperty to be used to define additional properties beyond the ones defined in GORM entities |
| OrderedGraphQLProperty | A class to extend from to support the default sorting mechanism for GraphQL properties |
| PersistentGraphQLProperty | Implementation of GraphQLDomainProperty to represent a property on a GORM entity |
| SimpleGraphQLProperty | A class for creating custom properties that have a simple type |