class LazyGraphQLMapping extends java.lang.Object implements ExecutesClosures
A class to lazy initialize GraphQL mappings on GORM entities. This is to allow users to access the mapping context API (for example to specify data fetching instances) inside of the mapping closure without needing the API to be available
Type | Name and description |
---|---|
groovy.lang.Closure |
closure |
Constructor and description |
---|
protected LazyGraphQLMapping
(groovy.lang.Closure closure) |
Type Params | Return Type | Name and description |
---|---|---|
|
GraphQLMapping |
initialize() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation