Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Project schedules discovery query.
| Field | Value |
|---|---|
| Name | projectSchedulesDiscovery |
| Group | Schedules |
| Type | Query |
| Signature | projectSchedulesDiscovery(input: ProjectSchedulesDiscoveryInput!): ProjectScheduleDiscoveryResult! |
query ProjectSchedulesDiscovery($input: ProjectSchedulesDiscoveryInput!) {
projectSchedulesDiscovery(input: $input) {
__typename
}
}
{
"input": {}
}