IntegrationType
Integration type
type IntegrationType {
createdAt: ISO8601DateTime!
id: ID!
inventoryPullFrequency: String
inventoryPushFrequency: String
name: String!
prettyName: String!
status: StatusEnum!
updatedAt: ISO8601DateTime!
}
Fields
IntegrationType.createdAt ● ISO8601DateTime! non-null scalar
IntegrationType.id ● ID! non-null scalar
IntegrationType.inventoryPullFrequency ● String scalar
Frequency at which inventory is pulled from this integration type (e.g., '15 minutes', '2 hours')
IntegrationType.inventoryPushFrequency ● String scalar
Frequency at which inventory is pushed to this integration type (e.g., '15 minutes', '2 hours')
IntegrationType.name ● String! non-null scalar
IntegrationType.prettyName ● String! non-null scalar
IntegrationType.status ● StatusEnum! non-null enum
IntegrationType.updatedAt ● ISO8601DateTime! non-null scalar
Returned By
integrationTypes query