Skip to main content

ConfigureIntegrationScheduleInput

Autogenerated input type of ConfigureIntegrationSchedule

input ConfigureIntegrationScheduleInput {
clientMutationId: String
integrationId: Int!
companyId: Int!
cycle: Cycle!
}

Fields

ConfigureIntegrationScheduleInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

ConfigureIntegrationScheduleInput.integrationId ● Int! non-null scalar

ConfigureIntegrationScheduleInput.companyId ● Int! non-null scalar

ConfigureIntegrationScheduleInput.cycle ● Cycle! non-null enum

Member Of

configureIntegrationSchedule mutation