일정에 대한 정보를 반환합니다.
매개변수
매개변수 | 유형 | 필수의 | 설명 |
|---|---|---|---|
| 숫자 | 네 | 계정 ID입니다. |
예시
{ actor { account(id: 11933347) { workflowAutomation { schedules { results { definition { name scope { id type } version } schedule { id } } } } } }}응답
쿼리 결과는 다음과 같습니다.
schedules.results: 스케줄 객체들의 모음이며, 각 객체는 다음을 포함합니다:definition.name: 워크플로우 정의 이름definition.scope.id: 계정 IDdefinition.scope.type: 스코프 유형definition.version: 워크플로우 정의 버전schedule.id일정의 고유 식별자