IntegrationSchedule
No description
type IntegrationSchedule {
createdAt: ISO8601DateTime!
cycle: String
id: ID!
integrationId: Int
updatedAt: ISO8601DateTime!
}
Fields
IntegrationSchedule.createdAt
● ISO8601DateTime!
non-null scalar
IntegrationSchedule.cycle
● String
scalar
IntegrationSchedule.id
● ID!
non-null scalar
IntegrationSchedule.integrationId
● Int
scalar
IntegrationSchedule.updatedAt
● ISO8601DateTime!
non-null scalar
Member of
ConfigureIntegrationSchedulePayload
object ● Integration
object