interface GraphQLDataBinder
An interface to bind data from GraphQL to a GORM entity
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
bind(java.lang.Object object, java.util.Map data) Binds data to a domain class instance |