public static class ResponsePayloadModel.EntityField extends Object
| Constructor and Description |
|---|
EntityField(String name,
EntityModel entity,
boolean isList) |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
getEntity()
The entity that this field references.
|
String |
getName()
The name of the GraphQL field.
|
boolean |
isList()
Whether the field is a list of entities, or a single entity.
|
public EntityField(String name, EntityModel entity, boolean isList)
public String getName()
public EntityModel getEntity()
public boolean isList()
Copyright © 2023. All rights reserved.