GraphQL/Inputs
ManagementGroupChangedRecordInput
No description
input ManagementGroupChangedRecordInput {
observationDate: Timestamp!
animals: [AnimalIdentityInput!]!
managementGroupId: ID
enterpriseId: ID!
supplyChainId: ID
supplyChainStageId: ID
}Fields
ManagementGroupChangedRecordInput.observationDate ● Timestamp! non-null scalar
ManagementGroupChangedRecordInput.animals ● [AnimalIdentityInput!]! non-null input
ManagementGroupChangedRecordInput.managementGroupId ● ID scalar
May be null to support enterprise-only enrollment without a specific management group.
ManagementGroupChangedRecordInput.enterpriseId ● ID! non-null scalar
ManagementGroupChangedRecordInput.supplyChainId ● ID scalar
ManagementGroupChangedRecordInput.supplyChainStageId ● ID scalar
Member Of
input