Skip to main content

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 common

IntegrationType.id ● ID! non-null scalar common

IntegrationType.inventoryPullFrequency ● String scalar common

Frequency at which inventory is pulled from this integration type (e.g., '15 minutes', '2 hours')

IntegrationType.inventoryPushFrequency ● String scalar common

Frequency at which inventory is pushed to this integration type (e.g., '15 minutes', '2 hours')

IntegrationType.name ● String! non-null scalar common

IntegrationType.prettyName ● String! non-null scalar common

IntegrationType.status ● StatusEnum! non-null enum common

IntegrationType.updatedAt ● ISO8601DateTime! non-null scalar common

Returned By

integrationTypes query