ConfigureIntegrationSchedulePayload
Autogenerated return type of ConfigureIntegrationSchedule
type ConfigureIntegrationSchedulePayload {
clientMutationId: String
errors: [String!]
integrationSchedule: IntegrationSchedule
}
Fields
ConfigureIntegrationSchedulePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
ConfigureIntegrationSchedulePayload.errors
● [String!]
list scalar
ConfigureIntegrationSchedulePayload.integrationSchedule
● IntegrationSchedule
object
Returned by
configureIntegrationSchedule
mutation