ace.centralize.graphql.selections.entity_link
Predefined SelectionSets for EntityLink entity.
- class ace.centralize.graphql.selections.entity_link.EntityLinkSelections[source]
Bases:
objectReusable selection sets for EntityLink fields.
- MINIMAL = SelectionSet(fields=['id', 'entityTypeId', 'entityId'], nested=[])
- STANDARD = SelectionSet(fields=['id', 'entityTypeId', 'entityTypeName', 'entityId', 'relationRoleId'], nested=[])
- FULL = SelectionSet(fields=['id', 'entityTypeId', 'entityTypeName', 'entityId', 'relationRoleId', 'sharedPercent'], nested=[])