ace.centralize.graphql.selections.application

Predefined SelectionSets for Application and related entities.

class ace.centralize.graphql.selections.application.ApplicationSelections[source]

Bases: object

Reusable selection sets for Application fields.

MINIMAL = SelectionSet(fields=['applicationId', 'applicationNumber'], nested=['policy'])
STANDARD = SelectionSet(fields=['applicationId', 'applicationNumber', 'referenceNumber', 'applicationTypeId', 'submissionTypeId', 'isDelivered', 'deliveryMethodId', 'interviewTypeId', 'isReplacement', 'isCalculatedInProduction', 'terminationDate', 'effectiveDate', 'terminationReasonId', 'submittedDate', 'signedDate', 'statusId'], nested=['policy', 'participants'])
FULL = SelectionSet(fields=['applicationId', 'applicationNumber', 'applicationTypeId', 'creationDateTimeUTC', 'creationUserId', 'deletionDateTimeUTC', 'deletionUserId', 'deliveryMethodId', 'dynamic', 'effectiveDate', 'interviewTypeId', 'isCalculatedInProduction', 'isDelivered', 'isReplacement', 'lastUpdateDateTimeUTC', 'lastUpdateUserId', 'referenceNumber', 'signedDate', 'statusId', 'submissionTypeId', 'submittedDate', 'terminationDate', 'terminationReasonId'], nested=['policy'])