UpdateRelationshipSyncJobInput
No description
input UpdateRelationshipSyncJobInput {
full_schedule: UpdateSyncScheduleInput
incremental_marker: JSONObject
incremental_schedule: UpdateSyncScheduleInput
sync_profile: RelationshipSyncProfileInput
}
Fields
UpdateRelationshipSyncJobInput.full_schedule ● UpdateSyncScheduleInput input
UpdateRelationshipSyncJobInput.incremental_marker ● JSONObject scalar
UpdateRelationshipSyncJobInput.incremental_schedule ● UpdateSyncScheduleInput input
UpdateRelationshipSyncJobInput.sync_profile ● RelationshipSyncProfileInput input
Member Of
updateRelationshipSyncJob mutation