{"data":{"__schema":{"queryType":{"name":"Query","kind":"OBJECT"},"mutationType":{"name":"Mutation","kind":"OBJECT"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"AccountAvailabilityDefaults","description":"The account-level default work schedule and time off schedule","fields":[{"name":"work_schedule","description":"The account-level default work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkSchedule","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"time_off","description":"The account-level default time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeOff","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AddAllocationsToResourcesResponse","description":"Response containing per-item results for adding allocations to resources","fields":[{"name":"results","description":"Per-item results for each allocation in the request","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AllocationToResourceResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AddedAllocatedResource","description":"A successfully added allocated resource","fields":[{"name":"resource_id","description":"The resource ID (includes placeholder index for placeholders, e.g. \"134007785_1\")","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource_type","description":"Type of resource: USER or PLACEHOLDER","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlannerResourceKind","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocatedResource","description":"A unique resource present in the planner","fields":[{"name":"resource_id","description":"The Resource id","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource_type","description":"Type of resource","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlannerResourceKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource_name","description":"The Resource's name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AllocatedResourceInput","description":"A resource to add to the planner without allocations","fields":null,"inputFields":[{"name":"id","description":"Resource or placeholder ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"resource_type","description":"Type of resource: USER or PLACEHOLDER","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlannerResourceKind","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocatedResourceOperationResult","description":"Result of an individual resource allocation operation","fields":[{"name":"success","description":"Whether the resource was successfully added","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The successfully added resource, present when success is true","args":[],"type":{"kind":"OBJECT","name":"AddedAllocatedResource","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error details, present when success is false","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Allocation","description":"A single allocation in the planner","fields":[{"name":"id","description":"The allocation ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource","description":"The resource allocated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AllocationResource","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"The allocation timeline","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AllocationTimeline","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"effort","description":"Effort allocation data","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AllocationEffort","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocationEffort","description":"Effort allocation data","fields":[{"name":"total_effort","description":"Total effort of the allocation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"effort_per_period","description":"Calculated effort for the period","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocationResource","description":"The resource allocated","fields":[{"name":"id","description":"Resource ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of resource","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlannerResourceKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Resource Name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocationTimeline","description":"A timeline with start and end dates","fields":[{"name":"from","description":"Start date","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"to","description":"End date","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AllocationToResourceInput","description":"An allocation to add to an existing resource on the planner","fields":null,"inputFields":[{"name":"resource_id","description":"Resource ID (plain \"123\" for users, \"456_2\" for placeholder #2)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"resource_type","description":"Type of resource","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PlannerResourceKind","ofType":null}},"defaultValue":null},{"name":"effort","description":"Effort value (e.g., 1 FTE, 8 hours). Must be greater than 0","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"effort_type","description":"Unit of effort: DAILY, WEEKLY, MONTHLY, FTE, or TOTAL","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EffortUnit","ofType":null}},"defaultValue":null},{"name":"from","description":"Start date (ISO 8601 format: YYYY-MM-DD)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"to","description":"End date (ISO 8601 format: YYYY-MM-DD)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AllocationToResourceResult","description":"Result of adding a single allocation to a resource","fields":[{"name":"resource_id","description":"Resource ID","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allocation_id","description":"The created allocation item ID, null if creation failed","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the allocation was created successfully","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error details if the allocation failed","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AllocationUpdateInput","description":"A single allocation update. All fields except allocation_id are optional - only provided fields will be updated.","fields":null,"inputFields":[{"name":"allocation_id","description":"ID of the allocation to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"effort","description":"New effort value","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"effort_type","description":"New effort unit: DAILY, WEEKLY, MONTHLY, FTE, or TOTAL","type":{"kind":"ENUM","name":"EffortUnit","ofType":null},"defaultValue":null},{"name":"from","description":"New start date (ISO 8601 format: YYYY-MM-DD)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"New end date (ISO 8601 format: YYYY-MM-DD)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"resource_id","description":"Reassign allocation to a different resource (must exist in the planner)","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AssignTimeOffInput","description":"Input for assigning a time off schedule to multiple users and/or teams","fields":null,"inputFields":[{"name":"user_ids","description":"IDs of the users to assign the time off schedule to; maximum 100 per call","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"team_ids","description":"IDs of the teams to assign the time off schedule to; maximum 100 per call","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"time_off_id","description":"ID of the time off schedule to assign; pass the account default time off ID to revert the resource to the account default","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignTimeOffResult","description":"Per-resource outcomes of a time off assignment, split by resource kind","fields":[{"name":"users","description":"One result per user id passed to the mutation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignTimeOffUserResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"teams","description":"One result per team id passed to the mutation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignTimeOffTeamResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignTimeOffTeamResult","description":"Result of a time off assignment for a single team. Batch mutations return one of these per requested team, allowing partial success.","fields":[{"name":"team_id","description":"ID of the team this result applies to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignTimeOffUserResult","description":"Result of a time off assignment for a single user. Batch mutations return one of these per requested user, allowing partial success.","fields":[{"name":"user_id","description":"ID of the user this result applies to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AssignWorkScheduleInput","description":"Input for assigning a work schedule to multiple users and/or teams","fields":null,"inputFields":[{"name":"user_ids","description":"IDs of the users to assign the work schedule to; maximum 100 per call","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"team_ids","description":"IDs of the teams to assign the work schedule to; maximum 100 per call","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"work_schedule_id","description":"ID of the work schedule to assign; pass the account default schedule ID to revert to the account default","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignWorkScheduleResult","description":"Per-resource outcomes of a work schedule assignment, split by resource kind","fields":[{"name":"users","description":"One result per user id passed to the mutation","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignWorkScheduleUserResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"teams","description":"One result per team id passed to the mutation","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignWorkScheduleTeamResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignWorkScheduleTeamResult","description":"Per-team outcome of a work schedule assignment","fields":[{"name":"team_id","description":"ID of the team this result applies to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignWorkScheduleUserResult","description":"Per-user outcome of a work schedule assignment","fields":[{"name":"user_id","description":"ID of the user this result applies to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Attribute","description":"Represents a single attribute type option for a resource","fields":[{"name":"id","description":"Unique identifier for the attribute","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the attribute","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_active","description":"Whether the attribute is enabled and can be used","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"CompareValue","description":"A string or number value for comparison","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreatePtoEntryInput","description":"Input for creating a PTO entry for a user","fields":null,"inputFields":[{"name":"user_id","description":"ID of the user to create the PTO entry for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"start","description":"Start date of the PTO period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"end","description":"End date of the PTO period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateTimeOffEntryInput","description":"Input for adding a non-working date entry to a time off schedule","fields":null,"inputFields":[{"name":"time_off_id","description":"ID of the time off schedule to add this entry to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Display name for this time off entry","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"start","description":"Start date of the non-working period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"Type of the time off entry. Defaults to CUSTOM when omitted.","type":{"kind":"ENUM","name":"TimeOffEntryKind","ofType":null},"defaultValue":null},{"name":"end","description":"End date of the non-working period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateTimeOffInput","description":"Input for creating a new time off schedule","fields":null,"inputFields":[{"name":"name","description":"Display name for the new time off schedule","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"entries","description":"Non-working date entries to create alongside the schedule. Subsequent additions/updates use the dedicated time off entry mutations.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TimeOffEntryInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateWorkScheduleInput","description":"Input for creating a new work schedule","fields":null,"inputFields":[{"name":"name","description":"Display name for the new work schedule","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"days","description":"Per-weekday working hours; if omitted, all seven days are created as inactive","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkScheduleDayInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"Date","description":"A date.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteAllocationResponse","description":"Response indicating whether the allocation deletion succeeded","fields":[{"name":"success","description":"Indicates whether the allocation was successfully deleted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allocation_id","description":"The ID of the allocation that was targeted for deletion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeletePlannerResourceResponse","description":"Response indicating whether the planner resource deletion succeeded","fields":[{"name":"success","description":"Indicates whether the resource was successfully deleted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resource_id","description":"The ID of the resource that was targeted for deletion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted_allocation_count","description":"Number of allocation items that were deleted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DirectoryResource","description":"A resource from the directory","fields":[{"name":"id","description":"The identifier of the directory resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the directory resource.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address of the directory resource.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"job_role","description":"The job role of the directory resource.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"skills","description":"The skills of the directory resource.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The location of the directory resource.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resource_type","description":"The type of the resource (user, viewer, or guest).","args":[],"type":{"kind":"ENUM","name":"DirectoryResourceKind","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DirectoryResourceAttribute","description":"Attributes that can be updated on a resource directory entry","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"JOB_ROLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKILLS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"DirectoryResourceKind","description":"The type of a directory resource","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIEWER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GUEST","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DirectoryResourcesResponse","description":"Paginated response containing directory resources and cursor for next page","fields":[{"name":"id","description":"Response identifier","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"resources","description":"List of directory resources","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DirectoryResource","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor for fetching the next page of results","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"EffortUnit","description":"Unit of effort calculation","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DAILY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WEEKLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONTHLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FTE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TOTAL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Error","description":"User-facing error with code and optional path","fields":[{"name":"message","description":"Human-readable error message","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"Machine-readable error code for client handling","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"path","description":"Field path that caused the error (e.g., [\"input\", \"from\"])","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"File","description":"A multipart file","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GetAllocationsResponse","description":"Paginated response containing allocations","fields":[{"name":"allocations","description":"List of allocations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Allocation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor for fetching the next page of results","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GetAttributesResponse","description":"Successful response containing available attribute options for a specific attribute type","fields":[{"name":"attribute_type","description":"The attribute type for which attributes were fetched","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"List of available attributes containing id, name, and is_active","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Attribute","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime (e.g., 2024-04-09T13:45:30Z)","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ItemsOrderByDirection","description":"The direction to order the items by","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"asc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"desc","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsQuery","description":"","fields":null,"inputFields":[{"name":"rules","description":"A list of rules","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryRule","ofType":null}}},"defaultValue":null},{"name":"groups","description":"A list of rule groups","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null}}},"defaultValue":null},{"name":"operator","description":"The operator to use for the query rules or rule groups. Default: AND","type":{"kind":"ENUM","name":"ItemsQueryOperator","ofType":null},"defaultValue":"and"},{"name":"ids","description":"A list of item IDs to fetch. Use this to fetch a specific set of items by their IDs. Limited to 100 IDs in ItemsQuery","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"order_by","description":"Sort the results by specified columns","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","description":"A group of rules or rule groups","fields":null,"inputFields":[{"name":"rules","description":"A list of rules","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryRule","ofType":null}}},"defaultValue":null},{"name":"groups","description":"A list of rule groups","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null}}},"defaultValue":null},{"name":"operator","description":"The operator to use for the query rules or rule groups. Default: AND","type":{"kind":"ENUM","name":"ItemsQueryOperator","ofType":null},"defaultValue":"and"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ItemsQueryOperator","description":"The condition between the query rules","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"or","description":"","isDeprecated":false,"deprecationReason":null},{"name":"and","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","description":"Sort the results by specified columns","fields":null,"inputFields":[{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"direction","description":"Sort direction (defaults to ASC)","type":{"kind":"ENUM","name":"ItemsOrderByDirection","ofType":null},"defaultValue":"asc"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsQueryRule","description":"A rule to filter items by a specific column","fields":null,"inputFields":[{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"compare_value","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"CompareValue","ofType":null}},"defaultValue":null},{"name":"compare_attribute","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"operator","description":"","type":{"kind":"ENUM","name":"ItemsQueryRuleOperator","ofType":null},"defaultValue":"any_of"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ItemsQueryRuleOperator","description":"The operator to use for the value comparison","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"any_of","description":"","isDeprecated":false,"deprecationReason":null},{"name":"not_any_of","description":"","isDeprecated":false,"deprecationReason":null},{"name":"is_empty","description":"","isDeprecated":false,"deprecationReason":null},{"name":"is_not_empty","description":"","isDeprecated":false,"deprecationReason":null},{"name":"within_the_last","description":"","isDeprecated":false,"deprecationReason":null},{"name":"within_the_next","description":"","isDeprecated":false,"deprecationReason":null},{"name":"greater_than","description":"","isDeprecated":false,"deprecationReason":null},{"name":"greater_than_or_equals","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lower_than","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lower_than_or_equal","description":"","isDeprecated":false,"deprecationReason":null},{"name":"between","description":"","isDeprecated":false,"deprecationReason":null},{"name":"starts_with","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ends_with","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contains_text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contains_terms","description":"","isDeprecated":false,"deprecationReason":null},{"name":"not_contains_text","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"SCALAR","name":"JSON","description":"A JSON formatted string.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Mutation","description":"Root mutation type for the Dependencies service","fields":[{"name":"update_directory_resources_attributes","description":"Update attributes (Job Role, Skills, or Location) for multiple resources in the directory","args":[{"name":"attribute","description":"The attribute type to update (JOB_ROLE, SKILLS, or LOCATION)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DirectoryResourceAttribute","ofType":null}},"defaultValue":null},{"name":"values","description":"The values of the attribute to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"resource_ids","description":"List of resource IDs to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateDirectoryResourceAttributesResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_dropdown_managed_column","description":"Create managed column of type dropdown mutation.","args":[{"name":"title","description":"The column title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"settings","description":"","type":{"kind":"INPUT_OBJECT","name":"CreateDropdownColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DropdownManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_status_managed_column","description":"Create managed column of type status mutation.","args":[{"name":"title","description":"The column title.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"settings","description":"","type":{"kind":"INPUT_OBJECT","name":"CreateStatusColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"StatusManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_dropdown_managed_column","description":"Update managed column of type dropdown mutation.","args":[{"name":"id","description":"The column id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"settings","description":"","type":{"kind":"INPUT_OBJECT","name":"UpdateDropdownColumnSettingsInput","ofType":null},"defaultValue":null},{"name":"revision","description":"The column revision.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DropdownManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_status_managed_column","description":"Update managed column of type status mutation.","args":[{"name":"id","description":"The column id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"settings","description":"","type":{"kind":"INPUT_OBJECT","name":"UpdateStatusColumnSettingsInput","ofType":null},"defaultValue":null},{"name":"revision","description":"The column revision.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"StatusManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"activate_managed_column","description":"Activate managed column mutation.","args":[{"name":"id","description":"The column id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deactivate_managed_column","description":"Deactivate managed column mutation.","args":[{"name":"id","description":"The column id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_managed_column","description":"Delete managed column mutation.","args":[{"name":"id","description":"The column id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_status_column","description":"Updates a status column's properties including title, description, and status label settings. Status columns allow users to track item progress through customizable labels (e.g., \"Working on it\", \"Done\", \"Stuck\"). This mutation is specifically for status/color columns and provides type-safe updates.","args":[{"name":"board_id","description":"The unique identifier of the board containing the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The new display title for the column. If not provided, the current title remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description text for the column. If not provided, the current description remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"width","description":"The width of the column. If not provided, the current width remains unchanged.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"revision","description":"The revision of the column, as returned by the column query. Used for optimistic concurrency control.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"capabilities","description":"Status column capabilities configuration. If not provided, existing capabilities remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"StatusColumnCapabilitiesInput","ofType":null},"defaultValue":null},{"name":"settings","description":"Configuration object for status column settings including available status labels, their colors, positions, and other display properties.","type":{"kind":"INPUT_OBJECT","name":"UpdateStatusColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_dropdown_column","description":"Updates a dropdown column's properties including title, description, and dropdown label settings. Dropdown columns allow users to select from a predefined list of options. This mutation is specifically for dropdown columns and provides type-safe updates.","args":[{"name":"board_id","description":"The unique identifier of the board containing the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The new display title for the column. If not provided, the current title remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description text for the column. If not provided, the current description remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"width","description":"The width of the column. If not provided, the current width remains unchanged.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"revision","description":"The revision of the column, as returned by the column query. Used for optimistic concurrency control.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"settings","description":"Configuration object for dropdown column settings including available dropdown labels, their positions, and other display properties.","type":{"kind":"INPUT_OBJECT","name":"UpdateDropdownColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_column","description":"Generic mutation for updating any column type with validation. Supports updating column properties like title, description, and type-specific defaults/settings. The mutation validates input against the column type's schema before applying changes. Use get_column_type_schema query to understand available properties for each column type.","args":[{"name":"board_id","description":"The unique identifier of the board containing the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The new display title for the column. If not provided, the current title remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description text for the column. If not provided, the current description remains unchanged.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"width","description":"The width of the column. If not provided, the current width remains unchanged.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"revision","description":"The revision of the column, as returned by the column query. Used for optimistic concurrency control.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"capabilities","description":"Column capabilities configuration. If not provided, existing capabilities remain unchanged.","type":{"kind":"INPUT_OBJECT","name":"ColumnCapabilitiesInput","ofType":null},"defaultValue":null},{"name":"settings","description":"Type-specific configuration object containing column settings. The structure varies by column type - use get_column_type_schema query to see available properties. Examples: status column labels, dropdown options, number formatting rules, date display preferences.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"column_type","description":"The column type being updated (e.g., \"text\", \"status\", \"date\", \"numbers\"). Must match the existing column type. Determines which properties are valid in the defaults object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_status_column","description":"Creates a new status column with strongly typed settings. Status columns allow users to track item progress through customizable labels (e.g., \"Working on it\", \"Done\", \"Stuck\"). This mutation is specifically for status/color columns and provides type-safe creation with label configuration.","args":[{"name":"board_id","description":"The unique identifier of the board where the column will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column. If not provided, a new id will be generated.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"title","description":"The display title for the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The description text for the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"after_column_id","description":"The column's unique identifier after which the new column will be inserted.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"capabilities","description":"Status column capabilities configuration. If not provided, default capabilities will be created.","type":{"kind":"INPUT_OBJECT","name":"StatusColumnCapabilitiesInput","ofType":null},"defaultValue":null},{"name":"defaults","description":"Configuration object for status column settings including available status labels, their colors, positions, and other display properties.","type":{"kind":"INPUT_OBJECT","name":"CreateStatusColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_dropdown_column","description":"Creates a new dropdown column with strongly typed settings. Dropdown columns allow users to select from a predefined list of options. This mutation is specifically for dropdown columns and provides type-safe creation with dropdown options configuration.","args":[{"name":"board_id","description":"The unique identifier of the board where the column will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column. If not provided, a new id will be generated.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"title","description":"The display title for the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The description text for the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"after_column_id","description":"The column's unique identifier after which the new column will be inserted.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"defaults","description":"Configuration object for dropdown column settings including available dropdown options and their properties.","type":{"kind":"INPUT_OBJECT","name":"CreateDropdownColumnSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_column","description":"Generic mutation for creating any column type with validation. Supports creating column with properties like title, description, and type-specific defaults/settings. The mutation validates input against the column type's schema before applying changes. Use get_column_type_schema query to understand available properties for each column type.","args":[{"name":"board_id","description":"The unique identifier of the board where the column will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"id","description":"The unique identifier of the column. If not provided, a new id will be generated.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"title","description":"The display title for the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The description text for the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"after_column_id","description":"The column's unique identifier after which the new column will be inserted.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"capabilities","description":"Column capabilities configuration. If not provided, columns on multi-level\n    boards will get the calculated capability with the default function for the column type.","type":{"kind":"INPUT_OBJECT","name":"ColumnCapabilitiesInput","ofType":null},"defaultValue":null},{"name":"defaults","description":"Type-specific configuration object containing column defaults and settings. Accepts both JSON objects (recommended) and JSON strings (for backward compatibility). For JSON objects, use get_column_type_schema query to see available properties and validation rules. Examples: status column labels, dropdown options, number formatting rules, date display preferences.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"column_type","description":"The column type being updated (e.g., \"text\", \"status\", \"date\", \"numbers\"). Must match the existing column type. Determines which properties are valid in the defaults object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attach_status_managed_column","description":"Creates a new status column in a board that is linked to a managed column. The column data and settings are controlled by the managed column. Only title and description can be overridden locally.","args":[{"name":"board_id","description":"The unique identifier of the board where the column will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"managed_column_id","description":"The unique identifier of the managed column to attach.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"Optional title override for the column. If not provided, uses the managed column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Optional description override for the column. If not provided, uses the managed column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"after_column_id","description":"The column's unique identifier after which the new column will be inserted.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attach_dropdown_managed_column","description":"Creates a new dropdown column in a board that is linked to a managed column. The column data and settings are controlled by the managed column. Title, description, and dropdown-specific settings (limit_select, label_limit_count) can be overridden locally.","args":[{"name":"board_id","description":"The unique identifier of the board where the column will be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"managed_column_id","description":"The unique identifier of the managed column to attach.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"Optional title override for the column. If not provided, uses the managed column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Optional description override for the column. If not provided, uses the managed column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"after_column_id","description":"The column's unique identifier after which the new column will be inserted.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"settings","description":"Optional settings overrides for the dropdown column.","type":{"kind":"INPUT_OBJECT","name":"DropdownSettingsOverridesInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_object_schema","description":"Create a new account object schema.","args":[{"name":"name","description":"A unique human-readable name for this object schema.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"parent_id","description":"The ID of the parent object schema.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"description","description":"The description for this object schema.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_object_schema","description":"Update an account object schema.","args":[{"name":"id","description":"The ID of the object schema to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"revision","description":"The current revision number for optimistic locking.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"parent_id","description":"The ID of the parent object schema.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"description","description":"The description for this object schema.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_object_schema","description":"Delete an account object schema. Can only delete if there are no boards attached to the object schema. Object schemas define the structure and columns of boards.","args":[{"name":"id","description":"The object schema ID to delete.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"name","description":"The object schema name to delete.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connect_board_to_object_schema","description":"Connect a board to an object schema.","args":[{"name":"board_id","description":"The board ID to connect.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"object_schema_id","description":"The object schema ID to connect the board to.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"object_schema_name","description":"The object schema name (slug) to connect the board to. Either object_schema_id or object_schema_name must be provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_object_schema_columns","description":"Create columns on an account object schema.","args":[{"name":"object_schema_id","description":"The ID of the object schema to add columns to","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"object_schema_name","description":"The object schema name to add columns to. Either object_schema_id or object_schema_name must be provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"columns","description":"Array of columns to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateObjectSchemaColumnInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"set_object_schema_column_active_state","description":"Deactivate or reactivate a column on an account object schema.","args":[{"name":"object_schema_id","description":"The ID of the object schema","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"object_schema_name","description":"The object schema name. Either object_schema_id or object_schema_name must be provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"column_id","description":"The ID of the column to deactivate or reactivate","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"action","description":"The action to perform: DEACTIVATE to deprecate the column, REACTIVATE to restore it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnActiveStateAction","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"detach_boards_from_object_schema","description":"Detach boards from their object schemas.","args":[{"name":"board_ids","description":"The board IDs to detach.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BulkDetachBoardResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"update_object_schema_columns","description":"Update columns on an account object schema.","args":[{"name":"object_schema_id","description":"The ID of the object schema to update columns on","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"object_schema_name","description":"The object schema name to update columns on. Either object_schema_id or object_schema_name must be provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"columns","description":"Array of column updates","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateObjectSchemaColumnInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bulk_object_schema_column_actions","description":"Execute multiple object schema column actions in a single request. Actions are executed sequentially in the order provided. If any action fails, execution stops and an error is returned.","args":[{"name":"object_schema_id","description":"The ID of the object schema to operate on.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"object_schema_name","description":"The object schema name to operate on. Either object_schema_id or object_schema_name must be provided.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"actions","description":"Array of column actions to execute sequentially.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ObjectSchemaActionInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectSchemaActionResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"create_favorite","description":"Add workspace object to favorites","args":[{"name":"input","description":"The input for adding an object to the favorites","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateFavoriteInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateFavoriteResultType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_favorite","description":"Remove an object from favorites","args":[{"name":"input","description":"The input for removing an object from favorites","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DeleteFavoriteInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeleteFavoriteInputResultType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_favorite_position","description":"Update the position of an object in favorites","args":[{"name":"input","description":"The input for updating the favorite object position","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateObjectHierarchyPositionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateFavoriteResultType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_object","description":"Creates a new object in the Monday.com Objects Platform. The type of object created is determined by the object_type_unique_key parameter. This mutation can create boards, docs, dashboards, workflows, or specialized objects like CRM, capacity manager, etc. Under the hood, this creates a board with the corresponding app_feature_id.","args":[{"name":"name","description":"The name of the new object. This will be displayed in the Monday.com interface as the primary identifier for this object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"privacy_kind","description":"The kind/visibility setting of the object (private, public, share). Determines who can access it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PrivacyKind","ofType":null}},"defaultValue":null},{"name":"workspace_id","description":"The ID of the workspace containing this object. Null indicates the object is in the main workspace.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"description","description":"Optional description of the object, providing additional context about its purpose or contents.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"folder_id","description":"The ID of the folder to create the object in. Used for organizing objects in folders. visible in the left pane of the platform. Must be a valid and existing workspace id in monday.com.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"owner_ids","description":"List of user IDs who will be assigned as owners of this object. Owners have full control permissions.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"owner_team_ids","description":"List of team IDs who will be assigned as owners of this object. All members of these teams will have owner permissions.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"subscriber_ids","description":"List of user IDs who will be added as subscribers to this object. Subscribers receive notifications about changes.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"subscriber_teams_ids","description":"List of team IDs who will be added as subscribers to this object. All members of these teams will receive notifications about changes.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"object_type_unique_key","description":"The unique identifier for the object type, formatted as 'app_slug::app_feature_slug. To create an object you must provide this key. You can get a list of available keys by using the 'object_types_unique_keys' query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"payload","description":"JSON of creation payload, that will include additional fields for the object creation","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"relations","description":"Optional relations to create with the object","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ObjectRelationInput","ofType":null}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Object","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_object","description":"Permanently deletes an object from the Monday.com Objects Platform. Unlike archiving, deletion is only reversible for 30 days and removes all associated data. This operation works for any object type including boards, docs, dashboards, workflows, and specialized objects (CRM, capacity manager, etc.). WARNING: This operation cannot be undone after 30 days.","args":[{"name":"id","description":"The unique identifier of the object to delete. Each object has a unique ID regardless of its type (board, doc, dashboard, etc.). WARNING: Deletion is only reversible for 30 days.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Object","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archive_object","description":"Archives an object in the Monday.com Objects Platform, changing its state to \"archived\" while preserving all data. Archived objects remain in the system but are hidden from regular views. This operation works for any object type including boards, docs, dashboards, workflows, and specialized objects (CRM, capacity manager, etc.). Under the hood, this archives the board that represents this object.","args":[{"name":"id","description":"The unique identifier of the object to archive. Each object has a unique ID regardless of its type (board, doc, dashboard, etc.).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Object","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_subscribers_to_object","description":"Adds users to an existing object as either subscribers or owners. Subscribers receive notifications about object changes, while owners have full control permissions. Works with any object type including boards, docs, dashboards, workflows, and specialized objects (CRM, capacity manager, etc.). Equivalent to the add_users_to_board mutation in the boards API.","args":[{"name":"id","description":"The unique identifier of the object to add users to. Each object has a unique ID regardless of its type (board, doc, dashboard, etc.).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"List of user IDs to add to the object. These must be valid user IDs existing in the Monday.com platform.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"kind","description":"The role to assign to the users. \"owner\" grants full control permissions, while \"subscriber\" only provides notification access. If not specified, users will be added as subscribers.","type":{"kind":"ENUM","name":"SubscriberKind","ofType":null},"defaultValue":"SUBSCRIBER"}],"type":{"kind":"OBJECT","name":"Object","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_object","description":"Updates an object.","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateObjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Object","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"publish_object","description":"Publishes object out of draft state. Returns {success: true} on success, {success: false} on failure.","args":[{"name":"id","description":"The unique identifier of the object instance.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectOperationResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unpublish_object","description":"Unpublishes object from public state back to draft state. Returns {success: true} on success, {success: false} on failure.","args":[{"name":"id","description":"The unique identifier of the object instance.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ObjectOperationResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_object_relations","description":"Create relations for an object","args":[{"name":"source_object_id","description":"ID of the source object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"relations","description":"List of relations to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ObjectRelationInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectRelation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_object_relation","description":"Delete a specific object relation or all relations for an object. Returns the number of relations deleted.","args":[{"name":"source_object_id","description":"ID of the source object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"relation_id","description":"ID of the relation to delete. If not provided, deletes all relations for the source object.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_marketplace_app_discount","description":"Create a marketplace app discount","args":[{"name":"app_id","description":"The id of an app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"account_slug","description":"Slug of an account","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"discount_data","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateMarketplaceAppDiscountInput","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CreateMarketplaceAppDiscountResult","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_marketplace_app_discount","description":"","args":[{"name":"app_id","description":"The id of an app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"account_slug","description":"Slug of an account","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscountResult","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"grant_marketplace_app_discount","description":"","args":[{"name":"app_id","description":"The id of an app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"account_slug","description":"Slug of an account","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"data","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GrantMarketplaceAppDiscountData","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GrantMarketplaceAppDiscountResult","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"enroll_items_to_sequence","description":"Enroll multiple items to a single sequence. Maximum 50 items per request.","args":[{"name":"input","description":"Input for enrolling multiple items to a single sequence","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"EnrollToSequenceInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"EnrollToSequenceResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"convert_board_to_project","description":"Convert an existing monday.com board into a project with enhanced project management capabilities. This mutation transforms a regular board by applying project-specific features and configurations through column mappings that define how existing board columns should be interpreted in the project context. The conversion process is asynchronous and returns a process_id for tracking completion. Optionally accepts a callback URL for notification when the conversion completes. Use this when you have an existing board with data that needs to be upgraded to a full project with advanced project management features like Resource Planner integration.","args":[{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ConvertBoardToProjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ConvertBoardToProjectResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_project","description":"Create a new project in monday.com from scratch. This mutation initiates asynchronous project creation with comprehensive customization options including: privacy settings (private/public - share is currently not supported), optional companions like Resource Planner for enhanced project management capabilities, workspace assignment for organizational structure, folder placement for better organization, and template selection for predefined project structures. Since project creation is asynchronous, you can optionally provide a callback_url where the project ID will be sent via POST request once creation completes. The callback will receive: { is_success: boolean, process_id: string, project_id?: number }. Returns a process_id for tracking the creation request.","args":[{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateProjectInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateProjectResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_form","description":"Update form properties including title, description, or question order.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"input","description":"Complete form configuration object containing properties to create or update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateFormInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ResponseForm","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_form_settings","description":"Update form configuration including features, appearance, and accessibility options.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"settings","description":"Complete form settings object containing all configuration options.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateFormSettingsInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ResponseForm","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_form_question","description":"Create a new question within a form. Returns the created question with auto-generated ID.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"question","description":"Complete question object containing all properties for creation or update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateQuestionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FormQuestion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_form_question","description":"Update an existing question properties including title, type, or settings. Requires question ID.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"questionId","description":"The unique identifier for the question. Used to target specific questions within a form.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"question","description":"Complete question object containing all properties for creation or update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateQuestionInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FormQuestion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_question","description":"Permanently remove a question from a form. This action cannot be undone.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"questionId","description":"The unique identifier for the question. Used to target specific questions within a form.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"activate_form","description":"Activate a form to make it visible to users and accept new submissions.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deactivate_form","description":"Deactivate a form to hide it from users and stop accepting submissions. Form data is preserved.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"shorten_form_url","description":"Shorten a URL for a form and store it in the form settings. Returns the shortened link object.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FormShortenedLink","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_form_tag","description":"Create a new tag for a form. Tags are used to categorize and track responses. (e.g. UTM tags)","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"tag","description":"The tag data to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateFormTagInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FormTag","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_form_tag","description":"Update an existing tag in a form","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"tagId","description":"The unique identifier for the tag","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"tag","description":"The tag data to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateFormTagInput","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"Updating tag values is no longer supported after version 2026-07."},{"name":"delete_form_tag","description":"Delete a tag from a form","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"tagId","description":"The unique identifier for the tag","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"options","description":"Options for deleting the tag","type":{"kind":"INPUT_OBJECT","name":"DeleteFormTagInput","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_form","description":"Create a new form with specified configuration. Returns the created form with its unique token.","args":[{"name":"destination_workspace_id","description":"The workspace in which the form will be created in.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"destination_folder_id","description":"The folder in which the form will be created under.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"destination_folder_name","description":"The name of the folder in which the form will be created in.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"board_kind","description":"The board kind to create for the board in which the form will create items in.","type":{"kind":"ENUM","name":"BoardKind","ofType":null},"defaultValue":null},{"name":"destination_name","description":"The name of the board that will be created to store the form responses in.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"board_owner_ids","description":"Array of user IDs who will have owner permissions on the board in which the form will create items in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_owner_team_ids","description":"Array of team IDs whose members will have owner permissions on the board in which the form will create items in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_subscriber_ids","description":"Array of user IDs who will receive notifications about board activity for the board in which the form will create items in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_subscriber_teams_ids","description":"Array of team IDs whose members will receive notifications about board activity for the board in which the form will create items in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DehydratedFormResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"set_form_password","description":"Set a password on a form to restrict access. This will enable password protection for the form.","args":[{"name":"formToken","description":"The unique identifier token for the form. Required for all form-specific operations.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"input","description":"The password to set for the form. Must be at least 1 character long.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SetFormPasswordInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ResponseForm","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_team","description":"Creates a new team.","args":[{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTeamAttributesInput","ofType":null}},"defaultValue":null},{"name":"options","description":"","type":{"kind":"INPUT_OBJECT","name":"CreateTeamOptionsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Team","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"activate_users","description":"Activates the specified users.","args":[{"name":"user_ids","description":"The ids of the users to activate. (Limit: 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ActivateUsersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deactivate_users","description":"Deactivates the specified users.","args":[{"name":"user_ids","description":"The ids of the users to deactivate. (Limit: 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DeactivateUsersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_team","description":"Deletes the specified team.","args":[{"name":"team_id","description":"The team to be deleted.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Team","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_users_role","description":"Updates the role of the specified users.","args":[{"name":"user_ids","description":"The ids of the users to update. (Limit: 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"new_role","description":"The base role name (e.g. admin, member, etc.)","type":{"kind":"ENUM","name":"BaseRoleName","ofType":null},"defaultValue":null},{"name":"role_id","description":"The ID of a custom role","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateUsersRoleResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assign_team_owners","description":"Assigns the specified users as owners of the specified team.","args":[{"name":"team_id","description":"The team identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"The user identifiers (max 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AssignTeamOwnersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"remove_team_owners","description":"Removes the specified users as owners of the specified team.","args":[{"name":"team_id","description":"The team identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"The user identifiers (max 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"RemoveTeamOwnersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_email_domain","description":"Updates the email domain for the specified users.","args":[{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateEmailDomainAttributesInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateEmailDomainResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_multiple_users","description":"Updates attributes for users.","args":[{"name":"user_updates","description":"List of user updates, each containing an ID and attribute updates.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserUpdateInput","ofType":null}}}},"defaultValue":null},{"name":"bypass_confirmation_for_claimed_domains","description":"Whether to bypass email confirmation for claimed domains.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"use_async_mode","description":"Whether to use async mode. If true, the update will be done in the background and can handle more than 200 users at once.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateUserAttributesResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"invite_users","description":"Invite users to the account.","args":[{"name":"emails","description":"The emails of the users to invite.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"user_role","description":"The new role of the users.","type":{"kind":"ENUM","name":"UserRole","ofType":null},"defaultValue":null},{"name":"product","description":"The product to invite the users to","type":{"kind":"ENUM","name":"Product","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"InviteUsersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revoke_service_user_tokens","description":"Revokes all API tokens for a service user.","args":[{"name":"service_user_id","description":"The ID of the service user whose tokens to revoke.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"regenerate_service_user_token","description":"Revokes all existing tokens and generates a new API token for a service user.","args":[{"name":"service_user_id","description":"The ID of the service user whose token to regenerate.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_service_user","description":"Creates a new service user.","args":[{"name":"name","description":"Display name for the service user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"Optional title/description for the service user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateServiceUserResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_app","description":"Creates a new app with the specified configuration.","args":[{"name":"input","description":"App configuration data","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateAppInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreateAppResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_app","description":"Updates an existing app. If the app latest version is live, a new draft version is automatically created and updated.","args":[{"name":"id","description":"The app identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"input","description":"App configuration data to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAppInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_app_feature","description":"Update an app feature.","args":[{"name":"id","description":"The ID of the app feature to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"input","description":"The input data for updating the app feature.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateAppFeatureInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppFeatureType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_app_feature","description":"Create a new app feature.","args":[{"name":"name","description":"The name of the app feature. If not provided, a default name will be used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"slug","description":"The unique slug identifier for the app feature.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"app_id","description":"The ID of the app to create the app feature for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"app_version_id","description":"The ID of the app version to create the app feature for. If not provided, the latest draft version will be used.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"type","description":"The type of the app feature to create.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AppFeatureTypeE","ofType":null}},"defaultValue":null},{"name":"data","description":"The app feature data to update. This structure is dynamic and depends on the different app feature types.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"deployment","description":"The deployment data for the app feature. https://developer.monday.com/apps/docs/deploy-your-app","type":{"kind":"INPUT_OBJECT","name":"AppFeatureReleaseInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppFeatureType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_app_lifecycle_subscription","description":"Update (or create) lifecycle subscriptions for an entity. This will soft delete all existing subscriptions for this entity_identifier and create new ones.","args":[{"name":"entity_identifier","description":"App feature entity ID or full slug (app_slug::feature_slug)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entity_type","description":"Entity type enum (currently only \"appFeature\" is supported)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"input","description":"Lifecycle event configurations","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateLifecycleSubscriptionsInput","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LifecycleSubscriptionKind","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_app_lifecycle_subscription","description":"Delete all lifecycle subscriptions for an entity. Returns true if deleted successfully or if no subscriptions exist.","args":[{"name":"entity_identifier","description":"App feature entity ID or full slug (app_slug::feature_slug)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"entity_type","description":"Entity type enum (currently only \"appFeature\" is supported)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"install_app","description":"Installs an app on the current account. Requires account admin permission.","args":[{"name":"input","description":"App installation configuration","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"InstallAppInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"InstallAppResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uninstall_app","description":"Uninstalls an app from the current account. Requires account admin permission.","args":[{"name":"app_identifier","description":"The app identifier (numeric ID or slug)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppDeletionResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_notification_setting","description":"Updates a notification setting's enabled status.","args":[{"name":"scope_type","description":"Notification settings scope types, the options are account user defaults or user private settings","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ScopeType","ofType":null}},"defaultValue":null},{"name":"scope_id","description":"Relevant when using scopeType: user, the user id of the user whose notification settings you want to update, by default the current user is used","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"setting_kind","description":"The notification setting type to update. Must be one of the allowed notification setting kinds.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"channel","description":"The channel type to update (Monday, Email, Slack, etc.)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ChannelType","ofType":null}},"defaultValue":null},{"name":"enabled","description":"Whether the notification setting should be enabled or disabled","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"NotificationSetting","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"update_mute_board_settings","description":"Update mute notification settings for a board. Allows muting all notifications for all users, only for the current user, or setting mentions/assigns-only. Returns the updated mute state for the board. Requires appropriate permissions for muting all users.","args":[{"name":"board_id","description":"The ID of the board to update mute settings for. Must be a valid board ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"mute_state","description":"The desired mute state for the board.\n    - MUTE_ALL: Mute all notifications for all users (admin only).\n    - CURRENT_USER_MUTE_ALL: Mute all notifications for the current user only.\n    - MENTIONS_AND_ASSIGNS_ONLY: Only notify the current user on mentions or assigns.\n    - NOT_MUTED: Unmute notifications.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardMuteState","ofType":null}},"defaultValue":null},{"name":"enabled","description":"When mute_state is CUSTOM_SETTINGS, this array specifies which custom settings are enabled. Accepts IM_MENTIONED, IM_ASSIGNED, AUTOMATION_NOTIFY.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CustomizableBoardSettings","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardMuteSettings","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"execute_integration_block","description":"Execute an integration block with the provided field values","args":[{"name":"block_instance_id","description":"The ID of the integration block instance to execute","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"inbound_field_values","description":"The field values to pass to the integration block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"IntegrationExecutionResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_file_to_column","description":"Add a file to a column value.","args":[{"name":"column_id","description":"The column to add the file to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"file","description":"The file to upload.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"File","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item to add the file to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Asset","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_file_to_update","description":"Add a file to an update.","args":[{"name":"file","description":"The file to upload.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"File","ofType":null}},"defaultValue":null},{"name":"update_id","description":"The update to add the file to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Asset","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_subscribers_to_board","description":"Add subscribers to a board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber"},{"name":"user_ids","description":"User ids to subscribe to a board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":true,"deprecationReason":"use add_users_to_board instead"},{"name":"add_teams_to_board","description":"Add teams subscribers to a board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber"},{"name":"team_ids","description":"Team ids to subscribe to a board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"add_teams_to_workspace","description":"Add teams to a workspace.","args":[{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"WorkspaceSubscriberKind","ofType":null},"defaultValue":"subscriber"},{"name":"team_ids","description":"Team ids to subscribe to a workspace","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"workspace_id","description":"The workspace's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"add_users_to_board","description":"Add subscribers to a board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber"},{"name":"user_ids","description":"User ids to subscribe to a board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"add_users_to_team","description":"Add users to team.","args":[{"name":"team_id","description":"The team's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"User ids to add to/remove from the team","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ChangeTeamMembershipsResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_users_to_workspace","description":"Add users to a workspace.","args":[{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"WorkspaceSubscriberKind","ofType":null},"defaultValue":"subscriber"},{"name":"user_ids","description":"User ids to subscribe to a workspace","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"workspace_id","description":"The workspace's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"archive_board","description":"Archive a board.","args":[{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archive_group","description":"Archives a group in a specific board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archive_item","description":"Archive an item.","args":[{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"batch_extend_trial_period","description":"Extends trial period of an application to selected accounts","args":[{"name":"account_slugs","description":"The accounts' slags. Max: 5","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null},{"name":"app_id","description":"The id of an application.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"duration_in_days","description":"The amount of days to extend a trial period. Max: 365","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"plan_id","description":"The id of a payment plan.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BatchExtendTrialPeriod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_column_metadata","description":"Change a column's properties","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"column_property","description":"The property name of the column to be changed (title / description).","type":{"kind":"ENUM","name":"ColumnProperty","ofType":null},"defaultValue":null},{"name":"value","description":"The new description of the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_column_title","description":"Change a column's title","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The new title of the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_column_value","description":"Change an item's column value.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"create_labels_if_missing","description":"Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"value","description":"The new value of the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_item_position","description":"Change an item's position.","args":[{"name":"group_id","description":"The group's unique identifier. When provided, the item will be moved to the\n    group. Mutually exclusive with 'relative_to'.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"group_top","description":"Only allowed in combination with 'group_id'. Determines whether the item\n    will be placed at the top or bottom of the group.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"position_relative_method","description":"Whether to place the item before or after the relative_to item. Only allowed with 'relative_to'.","type":{"kind":"ENUM","name":"PositionRelative","ofType":null},"defaultValue":null},{"name":"relative_to","description":"The ID of an item in the same board to set the position relative to. Mutually exclusive with 'group_id'.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_multiple_column_values","description":"Changes the column values of a specific item.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_values","description":"The column values updates.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"create_labels_if_missing","description":"Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_simple_column_value","description":"Change an item's column with simple value.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"create_labels_if_missing","description":"Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"value","description":"The new simple value of the column (pass null to empty the column).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clear_item_updates","description":"Clear an item's updates.","args":[{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"complexity","description":"Get the complexity data of your mutations.","args":[],"type":{"kind":"OBJECT","name":"Complexity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_board","description":"Create a new board.","args":[{"name":"board_kind","description":"The board's kind (public / private / share)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardKind","ofType":null}},"defaultValue":null},{"name":"board_name","description":"The board's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"board_owner_ids","description":"Optional board owner user ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_owner_team_ids","description":"Optional board owner team ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_subscriber_ids","description":"Optional board subscriber ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_subscriber_teams_ids","description":"Optional list of subscriber team ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"description","description":"Optional board's description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"empty","description":"Optional flag to create an empty board (without any default items)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"},{"name":"folder_id","description":"Optional board folder id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"item_nickname","description":"Optional item nickname configuration for the board","type":{"kind":"INPUT_OBJECT","name":"ItemNicknameInput","ofType":null},"defaultValue":null},{"name":"prompt","description":"AI prompt to generate the board structure and content","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"template_id","description":"Optional board template id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"Optional workspace id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_doc","description":"Create a new doc.","args":[{"name":"doc_owner_ids","description":"Optional list of user IDs to set as document owners at creation time","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"location","description":"new monday doc location","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateDocInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Document","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_doc_block","description":"Create new document block","args":[{"name":"after_block_id","description":"After which block to insert this one. If not provided, will be inserted first in the document","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"content","description":"The block's content.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"doc_id","description":"The doc's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"type","description":"The block's content type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DocBlockContentType","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocumentBlock","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_folder","description":"Creates a folder in a specific workspace.","args":[{"name":"color","description":"The folder's color.","type":{"kind":"ENUM","name":"FolderColor","ofType":null},"defaultValue":null},{"name":"custom_icon","description":"The folder's custom icon.","type":{"kind":"ENUM","name":"FolderCustomIcon","ofType":null},"defaultValue":null},{"name":"font_weight","description":"The folder's font weight.","type":{"kind":"ENUM","name":"FolderFontWeight","ofType":null},"defaultValue":null},{"name":"name","description":"The folder's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"parent_folder_id","description":"The folder's parent folder unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The unique identifier of the workspace to create this folder in","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Folder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_group","description":"Creates a new group in a specific board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_color","description":"A hex representing the group's color","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"group_name","description":"The name of the new group.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"position","description":"The group's position in the board. DEPRECATED! Replaced with relative position (position_relative_method, relative_to)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"position_relative_method","description":"The position relative method to another group (before_at / after_at)","type":{"kind":"ENUM","name":"PositionRelative","ofType":null},"defaultValue":null},{"name":"relative_to","description":"The group to set the position next to.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_item","description":"Create a new item.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_values","description":"The column values of the new item.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"create_labels_if_missing","description":"Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"item_name","description":"The new item's name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"position_relative_method","description":"The position relative method to another item (before_at / after_at)","type":{"kind":"ENUM","name":"PositionRelative","ofType":null},"defaultValue":null},{"name":"relative_to","description":"The item to set the position next to.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_notification","description":"Create a new notification.","args":[{"name":"target_id","description":"The target's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target_type","description":"The target's type (Project / Post)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"NotificationTargetType","ofType":null}},"defaultValue":null},{"name":"text","description":"The notification text.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"user_id","description":"The user's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Notification","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_or_get_tag","description":"Create a new tag or get it if it already exists.","args":[{"name":"board_id","description":"The private board id to create the tag at (not needed for public boards)","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"tag_name","description":"The new tag's name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Tag","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_subitem","description":"Create subitem.","args":[{"name":"column_values","description":"The column values of the new item.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"create_labels_if_missing","description":"Create Status/Dropdown labels if they're missing. (Requires permission to change board structure)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"item_name","description":"The new item's name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"parent_item_id","description":"The parent item's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_webhook","description":"Create a new webhook.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"config","description":"The webhook config","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"event","description":"The event to listen to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhookEventType","ofType":null}},"defaultValue":null},{"name":"url","description":"The webhook URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_workspace","description":"Create a new workspace.","args":[{"name":"account_product_id","description":"The account product's id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"description","description":"The Workspace's description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"kind","description":"The workspace's kind (open / closed / template)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WorkspaceKind","ofType":null}},"defaultValue":null},{"name":"name","description":"The Workspace's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_board","description":"Delete a board.","args":[{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_column","description":"Delete a column.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_doc_block","description":"Delete a document block","args":[{"name":"block_id","description":"The block's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocumentBlockIdOnly","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_folder","description":"Deletes a folder in a specific workspace.","args":[{"name":"folder_id","description":"The folder's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Folder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_group","description":"Deletes a group in a specific board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_item","description":"Delete an item.","args":[{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_subscribers_from_board","description":"Remove subscribers from the board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"User ids to unsubscribe from a board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_teams_from_board","description":"Remove team subscribers from the board.","args":[{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"team_ids","description":"Team ids to unsubscribe from a workspace","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_teams_from_workspace","description":"Delete teams from a workspace.","args":[{"name":"team_ids","description":"Team ids to unsubscribe from a workspace","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"workspace_id","description":"The workspace's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_users_from_workspace","description":"Delete users from a workspace.","args":[{"name":"user_ids","description":"User ids to unsubscribe from a workspace","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"workspace_id","description":"The workspace's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_webhook","description":"Delete a new webhook.","args":[{"name":"id","description":"The webhook's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Webhook","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_workspace","description":"Delete workspace.","args":[{"name":"workspace_id","description":"The workspace's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duplicate_board","description":"Duplicate a board.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_name","description":"Optional the new board's name. If omitted then automatically generated","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"duplicate_type","description":"The duplication type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DuplicateBoardType","ofType":null}},"defaultValue":null},{"name":"folder_id","description":"Optional destination folder in destination workspace. Defaults to the original board folder.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"keep_subscribers","description":"Duplicate the subscribers to the new board. Defaults to false.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"Optional destination workspace. Defaults to the original board workspace.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardDuplication","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duplicate_group","description":"Duplicate a group.","args":[{"name":"add_to_top","description":"Should the new group be added to the top.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"group_title","description":"The group's title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duplicate_item","description":"Duplicate an item.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier. *Required","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"with_updates","description":"Duplicate with the item's updates.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"increase_app_subscription_operations","description":"Increase operations counter","args":[{"name":"increment_by","description":"Must be positive number.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"kind","description":"Operation name. A string of up to 14 characters containing alphanumeric characters and the symbols -_","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"global\""}],"type":{"kind":"OBJECT","name":"AppSubscriptionOperationsCounter","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"move_item_to_board","description":"Move an item to a different board.","args":[{"name":"board_id","description":"The unique identifier of a target board.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"columns_mapping","description":"Mapping of columns between the original board and target board","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnMappingInput","ofType":null}}},"defaultValue":null},{"name":"group_id","description":"The unique identifier of a target group.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The unique identifier of an item to move.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"subitems_columns_mapping","description":"Mapping of subitem columns between the original board and target board","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnMappingInput","ofType":null}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"move_item_to_group","description":"Move an item to a different group.","args":[{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"remove_mock_app_subscription","description":"Remove mock app subscription for the current account","args":[{"name":"app_id","description":"The app id of the app to remove the mocked subscription for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"partial_signing_secret","description":"The last 10 characters of the app's signing secret.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppSubscription","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"remove_users_from_team","description":"Remove users from team.","args":[{"name":"team_id","description":"The team's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"User ids to add to/remove from the team","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ChangeTeamMembershipsResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"set_board_permission","description":"Set or update the board's permission to specified role. This concept is also\n  known as default board role, general access or board permission set.","args":[{"name":"basic_role_name","description":"The basic role name to set. One of: editor (can edit structure and content),\n    contributor (can edit content only), viewer (read-only access). Note:\n    assigned_contributor is not yet supported.","type":{"kind":"ENUM","name":"BoardBasicRoleName","ofType":null},"defaultValue":null},{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"cross_product_collaborative","description":"Whether the board allows cross-product collaboration. Only applicable for boards that support this feature.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SetBoardPermissionResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"set_mock_app_subscription","description":"Set mock app subscription for the current account","args":[{"name":"app_id","description":"The app id of the app to mock subscription for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"billing_period","description":"Billing period [monthly/yearly]","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"is_trial","description":"Is the subscription a trial","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"max_units","description":"Maximum number of units for the mocked plan","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"partial_signing_secret","description":"The last 10 characters of the app's signing secret.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"plan_id","description":"The plan id for the mocked plan","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"pricing_version","description":"Pricing plans version","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"renewal_date","description":"The subscription renewal date","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppSubscription","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_assets_on_item","description":"Update item column value by existing assets","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"files","description":"Array of files values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"FileInput","ofType":null}}}},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_board","description":"Update Board attribute.","args":[{"name":"board_attribute","description":"The board's attribute to update (name / description / communication / item_nickname)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardAttributes","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"new_value","description":"The new attribute value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_board_hierarchy","description":"Update a board's position, workspace, or account product.","args":[{"name":"attributes","description":"The position and location attributes to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateBoardHierarchyAttributesInput","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The board's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateBoardHierarchyResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_doc_block","description":"Update a document block","args":[{"name":"block_id","description":"The block's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"content","description":"The block's content.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocumentBlock","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_folder","description":"Updates a folder.","args":[{"name":"account_product_id","description":"The target account product's ID to move the folder to","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"color","description":"The folder's color.","type":{"kind":"ENUM","name":"FolderColor","ofType":null},"defaultValue":null},{"name":"custom_icon","description":"The folder's custom icon.","type":{"kind":"ENUM","name":"FolderCustomIcon","ofType":null},"defaultValue":null},{"name":"folder_id","description":"The folder's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"font_weight","description":"The folder's font weight.","type":{"kind":"ENUM","name":"FolderFontWeight","ofType":null},"defaultValue":null},{"name":"name","description":"The folder's name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"parent_folder_id","description":"The folder's parent folder.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"position","description":"The folder's position relative to another object","type":{"kind":"INPUT_OBJECT","name":"DynamicPosition","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The workspace's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Folder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_group","description":"Update an existing group.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_attribute","description":"The groups's attribute to update (title / color / position / relative_position_after / relative_position_before)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"GroupAttributes","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The Group's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"new_value","description":"The new attribute value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_overview_hierarchy","description":"Update the position of a dashboard.","args":[{"name":"attributes","description":"The position and location attributes to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateOverviewHierarchyAttributesInput","ofType":null}},"defaultValue":null},{"name":"overview_id","description":"The overview's unique identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdateOverviewHierarchy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_workspace","description":"Update an existing workspace.","args":[{"name":"attributes","description":"The attributes of the workspace to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateWorkspaceAttributesInput","ofType":null}},"defaultValue":null},{"name":"id","description":"The workspace ID.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"use_template","description":"Use a template","args":[{"name":"board_kind","description":"The board's kind (public / private / share)","type":{"kind":"ENUM","name":"BoardKind","ofType":null},"defaultValue":null},{"name":"board_owner_ids","description":"Optional board owner user ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"board_owner_team_ids","description":"Optional board owner team ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"board_subscriber_ids","description":"Optional board subscriber ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"board_subscriber_teams_ids","description":"Optional list of subscriber team ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"callback_url_on_complete","description":"The callback URL to send the workspace, boards and dashboards IDs result, after its completed in the background","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"destination_folder_id","description":"The folder ID to duplicate the template to.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"destination_folder_name","description":"The folder name to duplicate the template to, in case of multiple boards template","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"destination_name","description":"The name of the instance","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"destination_workspace_id","description":"The workspace ID to duplicate the template to, If not defined, it will be created in Main Workspace","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"skip_target_folder_creation","description":"Skips target folder creation in multiple entities templates","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"solution_extra_options","description":"Optional adding extra options","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"template_id","description":"The template ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Template","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assign_department_members","description":"Assigns members to a department.","args":[{"name":"department_id","description":"The department ID to assign the members to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"The user IDs to assign to the department.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AssignDepartmentMembersResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"clear_users_department","description":"Clear users department","args":[{"name":"user_ids","description":"The user IDs to remove theirs department.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ClearUsersDepartmentResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assign_department_owner","description":"Assigns an owner to a department.","args":[{"name":"department_id","description":"The department ID to assign the owner to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_id","description":"The user ID to assign as the owner of the department.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AssignDepartmentOwnerResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unassign_department_owners","description":"Unassigns owners from a department.","args":[{"name":"department_id","description":"The department ID to unassign the owners from.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_ids","description":"The user IDs to unassign as the owners of the department.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UnassignDepartmentOwnerResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_department","description":"Creates a new department.","args":[{"name":"data","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateDepartmentDataInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Department","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_department","description":"Updates a department.","args":[{"name":"department_id","description":"The department ID to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"data","description":"","type":{"kind":"INPUT_OBJECT","name":"UpdateDepartmentOptionsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Department","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_department","description":"Deletes a department.","args":[{"name":"department_id","description":"The department ID to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Department","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"like_update","description":"","args":[{"name":"update_id","description":"The update identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"reaction_type","description":"The reaction type.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unlike_update","description":"","args":[{"name":"update_id","description":"The update identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_update","description":"","args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edit_update","description":"","args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"body","description":"The update text.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pin_to_top","description":"","args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unpin_from_top","description":"","args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"create_update","description":"","args":[{"name":"body","description":"The update text. Do not use @ to mention users, use the mentions field instead (if available).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"original_creation_date","description":"Original creation date of the update.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mentions_list","description":"Mention users, teams, or boards in this update. Example: [{\"id\": \"123\", \"type\": \"User\"}, {\"id\": \"456\", \"type\": \"Board\"}]","type":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateMention","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The item's unique identifier on which the update will be created on. No need to set if you are using parent_id for replying to a post.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"parent_id","description":"The parent post identifier. Use this to reply to a post.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"use_app_info","description":"Use app info for the post creator.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bulk_delete_items","description":"Asynchronously delete items on a board","args":[{"name":"board_id","description":"The ID of the board containing the items","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_ids","description":"List of item IDs to delete","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BulkDeleteInit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bulk_archive_items","description":"Asynchronously archive items on a board","args":[{"name":"board_id","description":"The ID of the board containing the items","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_ids","description":"List of item IDs to archive","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BulkDeleteInit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"backfill_items","description":"Initialize a backfill job for a board and group. Designed for data migrations with no side effects and a 20k row limit. Returns job ID and upload URL to begin the process.","args":[{"name":"board_id","description":"The ID of the board to import items into","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The ID of the group to import items into","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UploadJobInit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ingest_items","description":"Initialize an ingest job for a board and group. Designed for ongoing integrations with full side effects and a 10k row limit. Returns job ID and upload URL to begin the process.","args":[{"name":"board_id","description":"The ID of the board to import items into","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"group_id","description":"The ID of the group to import items into","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"on_match","description":"Configuration for handling matching items. When provided, items will be matched based on the specified column.","type":{"kind":"INPUT_OBJECT","name":"OnMatchInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UploadJobInit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"undo_action","description":"Undo a previously completed action, or cancel one still in flight","args":[{"name":"job_id","description":"The job ID returned by the originating mutation","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UndoResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connect_project_to_portfolio","description":"Connect an existing project to a portfolio. When a callback_url is provided the mutation returns immediately with a process_id, and the result is POSTed to that URL once the operation completes. The callback payload is: { is_success: boolean, process_id: string, portfolio_item_id?: string }.","args":[{"name":"projectBoardId","description":"The ID of the project to connect","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"portfolioBoardId","description":"The ID of the portfolio to connect to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"callback_url","description":"Optional URL to receive a POST request when the operation completes. Enables async mode: the mutation returns immediately with a process_id.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ConnectProjectResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_portfolio","description":"Create a new portfolio. When a callback_url is provided the mutation returns immediately with a process_id, and the portfolio_id is POSTed to that URL once the portfolio is actually created. The callback payload is: { is_success: boolean, process_id: string, portfolio_id?: number }.","args":[{"name":"boardName","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"boardPrivacy","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"destinationWorkspaceId","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"callback_url","description":"Optional URL to receive a POST request when the portfolio is created. Enables async mode: the mutation returns immediately with a process_id; the portfolio_id is delivered via the callback.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CreatePortfolioResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_widget","description":"Create a new widget.","args":[{"name":"parent","description":"Parent container for the widget (dashboard or board view).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WidgetParentInput","ofType":null}},"defaultValue":null},{"name":"kind","description":"The kind of widget to create (i.e CHART, NUMBER, BATTERY, CALENDAR, GANTT).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ExternalWidget","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the widget.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"settings","description":"Widget-specific settings as JSON. Each widget type has its own JSON schema that defines the required and optional fields. The settings object must conform to the JSON schema for the specific widget type being created. To discover available widget types and their schemas, use the all_widgets_schema query which returns the complete JSON schema for each supported widget type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"filter","description":"WORKS ONLY IN BOARD VIEWS. Optional filter to apply to the widget data using GraphQL query syntax. Supports filtering by board columns (status, numbers, date, person, etc.) with operators like any_of, greater_than, equals, contains. Structure: { rules: [{ column_id: \"status\", compare_value: [1, 2], operator: \"any_of\" }], operator: \"and\" }. IMPORTANT: Person/People columns require \"person-{id}\" format (e.g., [\"person-3\"] not [3]). Status columns use raw indices [0,1,2]. Numbers use raw values [2,43]. Example - Filter by person: { operator: \"and\", rules: [{ column_id: \"project_owner\", operator: \"any_of\", compare_value: [\"person-3\"] }] }","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Widget","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_widget","description":"Delete an existing widget.","args":[{"name":"id","description":"The ID of the widget to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_dashboard","description":"Create a new dashboard.","args":[{"name":"name","description":"Human-readable dashboard title (UTF-8 chars).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workspace_id","description":"ID of the workspace that will own the dashboard.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_ids","description":"List of board IDs as strings (min 1 element).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"kind","description":"Visibility level: `PUBLIC` or `PRIVATE`, default value is `PRIVATE`.","type":{"kind":"ENUM","name":"DashboardKind","ofType":null},"defaultValue":null},{"name":"board_folder_id","description":"Folder ID within the workspace in which to place the dashboard.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Dashboard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_dashboard","description":"Update an existing dashboard.","args":[{"name":"id","description":"The ID of the dashboard to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Human-readable dashboard title (UTF-8 chars).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The ID of the workspace to update the dashboard in.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"kind","description":"Visibility level: `PUBLIC` or `PRIVATE`.","type":{"kind":"ENUM","name":"DashboardKind","ofType":null},"defaultValue":null},{"name":"board_folder_id","description":"Folder ID within the workspace in which to place the dashboard.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Dashboard","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_dashboard","description":"Delete an existing dashboard.","args":[{"name":"id","description":"The ID of the dashboard to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_required_column","description":"Add a required column to a board","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations the default is board","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"}],"type":{"kind":"OBJECT","name":"RequiredColumns","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"remove_required_column","description":"Remove a required column from a board","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations the default is board","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"}],"type":{"kind":"OBJECT","name":"RequiredColumns","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_validation_rule","description":"Create a validation rule","args":[{"name":"id","description":"The ID of the entity to create the rule for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"},{"name":"rule","description":"The validation rule to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ValidationRuleInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ValidationRule","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_validation_rule","description":"Update a validation rule","args":[{"name":"id","description":"The ID of the entity to update the rule for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"},{"name":"rule_id","description":"The ID of the validation rule to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"rule","description":"The updated validation rule","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ValidationRuleInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ValidationRule","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_validation_rule","description":"Delete a validation rule","args":[{"name":"id","description":"The ID of the entity to delete the rule from","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"},{"name":"rule_id","description":"The ID of the validation rule to delete","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ValidationRule","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_view_table","description":"Create a new table view","args":[{"name":"board_id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the view","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filter_user_id","description":"User ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter_team_id","description":"Team ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter","description":"The rule filters to apply to the board view","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null},{"name":"sort","description":"The sort order to apply to the board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","ofType":null}}},"defaultValue":null},{"name":"tags","description":"Tags to apply for board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"settings","description":"View settings configuration for the table board view","type":{"kind":"INPUT_OBJECT","name":"TableViewSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_view","description":"Create a view","args":[{"name":"board_id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of view to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewKind","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the view","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filter_user_id","description":"User ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter_team_id","description":"Team ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter","description":"The rule filters to apply to the board view","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null},{"name":"sort","description":"The sort order to apply to the board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","ofType":null}}},"defaultValue":null},{"name":"tags","description":"Tags to apply for board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"settings","description":"Type-specific configuration object containing view settings. \n    The structure varies by view type - \n    use get_view_schema_by_type query to see available properties. \n    Examples: APP view include app_feature_id part of it's settings","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_view_table","description":"Update an existing board table view","args":[{"name":"view_id","description":"The ID of the view to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the view","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filter_user_id","description":"User ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter_team_id","description":"Team ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter","description":"The rule filters to apply to the board view","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null},{"name":"sort","description":"The sort order to apply to the board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","ofType":null}}},"defaultValue":null},{"name":"tags","description":"Tags to apply for board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"settings","description":"The settings for the view","type":{"kind":"INPUT_OBJECT","name":"TableViewSettingsInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_view","description":"Update an existing view","args":[{"name":"name","description":"The name of the view","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filter_user_id","description":"User ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter_team_id","description":"Team ID to filter by","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter","description":"The rule filters to apply to the board view","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null},{"name":"sort","description":"The sort order to apply to the board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","ofType":null}}},"defaultValue":null},{"name":"tags","description":"Tags to apply for board view","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"view_id","description":"The ID of the view to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of view to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewKind","ofType":null}},"defaultValue":null},{"name":"settings","description":"Type-specific configuration object containing view settings. \n    The structure varies by view type - \n    use get_view_schema_by_type query to see available properties. \n    Examples: TABLE view include group_by and columns configuration as part of it's settings","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_view","description":"Delete an existing board subset/view","args":[{"name":"view_id","description":"The ID of the view to delete","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_timeline_item","description":"","args":[{"name":"item_id","description":"The item the timeline item will be created in.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_id","description":"The user who created the timeline item. Only for account admins.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"title","description":"The title of the timeline item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"timestamp","description":"The creation time of the event.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"defaultValue":null},{"name":"summary","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"content","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"location","description":"Location field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"phone","description":"Phone number field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"url","description":"URL field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"time_range","description":"The start and end time of the new timeline item.","type":{"kind":"INPUT_OBJECT","name":"TimelineItemTimeRange","ofType":null},"defaultValue":null},{"name":"custom_activity_id","description":"The id of the custom activity of the timeline item.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_timeline_item","description":"","args":[{"name":"id","description":"The id of the timeline item to delete","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_custom_activity","description":"","args":[{"name":"name","description":"The name of the custom activity","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"icon_id","description":"The icon of the custom activity","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CustomActivityIcon","ofType":null}},"defaultValue":null},{"name":"color","description":"The color of the custom activity","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CustomActivityColor","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CustomActivity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_custom_activity","description":"","args":[{"name":"id","description":"The id of the custom activity","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CustomActivity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"add_content_to_doc_from_markdown","description":"Adds markdown content to an existing document by converting it into document blocks. Use this to append content to the end of a document or insert content after a specific block. The markdown will be parsed and converted into the appropriate document block types (text, headers, lists, etc.). Returns the IDs of the newly created blocks on success.","args":[{"name":"docId","description":"The document's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"markdown","description":"The markdown content to convert into document blocks.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"afterBlockId","description":"Optional block ID to insert the markdown content after.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocBlocksFromMarkdownResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_article","description":"Creates a new article in the specified workspace. Optionally accepts a name and folder ID. Returns the created article metadata.","args":[{"name":"name","description":"The display name of the article. This is what appears in the monday.com interface.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The ID of the workspace containing this article.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"folder_id","description":"The ID of the folder containing this article, if the article is organized in a folder structure.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArticleMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_doc_blocks","description":"Creates multiple document blocks in a single operation for efficient content creation. Use this when adding substantial content like importing documents, creating structured content (articles, reports, guides), or building complex document sections. Supports all block types including text paragraphs, headers, bullet/numbered lists, images, tables, code blocks, and more. Much faster than creating blocks individually. Perfect for content migration, template creation, or generating documents from external data. Maximum 25 blocks per request.","args":[{"name":"docId","description":"The document's unique identifier where blocks will be created. Get this from document queries or creation responses.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"afterBlockId","description":"Insert all new blocks immediately after this specific block ID. If omitted, blocks will be positioned based on their parentBlockId or appended at the end of the document in the provided order.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"blocksInput","description":"Array of block definitions to create. Each element must specify exactly one block type (text, list, image, etc.). Maximum 25 blocks per request.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateBlockInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DocumentBlockV2","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_article","description":"Deletes an article with the specified object ID","args":[{"name":"object_id","description":"The unique identifier of the article object. Can be used to reference this specific object in queries and mutations. This ID can be found in the article's URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArticleMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_doc","description":"Permanently deletes a document and all its content from the system. This action cannot be undone. The document will be removed from all user views and workspaces. Use with caution - ensure the document is no longer needed before deletion. Returns success status and the deleted document ID.","args":[{"name":"docId","description":"The document's unique identifier. Get this from document queries or creation responses.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_doc_blocks","description":"Deletes multiple document blocks in a single operation. Maximum 100 blocks per request.","args":[{"name":"block_ids","description":"The unique identifiers of the blocks to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeletedDocBlock","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"duplicate_doc","description":"Creates an exact copy of an existing document, including all content, structure, and formatting. Use this to create templates, backup documents before major changes, or create variations of existing documents. The duplicated document will have a new unique ID and can be modified independently. Returns the new document's ID on success.","args":[{"name":"docId","description":"The document's unique identifier to duplicate. Get this from document queries or creation responses.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"duplicateType","description":"Controls what gets duplicated: content only (default) or content with update history. Choose content-only for clean copies.","type":{"kind":"ENUM","name":"DuplicateType","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"import_doc_from_html","description":"Imports HTML content as a new document by converting it into document blocks. The HTML will be parsed and converted into the appropriate document block types (text, headers, lists, etc.). Returns the ID of the newly created document on success.","args":[{"name":"html","description":"The HTML content to convert into a new document.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workspaceId","description":"The workspace ID where the document should be created.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"kind","description":"The access level of the document. Defaults to \"public\" if not specified.","type":{"kind":"ENUM","name":"DocKind","ofType":null},"defaultValue":null},{"name":"folderId","description":"The folder ID where the document should be placed. If not provided, the document will be created at the root level of the workspace.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"title","description":"The name/title of the document. If not provided, the title will be inferred from the HTML content.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ImportDocFromHtmlResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"publish_article","description":"Publishes an article with the specified object ID. Allows setting privacy level, target folder, and managing subscribers (users and teams). Returns the updated article metadata.","args":[{"name":"object_id","description":"The unique identifier of the article object. Can be used to reference this specific object in queries and mutations. This ID can be found in the article's URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"privacy_kind","description":"The kind/visibility setting of the article (private, public). Determines who can access it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"PrivacyKind","ofType":null}},"defaultValue":null},{"name":"folder_id","description":"The ID of the folder to move the article to. If not specified, the article will remain at its current folder level","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"add_subscriber_ids","description":"List of user IDs to add as subscribers to this article. Only applicable when privacy_kind is PRIVATE","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"add_subscriber_team_ids","description":"List of team IDs to add as subscribers to this article. Only applicable when privacy_kind is PRIVATE","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"remove_subscriber_ids","description":"List of user IDs to remove from article subscribers. Only applicable when privacy_kind is PRIVATE","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"remove_subscriber_team_ids","description":"List of team IDs to remove from article subscribers. Only applicable when privacy_kind is PRIVATE","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArticleMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_article_block","description":"Updates the content of a specific article block. The block must belong to a draft article that the user has permission to edit. Cannot update blocks of published articles.","args":[{"name":"block_id","description":"The ID of the block to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"content","description":"The new content for the block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ArticleBlock","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_doc_name","description":"Update a document's name/title. Changes are applied immediately and visible to all users with access to the document.","args":[{"name":"docId","description":"The document's unique identifier. Use document ID from API responses","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The new name/title for the document. Should be descriptive and help users identify the document purpose.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"set_item_description_content","description":"Sets an item description document's content with new markdown data. This mutation converts the provided markdown into document blocks and replaces the existing content of the item's description. Returns the IDs of the newly created blocks on success. Note: Markdown does not support text colors or background highlights. Any existing colored or highlighted text will be lost after replacement.","args":[{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"markdown","description":"The markdown content to replace the document with.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocBlocksFromMarkdownResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_dependency_column","description":"Update the dependency column for a specific pulse","args":[{"name":"boardId","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"pulseId","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"value","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DependencyValueInput","ofType":null}},"defaultValue":null},{"name":"columnId","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"successor_new_date","description":"Optional new date for the successor node (or one of its descendants). When provided, updates the successor date and all predecessor edge lags.","type":{"kind":"INPUT_OBJECT","name":"TimelineDateInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"batch_update_dependency_column","description":"Batch update the dependency column values in a board. Limited to 50 items per batch.","args":[{"name":"boardId","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"columnId","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"values","description":"The list of pulses with their dependency column values to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DependencyPulseValueInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"PlannerResourceKind","description":"Type of resource in the planner","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLACEHOLDER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PtoEntry","description":"A personal time off entry for a user","fields":[{"name":"id","description":"Unique identifier of the time off entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"start","description":"Start date of the non-working period in YYYY-MM-DD format","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end","description":"End date of the non-working period in YYYY-MM-DD format","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created this entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp when this record was created","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp when this record was last updated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Query","description":"Root query type for the Dependencies service","fields":[{"name":"get_directory_resources","description":"Fetch resources information from the resource directory","args":[{"name":"query_params","description":"Query parameters for filtering resources","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null},{"name":"cursor","description":"The cursor which allows to fetch the next page of directory resources.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"}],"type":{"kind":"OBJECT","name":"DirectoryResourcesResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"managed_column","description":"Get managed column data.","args":[{"name":"id","description":"The managed column ids.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"state","description":"The state of the managed column.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ManagedColumnState","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ManagedColumn","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"get_column_type_schema","description":"Retrieves the JSON schema definition for a specific column type. Use this query before calling update_column mutation to understand the structure and validation rules for the defaults parameter. The schema defines what properties are available when updating columns of a specific type.","args":[{"name":"type","description":"Specifies which column type to retrieve the schema for. Valid values include \"text\", \"status\", \"date\", \"numbers\", etc. Each type has different available properties and validation rules.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"get_object_schemas","description":"Retrieve active account object schemas by their IDs or names. Only returns account-level object schemas (not global). Object schemas define the structure and columns of boards. If no parameters are provided, all account object schemas are returned. Pass exclude_created_by_monday: true to omit the schemas seeded by monday.com and return only schemas created by users in this account. Results are paginated using page and limit parameters.","args":[{"name":"ids","description":"A list of object schema IDs to retrieve.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"names","description":"A list of object schema names to retrieve. Names are unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"limit","description":"The number of object schemas to return per page. Default is 25, maximum is 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"page","description":"The page number to retrieve. Pages are 1-indexed. Default is 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"exclude_created_by_monday","description":"When true, returns only object schemas created by users in this account, excluding the default schemas seeded by monday.com. Note: when combined with the ids or names filters, only results satisfying both conditions are returned.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectSchema","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"sprints","description":"Get a collection of monday dev sprints","args":[{"name":"ids","description":"A list of monday dev sprints unique identifiers","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Sprint","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"aggregate","description":"Performs aggregation operations on board data","args":[{"name":"query","description":"The aggregation query to execute","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AggregateQueryInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AggregateQueryResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"favorites","description":"Get all personal list items by list ID","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GraphqlHierarchyObjectItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"object_types_unique_keys","description":"Retrieves a list of available object types that can be created or queried. Each object type is uniquely identified by an 'object_type_unique_key'. This key is required for mutations like 'create_object' and for filtering in the 'objects' query. Use this query to discover what types of objects are available in the system (e.g., 'workflows', 'projects') and get their corresponding unique keys. The structure of unique key is 'app_slug::app_feature_slug'.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectTypeUniqueKey","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"objects","description":"Retrieves a list of objects from the Monday.com Objects Platform based on specified filters. This query can return any type of object (board, doc, dashboard, workflow, etc.) depending on the filter criteria. Use object_type_unique_keys to filter for specific object types.","args":[{"name":"object_type_unique_keys","description":"The unique identifier for the object type, formatted as 'app_slug::app_feature_slug'","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"ids","description":"Filter by specific object ID(s). Use this when you need to retrieve one or more specific objects by their unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Maximum number of objects to return in the response. Default is 25, but can be increased to retrieve more objects at once.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"order_by","description":"Specifies the order in which objects are returned.","type":{"kind":"ENUM","name":"OrderBy","ofType":null},"defaultValue":null},{"name":"state","description":"Filter objects by their state.","type":{"kind":"ENUM","name":"ObjectState","ofType":null},"defaultValue":null},{"name":"privacy_kind","description":"Filter objects by their kind/visibility setting.","type":{"kind":"ENUM","name":"PrivacyKind","ofType":null},"defaultValue":null},{"name":"workspace_ids","description":"Filter objects by workspace ID(s). Returns only objects that belong to the specified workspace(s). Use null or omit for objects in the main workspace.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Object","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"object_relations","description":"Fetch relations for a specific object","args":[{"name":"object_id","description":"ID of the source object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"kind","description":"Kind of the relation to fetch. If not provided, all relation kinds are returned.","type":{"kind":"ENUM","name":"RelationKind","ofType":null},"defaultValue":null},{"name":"direction","description":"Direction of the relation (defaults to \"outgoing\")","type":{"kind":"ENUM","name":"RelationDirection","ofType":null},"defaultValue":"OUTGOING"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectRelation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"marketplace_app_discounts","description":"","args":[{"name":"app_id","description":"The id of an app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MarketplaceAppDiscount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"app_subscriptions","description":"","args":[{"name":"app_id","description":"The ID of an app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"status","description":"","type":{"kind":"ENUM","name":"SubscriptionStatus","ofType":null},"defaultValue":null},{"name":"account_id","description":"The ID of an account","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"cursor","description":"The value, which identifies the exact point to continue fetching the subscriptions from","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"The size of the requested page","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppSubscriptions","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"empty","description":"Placeholder query field for automations-test microservice.\n  This can be replaced with actual queries as the service evolves.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allowed_sequences_to_enroll","description":"Get sequences that the current user is allowed to enroll items to, that are connected to the provided board. Returns sequences owned by the user or sequences where the user has access to the sender connection.","args":[{"name":"board_id","description":"The ID of the board to get allowed sequences for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Sequence","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"analytics_events","description":"Search analytics events by identifier","args":[{"name":"identifier","description":"The identifier to search for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"campaign_id","description":"Filter by campaign ID","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"event_type","description":"Filter by event type","type":{"kind":"ENUM","name":"CampaignsAnalyticsEventKind","ofType":null},"defaultValue":null},{"name":"limit","description":"Maximum number of events to return (max 1000)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"next_token","description":"Pagination token for the next page","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CampaignsAnalyticsEventsResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"campaigns","description":"List email campaigns for the current account with optional filtering and sorting","args":[{"name":"limit","description":"Maximum number of campaigns to return (max 200)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"status","description":"Filter by campaign status(es)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CampaignsStatusKind","ofType":null}}},"defaultValue":null},{"name":"name","description":"Filter by campaign name (partial match)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"sent_after","description":"Filter campaigns sent after this date","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null},{"name":"sent_before","description":"Filter campaigns sent before this date","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null},{"name":"sort_field","description":"Field to sort by","type":{"kind":"ENUM","name":"CampaignsSortField","ofType":null},"defaultValue":null},{"name":"sort_order","description":"Sort direction (defaults to DESC)","type":{"kind":"ENUM","name":"CampaignsSortOrder","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsEmailCampaign","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"campaign","description":"Get a single email campaign by ID","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CampaignsEmailCampaign","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"brand_kit","description":"Get the brand kit for the current account","args":[],"type":{"kind":"OBJECT","name":"CampaignsBrandKit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"insights","description":"List market insights for the current account","args":[{"name":"limit","description":"Maximum number of insights to return (max 200)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsInsight","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"insight","description":"Get a single market insight by ID","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CampaignsInsight","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"segments","description":"List audience segments for the current account","args":[{"name":"limit","description":"Maximum number of segments to return (max 200)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsSegment","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"segment","description":"Get a single audience segment by ID","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"CampaignsSegment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"Get marketing channels settings for the current account","args":[],"type":{"kind":"OBJECT","name":"CampaignsSettings","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"Usage metrics for the current account","args":[],"type":{"kind":"OBJECT","name":"CampaignsUsage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trigger_events","description":"List trigger events with optional filters","args":[{"name":"nextPageOffset","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"0"},{"name":"filters","description":"","type":{"kind":"INPUT_OBJECT","name":"TriggerEventsFiltersInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TriggerEventsPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trigger_event","description":"Fetch a single trigger event by UUID","args":[{"name":"triggerUuid","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TriggerEvent","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"block_events","description":"List block events for a given trigger UUID","args":[{"name":"triggerUuid","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"nextPageOffset","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"0"}],"type":{"kind":"OBJECT","name":"BlockEventsPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tool_events","description":"List tool events for a given trigger UUID","args":[{"name":"trigger_uuid","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"next_page_offset","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"0"}],"type":{"kind":"OBJECT","name":"ToolEventsPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_trigger_statistics","description":"Get aggregated automation runs statistics in the account","args":[{"name":"filters","description":"","type":{"kind":"INPUT_OBJECT","name":"AccountTriggerStatisticsFiltersInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AccountTriggerStatistics","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_triggers_statistics_by_entity_id","description":"Get aggregated automation runs statistics grouped by entity Ids","args":[{"name":"run_status","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TriggerEventState","ofType":null}},"defaultValue":null},{"name":"filters","description":"","type":{"kind":"INPUT_OBJECT","name":"AccountTriggersByEntityIdFiltersInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AccountTriggersByEntityId","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_candidates","description":"Get board candidates based on workspace and usage type","args":[{"name":"workspaceId","description":"The workspace ID to get boards from","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"usageType","description":"The usage type for filtering boards","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardUsage","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Board","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"form","description":"Fetch a form by its token. The returned form includes all the details of the form such as its settings, questions, title, etc. Use this endpoint when you need to retrieve complete form data for display or processing. Requires that the requesting user has read access to the associated board.","args":[{"name":"formToken","description":"The unique identifier token for the form. This token is used to securely access the form and can be found in the form URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ResponseForm","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"notetaker","description":"Namespace for all notetaker-related queries.","args":[],"type":{"kind":"OBJECT","name":"NotetakerQueries","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connections","description":"Returns connections for the authenticated user. Supports filtering, pagination, ordering, and partial-scope options.","args":[{"name":"withAutomations","description":"Include connections that have automations attached.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"connectionState","description":"Filter connections by their state (e.g., active, inactive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"pageSize","description":"Number of records to return per page when using offset-based pagination.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"withPartialScopes","description":"Include connections created with partial scopes.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Connection","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"user_connections","description":"Returns connections that belong to the authenticated user.","args":[{"name":"withAutomations","description":"Include connections that have automations attached.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"pageSize","description":"Number of records to return per page when using offset-based pagination.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Connection","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"account_connections","description":"Returns all connections for the account. Requires admin privileges.","args":[{"name":"withAutomations","description":"Include connections that have automations attached.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"pageSize","description":"Number of records to return per page when using offset-based pagination.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Connection","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"connection","description":"Fetch a single connection by its unique ID.","args":[{"name":"id","description":"Unique identifier of the connection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"Connection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connection_board_ids","description":"Get board IDs that are linked to a specific connection.","args":[{"name":"connection_id","description":"Unique identifier of the connection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"account_roles","description":"Get all roles for the account","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountRole","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"service_user_tokens","description":"Retrieves API tokens for the given service users.","args":[{"name":"service_user_ids","description":"The IDs of the service users.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ServiceUserToken","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"service_users","description":"Retrieves all service users in the account with their token last activity.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ServiceUser","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"search","description":"Search API. Each field searches a single entity type with tailored filters.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchNamespace","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app","description":"Get an app by ID or slug.","args":[{"name":"id","description":"The ID or slug of the app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ask_developer_docs","description":"Query the monday.com apps documentation using AI. Returns an AI-generated answer based on the documentation.","args":[{"name":"query","description":"The question to ask about monday.com apps documentation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AppDocumentationAiResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"get_app_lifecycle_subscriptions","description":"Get lifecycle subscriptions for all entity types in a specific app version. If version_id is not provided, resolves the active version (user testing version, live, or latest).","args":[{"name":"app_id","description":"The app ID or slug","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version_id","description":"Optional app version ID. If not provided, resolves the active version (user testing version, live, or latest)","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LifecycleSubscriptionKind","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"notifications","description":"","args":[{"name":"cursor","description":"The last notification id to get.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"filter_read","description":"Whether to get only unread notifications.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"since","description":"Filter notifications created from this date (inclusive). ISO 8601 format (e.g., YYYY-MM-DD or YYYY-MM-DDTHH:mm).","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"NotificationV2","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"notifications_settings","description":"Retrieves the current user's notification settings across all available channels.","args":[{"name":"scope_type","description":"notification settings scope types. Options: account user defaults or user private settings.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ScopeType","ofType":null}},"defaultValue":null},{"name":"scope_id","description":"Relevant when using scopeType: user. The userId of the user whose notification settings you want to retrieve. By default, the current user is used.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"setting_kinds","description":"Filter results to specific notification setting types by their names. Leave empty to retrieve all settings.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"channels","description":"Return results for a specific notification channel type","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ChannelType","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"NotificationSetting","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"mute_board_settings","description":"Get mute board notification settings for the current user","args":[{"name":"board_ids","description":"The IDs of the boards to get mute settings for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardMuteSettings","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"platform_api","description":"Platform API data.","args":[],"type":{"kind":"OBJECT","name":"PlatformApi","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"versions","description":"Get a list containing the versions of the API","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Version","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"Get the API version in use","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Version","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":"Get the connected account's information.","args":[],"type":{"kind":"OBJECT","name":"Account","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_installs","description":"Get a collection of installs of an app.","args":[{"name":"account_id","description":"The id of an account to filter app installs by.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"app_id","description":"The id of an application.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25. Max: 100","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"AppInstall","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_subscription","description":"Get the current app subscription. Note: This query does not work in the playground","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"AppSubscription","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_subscription_operations","description":"Get operations counter current value","args":[{"name":"kind","description":"Operation name. A string of up to 14 characters containing alphanumeric characters and the symbols -_","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"global\""}],"type":{"kind":"OBJECT","name":"AppSubscriptionOperationsCounter","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"apps_monetization_info","description":"Get apps monetization information for an account","args":[],"type":{"kind":"OBJECT","name":"AppsMonetizationInfo","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"apps_monetization_status","description":"Get apps monetization status for an account","args":[],"type":{"kind":"OBJECT","name":"AppMonetizationStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":"Get a collection of assets by ids.","args":[{"name":"ids","description":"Ids of the assets/files you want to get","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Asset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"boards","description":"Get a collection of boards.","args":[{"name":"board_kind","description":"The board's kind (public / private / share)","type":{"kind":"ENUM","name":"BoardKind","ofType":null},"defaultValue":null},{"name":"hierarchy_types","description":"A list of hierarchy types","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardHierarchy","ofType":null}}},"defaultValue":null},{"name":"ids","description":"A list of boards unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"latest","description":"Boolean that brings the latest data","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"order_by","description":"Property to order by (created_at / used_at).","type":{"kind":"ENUM","name":"BoardsOrderBy","ofType":null},"defaultValue":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"state","description":"The state of the board (all / active / archived / deleted), the default is active.","type":{"kind":"ENUM","name":"State","ofType":null},"defaultValue":"active"},{"name":"workspace_ids","description":"A list of workspace ids the boards are contained in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Board","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"complexity","description":"Get the complexity data of your queries.","args":[],"type":{"kind":"OBJECT","name":"Complexity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"docs","description":"Get a collection of docs.","args":[{"name":"ids","description":"A list of document unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"object_ids","description":"A list of associated board or object’s unique identifier.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"order_by","description":"Property to order by (created_at / used_at).","type":{"kind":"ENUM","name":"DocsOrderBy","ofType":null},"defaultValue":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"workspace_ids","description":"A list of workspace ids the documents are contained in.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Document","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folders","description":"Get a collection of folders. Note: This query won't return folders from closed workspaces to which you are not subscribed","args":[{"name":"ids","description":"A list of folders unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"workspace_ids","description":"A list of workspace unique identifiers to filter folders by workspaces. (pass null to include Main Workspace)","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Folder","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"Get a collection of items.","args":[{"name":"exclude_nonactive","description":"Excludes items that are inactive, deleted or belong to deleted items","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"ids","description":"A list of items unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"newest_first","description":"Get the recently created items at the top of the list","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items_page_by_column_values","description":"Search items by multiple columns and values.","args":[{"name":"board_id","description":"The board's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"columns","description":"One or more columns, and their values to search items by.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ItemsPageByColumnValuesQuery","ofType":null}}},"defaultValue":null},{"name":"cursor","description":"An opaque token representing the position in the result set from which to\n    resume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hierarchy_scope_config","description":"The hierarchy config to use for the query filters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\n    control the size of the result set and manage pagination. Maximum: 500.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"25"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"me","description":"Get the connected user's information.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"next_items_page","description":"Get next pages of board's items (rows) by cursor.","args":[{"name":"cursor","description":"An opaque token representing the position in the result set from which to\n    resume fetching items. Use this to paginate through large result sets.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\n    control the size of the result set and manage pagination. Maximum: 500.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"25"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"Get a collection of tags.","args":[{"name":"ids","description":"A list of tags unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Tag","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"teams","description":"Get a collection of teams.","args":[{"name":"ids","description":"A list of teams unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"webhooks","description":"Get a collection of webhooks for the board","args":[{"name":"app_webhooks_only","description":"Filters webhooks that were created by the app initiating the request","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"board_id","description":"Board unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Webhook","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workspaces","description":"Get a collection of workspaces.","args":[{"name":"ids","description":"A list of workspace unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"kind","description":"The workspace's kind (open / closed / template)","type":{"kind":"ENUM","name":"WorkspaceKind","ofType":null},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"membership_kind","description":"The workspace's membership kind (member / all)","type":{"kind":"ENUM","name":"WorkspaceMembershipKind","ofType":null},"defaultValue":"all"},{"name":"order_by","description":"Property to order by (created_at).","type":{"kind":"ENUM","name":"WorkspacesOrderBy","ofType":null},"defaultValue":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"query_params","description":"Parameters to filter workspaces","type":{"kind":"INPUT_OBJECT","name":"WorkspacesQueryInput","ofType":null},"defaultValue":null},{"name":"state","description":"The state of the workspace (all / active / archived / deleted), the default is active.","type":{"kind":"ENUM","name":"State","ofType":null},"defaultValue":"active"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Workspace","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"audit_logs","description":"Retrieve audit logs for your Monday account. You can\n  filter logs by event types, user ID, IP address and start and end date.\n  \n  Here is an example audit log query:\n  \n  query {\n  audit_logs(\n  user_id: \"1234567890\"\n  events: [\"login\", \"logout\"]\n  ip_address: \"123.123.123.123\"\n  start_time: \"2021-01-01T00:00:00Z\"\n  end_time: \"2021-01-01T23:59:59Z\"\n  limit: 100\n  page: 1\n  ) {\n  logs {\n  timestamp\n  event\n  ip_address\n  user {\n  id\n  name\n  email\n  }\n  activity_metadata\n  }\n  pagination {\n  page\n  page_size\n  has_more_pages\n  next_page_number\n  }\n  }\n  }\n  \n  To get the list of all possible event types, you should use the audit_event_catalogue query like this:\n  \n  query {\n  audit_event_catalogue {\n  name\n  description\n  metadata_details\n  }\n  }","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"user_id","description":"Filter logs by this user ID (which appears as an integer value). If you have an email\n    address, you can get the user ID by looking up the user's email address through the\n    Users API.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"events","description":"Filter logs by specific event types. Returns\n    logs that match any of the event types in the provided list.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"ip_address","description":"Filter logs that have this IP address","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"start_time","description":"Filter for logs from this date and time onwards. \n    Timestamps must be in ISO 8601 format and are in the UTC timezone.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"end_time","description":"Filter for logs up to this date and time. \n    Timestamps must be in ISO 8601 format and are in the UTC timezone.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AuditLogPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"audit_event_catalogue","description":"Lists all the audit event types that can be logged and information about them.\n  \n  Example query:\n  \n  query {\n  audit_event_catalogue {\n  name\n  description\n  metadata_details\n  }\n  }","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AuditEventCatalogueEntry","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"departments","description":"Get account departments","args":[{"name":"ids","description":"Filter by department IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Department","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"updates","description":"","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"ids","description":"A list of updates unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"from_date","description":"Filter updates created from this date (inclusive). ISO 8601 format (e.g., YYYY-MM-DD or YYYY-MM-DDTHH:mm).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to_date","description":"Filter updates created up to this date (inclusive). ISO 8601 format (e.g., YYYY-MM-DD or YYYY-MM-DDTHH:mm).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"replies","description":"Get a collection of replies filtered by board IDs and date range.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"board_ids","description":"A list of board IDs to filter replies by.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"created_at_from","description":"Filter replies created from this date (inclusive). ISO 8601 format (e.g., YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"created_at_to","description":"Filter replies created up to this date (inclusive). ISO 8601 format (e.g., YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Reply","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"fetch_job_status","description":"Get the status of a backfill or ingest job","args":[{"name":"job_id","description":"The ID of the job to get status for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"JobStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_configs","description":"Get all user configs for the account.","args":[{"name":"kinds","description":"Filter by kinds.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"visibility","description":"Filter by visibility.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"behaviors","description":"Filter by behaviors. Returns configs that have all of the specified behaviors.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserConfig","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":"Get users.","args":[{"name":"ids","description":"Filter by user IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"name","description":"Filter by user name. Uses fuzzy search unless combined with `user_kind`, `kind`, or `emails` args, then uses exact search.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"emails","description":"A list of users' emails.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"user_kind","description":"Filter by user kind.","type":{"kind":"INPUT_OBJECT","name":"UserKindFilterInput","ofType":null},"defaultValue":null},{"name":"sort","description":"Sort users by one or more fields and directions.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UsersSortInput","ofType":null}}},"defaultValue":null},{"name":"visibility","description":"Filter by visibility.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"status","description":"Filter by user status. Defaults to [ACTIVE, PENDING] if not provided.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserStatus","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 200. The maximum is 1000.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"200"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"kind","description":"The kind to search users by.","type":{"kind":"ENUM","name":"UserKind","ofType":null},"defaultValue":null},{"name":"non_active","description":"When true, returns only inactive users. When false, returns only active users.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"newest_first","description":"Sort users by creation date, newest first.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"job_status","description":"Get the status of an async job by its external ID","args":[{"name":"job_id","description":"The job ID returned by the originating mutation","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AsyncJobStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"all_widgets_schema","description":"Returns all available widget schemas for documentation and validation purposes","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WidgetSchemaInfo","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"validations","description":"Get validations configuration for a board","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of entity for validations the default is board","type":{"kind":"ENUM","name":"ValidationsEntityType","ofType":null},"defaultValue":"board"}],"type":{"kind":"OBJECT","name":"Validations","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"get_view_schema_by_type","description":"Retrieves the JSON schema definition for a specific create view type. \n  Use this query before calling create_view mutation to understand the structure and validation rules for the settings parameter. \n  The schema defines what properties are available when creating views of a specific type.","args":[{"name":"type","description":"Specifies which view type to retrieve the schema for. Valid values include\n    \"DASHBOARD\", \"TABLE\", \"FORM\", \"APP\", etc. Each type has different available properties and validation rules.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewKind","ofType":null}},"defaultValue":null},{"name":"mutationType","description":"Specifies the type of mutation to retrieve the schema for. Valid values include\n    \"create\" or \"update\".","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ViewMutationKind","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"custom_activity","description":"","args":[{"name":"ids","description":"The ids of the custom activities to fetch","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"name","description":"The name of the custom activity, case insensitive and partial match","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"icon_id","description":"The icon of the custom activity","type":{"kind":"ENUM","name":"CustomActivityIcon","ofType":null},"defaultValue":null},{"name":"color","description":"The color of the custom activity","type":{"kind":"ENUM","name":"CustomActivityColor","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CustomActivity","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"timeline_item","description":"","args":[{"name":"id","description":"The id of the timeline item to delete","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"Fetches timeline items for a given item","args":[{"name":"id","description":"The id of the item","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"skipConnectedItems","description":"Whether to skip connected items","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"TimelineResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"article_blocks","description":"Retrieves blocks for the published version of a specific article if the requesting user has permission to access it. Returns paginated blocks in their position order. Will return an error if the user lacks the required permissions.","args":[{"name":"object_id","description":"The unique identifier of the article object. Can be used to reference this specific object in queries and mutations. This ID can be found in the article's URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of blocks to return per article. Defaults to 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number for blocks pagination, starting from 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"ArticleBlock","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"articles","description":"Retrieves a list of published articles with their metadata and content blocks that the requesting user has permission to access. Articles without proper permissions will be filtered out. By default, returns the first 25 blocks per article. To retrieve more blocks, use the article_blocks query.","args":[{"name":"object_ids","description":"Array of article object IDs to fetch. These IDs can be found in the articles' URLs.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"workspace_ids","description":"Optional array of workspace IDs to filter articles by.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Maximum number of articles to return. Defaults to 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number, starting from 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Article","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"doc_version_diff","description":"Retrieves the content diff between two versions of a document. Pass two restoring point dates (from doc_version_history) to see what blocks were added, deleted, or changed. Only blocks with changes are returned.","args":[{"name":"doc_id","description":"The ID of the document to get the diff for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"date","description":"The newer restoring point date (ISO 8601 string). Use a date from the doc_version_history restoring_points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"prev_date","description":"The older restoring point date (ISO 8601 string). Use a date from the doc_version_history restoring_points.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocVersionDiff","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc_version_history","description":"Retrieves the version history of a document. Returns a list of restoring points (snapshots) with timestamps and the users who made changes. Snapshots are grouped in 5-minute intervals. Use the since and until arguments to filter the time range.","args":[{"name":"doc_id","description":"The ID of the document to retrieve version history for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"since","description":"Optional ISO 8601 date string or timestamp to filter restoring points from. Only restoring points after this date will be returned.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"until","description":"Optional ISO 8601 date string or timestamp to filter restoring points until. Only restoring points before this date will be returned.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DocVersionHistory","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"export_markdown_from_doc","description":"Converts document content into standard markdown format for external use, backup, or processing. Exports the entire document by default, or specific blocks if block IDs are provided. Use this to extract content for integration with other systems, create backups, generate reports, or process document content with external tools. The output is clean, portable markdown that preserves formatting and structure.","args":[{"name":"docId","description":"The document's unique identifier to export. Get this from document queries or creation responses.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"blockIds","description":"Optional array of specific block IDs to export. If omitted, exports the entire document. Use when you only need specific sections.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ExportMarkdownResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"export_graph","description":"Export the dependency graph for a specific board","args":[{"name":"boardId","description":"The ID of the board to export the graph for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"BoardGraphExport","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependency_column_config","description":"Fetch dependency column configuration for a board","args":[{"name":"board_id","description":"The ID of the board to fetch dependency columns from","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"account_id","description":"The account ID (needed for authentication)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_id","description":"The user ID (needed for authentication)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"DependencyColumnConfigResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"export_events","description":"Export events for a board within a date range. Requires a valid X-Tool-Execution-Secret header.","args":[{"name":"board_id","description":"Filter events by board ID","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"start_date","description":"Filter events created after this date (ISO format)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"end_date","description":"Filter events created before this date (ISO format)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"state","description":"Filter events by state(s)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"type","description":"Filter events by type(s)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Maximum number of events to return (default: 100, max: 1000)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"offset","description":"Number of events to skip for pagination","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"order_by","description":"Field to order by (default: createdAt)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"order_direction","description":"Order direction: ASC or DESC (default: DESC)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"EventsExport","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item_dependency","description":"Get all dependency predecessors for a specific item, including dependency type and lag per edge","args":[{"name":"board_id","description":"The ID of the board containing the item","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_id","description":"The ID of the item to get predecessors for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ItemDependency","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_dependencies","description":"Get all dependency predecessors for every item on a board, paginated. Each item includes its predecessor edges with dependency type and lag.","args":[{"name":"board_id","description":"The ID of the board to get dependencies for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of items to return per page (default: 25, max: 500)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number, starting from 1","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"include_items_without_predecessors","description":"Whether to include items that have no predecessor dependencies (default: true)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true"}],"type":{"kind":"OBJECT","name":"BoardDependencies","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"knowledge_base_search","description":"Search knowledge base snippets.","args":[{"name":"query","description":"The search query.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"The maximum number of results to return.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"5"}],"type":{"kind":"OBJECT","name":"KnowledgeBaseAnswer","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ResourceAttributeTypeInfo","description":"Information about a resource directory attribute type","fields":[{"name":"type","description":"The attribute type enum value","args":[],"type":{"kind":"ENUM","name":"ResourceAttributeTypeKey","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Human-readable description of the attribute","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_name","description":"User-friendly display name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_managed","description":"Whether the attribute values are managed by resource managers","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_filterable","description":"Whether the attribute can be used for filtering the directory","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ResourceAttributeTypeKey","description":"Available attribute types that can be retrieved from the resource directory","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEAMS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BASE_ROLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"STATUS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKILLS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"JOB_ROLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_MANAGER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ResourcesAvailability","description":"Resources availability with per-resource references and top-level schedule/time-off data","fields":[{"name":"users_assigned_schedules","description":"Per-user availability references","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserAssignment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"teams_assigned_schedules","description":"Per-team availability references","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TeamAssignment","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"work_schedules","description":"All work schedules referenced by users_assigned_schedules or teams_assigned_schedules entries","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkSchedule","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"company_time_offs","description":"All time off schedules referenced by users_assigned_schedules or teams_assigned_schedules entries","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeOff","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"default_work_schedule_id","description":"ID of the account-level default work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"default_company_time_off_id","description":"ID of the account-level default time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TeamAssignment","description":"A team's assigned work schedule and time off schedule IDs","fields":[{"name":"team_id","description":"ID of the team","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"work_schedule_id","description":"ID of the work schedule assigned to this team","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company_time_off_id","description":"ID of the time off schedule assigned to this team","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOff","description":"A named time off schedule with all its non-working date entries","fields":[{"name":"id","description":"Unique identifier of the time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name of the time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_default","description":"Whether this is the account-level default time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created this time off schedule, null if system-generated","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp when this record was created","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp when this record was last updated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entries","description":"All non-working date entries in this time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeOffEntry","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_assignments","description":"Whether any users are currently assigned to this time off schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOffDeleteResult","description":"Result of a time off schedule delete operation","fields":[{"name":"id","description":"ID of the deleted time off schedule, null if the operation failed","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOffEntry","description":"A non-working date entry within a time off schedule","fields":[{"name":"id","description":"Unique identifier of the time off entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"time_off_id","description":"ID of the time off schedule this entry belongs to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name for this time off entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the time off entry","args":[],"type":{"kind":"ENUM","name":"TimeOffEntryKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"start","description":"Start date of the non-working period in YYYY-MM-DD format","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end","description":"End date of the non-working period in YYYY-MM-DD format","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created this entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp when this record was created","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp when this record was last updated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOffEntryDeleteResult","description":"Result of a time off entry delete operation","fields":[{"name":"id","description":"ID of the deleted time off entry, null only if an internal error prevented identification","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TimeOffEntryInput","description":"A non-working date entry to create inline with a time off schedule","fields":null,"inputFields":[{"name":"name","description":"Optional display name for this time off entry","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"type","description":"Type of the time off entry. Defaults to CUSTOM when omitted.","type":{"kind":"ENUM","name":"TimeOffEntryKind","ofType":null},"defaultValue":null},{"name":"start","description":"Start date of the non-working period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"end","description":"End date of the non-working period in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TimeOffEntryKind","description":"Type of a time off entry","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CUSTOM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOLIDAY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOffEntryResult","description":"Result of a time off entry create or update operation","fields":[{"name":"time_off_entry","description":"The created or updated time off entry, null if the operation failed","args":[],"type":{"kind":"OBJECT","name":"TimeOffEntry","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeOffResult","description":"Result of a time off schedule create or update operation","fields":[{"name":"time_off","description":"The created or updated time off schedule, null if the operation failed","args":[],"type":{"kind":"OBJECT","name":"TimeOff","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimesOffPage","description":"Paginated list of time off schedules, each with all their entries","fields":[{"name":"time_offs","description":"Time off schedules in this page","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeOff","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Opaque cursor for fetching the next page, null when no more pages exist","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateAllocationResult","description":"Result of a single allocation update operation","fields":[{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allocation_id","description":"ID of the allocation that was updated (or attempted to update)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allocation","description":"The updated allocation (null if operation failed)","args":[],"type":{"kind":"OBJECT","name":"Allocation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error details if operation failed (null if succeeded)","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateDirectoryResourceAttributesResponse","description":"Response indicating whether the directory attribute update succeeded","fields":[{"name":"success","description":"Indicates whether the batch update completed successfully.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdatePtoEntryInput","description":"Input for updating an existing PTO entry","fields":null,"inputFields":[{"name":"id","description":"ID of the PTO entry to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"start","description":"New start date in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"end","description":"New end date in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateTimeOffEntryInput","description":"Input for updating an existing time off entry","fields":null,"inputFields":[{"name":"id","description":"ID of the time off entry to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"New display name for the time off entry","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"start","description":"New start date in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"end","description":"New end date in YYYY-MM-DD format; must be within 1 year in the past and 20 years in the future","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateTimeOffInput","description":"Input for updating an existing time off schedule. Entries are managed via the dedicated time off entry mutations (create_time_off_entry, update_time_off_entry, delete_time_off_entry).","fields":null,"inputFields":[{"name":"name","description":"New display name for the time off schedule","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWorkScheduleInput","description":"Input for updating an existing work schedule","fields":null,"inputFields":[{"name":"name","description":"New display name for the work schedule","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"days","description":"Updated per-weekday working hours","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkScheduleDayInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserAssignment","description":"A user's assigned work schedule and time off schedule IDs","fields":[{"name":"user_id","description":"ID of the user","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"work_schedule_id","description":"ID of the work schedule assigned to this user","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"company_time_off_id","description":"ID of the company time off schedule assigned to this user","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"personal_time_offs","description":"Personal time off entries for this user","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PtoEntry","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserPto","description":"A user's personal time off collection with all its active PTO entries","fields":[{"name":"user_id","description":"ID of the user this PTO collection belongs to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"time_off_id","description":"ID of the user's personal time off record; null if the user has no PTO collection yet","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entries","description":"All active PTO entries for this user","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PtoEntry","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WeekDay","description":"Day of the week","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"SUNDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TUESDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WEDNESDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"THURSDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FRIDAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SATURDAY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WorkSchedule","description":"A named work schedule with per-weekday working hours","fields":[{"name":"id","description":"Unique identifier of the work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name of the work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_default","description":"Whether this is the account-level default work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created this work schedule, null if system-generated","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp when this record was created","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp when this record was last updated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"days","description":"Per-weekday working hours for this schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkScheduleDay","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_assignments","description":"Whether any users are currently assigned to this work schedule","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkScheduleDay","description":"Per-weekday working hours for a work schedule","fields":[{"name":"week_day","description":"Day of the week this entry applies to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeekDay","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"start_time","description":"Start of the working day in HH:MM format, null when is_active is false","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_time","description":"End of the working day in HH:MM format, null when is_active is false","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_active","description":"Whether this day is a working day","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkScheduleDayInput","description":"Working hours for a specific day of the week","fields":null,"inputFields":[{"name":"week_day","description":"Day of the week this entry applies to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WeekDay","ofType":null}},"defaultValue":null},{"name":"start_time","description":"Start of the working day in HH:MM format. Required when is_active is true; ignored otherwise.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"end_time","description":"End of the working day in HH:MM format. Required when is_active is true; ignored otherwise.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"is_active","description":"Whether this day is a working day","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkScheduleDeleteResult","description":"Result of a work schedule delete operation","fields":[{"name":"id","description":"ID of the deleted work schedule, null if the operation failed","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkSchedulePage","description":"Paginated list of work schedules","fields":[{"name":"work_schedules","description":"Work schedules in this page","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkSchedule","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Opaque cursor for fetching the next page, null when no more pages exist","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkScheduleResult","description":"Result of a work schedule create or update operation","fields":[{"name":"work_schedule","description":"The created or updated work schedule, null if the operation failed","args":[],"type":{"kind":"OBJECT","name":"WorkSchedule","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation succeeded","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Structured error details, null if the operation succeeded","args":[],"type":{"kind":"OBJECT","name":"Error","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkSchedules","description":"List of work schedules","fields":[{"name":"work_schedules","description":"Work schedules","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkSchedule","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Agent","description":"A monday.com agent.","fields":[{"name":"id","description":"The ID of the agent.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AgentActivityRun","description":"A single execution of an agent.","fields":[{"name":"id","description":"Unique identifier for the run.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current or final status of the run.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AgentActivityRunStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"trigger","description":"What triggered this run (raw value as reported by the agent SDK, e.g. api, assign, chat).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggering_user_id","description":"ID of the user who triggered the run, if applicable.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"credits_used","description":"Number of credits consumed by this run.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tools","description":"List of tool names used during this run.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Human-readable description of what the run did.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"started_at","description":"ISO 8601 timestamp when the run started.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ended_at","description":"ISO 8601 timestamp when the run ended.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"steps","description":"The individual steps performed during this run.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AgentActivityStep","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AgentActivityRunStatus","description":"The current or final status of an agent activity run.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"RUNNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUCCESS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AgentActivityRunsConnection","description":"A paginated list of agent activity runs.","fields":[{"name":"nodes","description":"The agent activity runs on this page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"AgentActivityRun","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor for fetching the next page.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AgentActivityStep","description":"A single step within an agent activity run.","fields":[{"name":"description","description":"A description of what this step did.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp when this step occurred.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Effort","description":"Effort hours per kind (allocated, planned, spent, available).","fields":[{"name":"allocated","description":"Allocated effort hours.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"planned","description":"Planned effort hours.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"spent","description":"Spent effort hours.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"available","description":"Available capacity hours.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"EffortKind","description":"Kind of effort or availability to include in the utilization report.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ALLOCATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLANNED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SPENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AVAILABLE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"GroupByResourceAttribute","description":"Resource attribute allowed for grouping in the utilization report.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"TEAMS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKILLS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"JOB_ROLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_MANAGER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PortfolioNoConnectedProjects","description":"Returned when the portfolio has no connected projects.","fields":[{"name":"has_no_connected_projects","description":"Always true — signals that the portfolio has no connected projects.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PortfolioResource","description":"A resource belonging to a portfolio, with name resolved from the resource directory.","fields":[{"name":"id","description":"The resource ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The resource name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PortfolioResourcesInput","description":"Input for fetching the list of resource IDs belonging to a portfolio.","fields":null,"inputFields":[{"name":"portfolio_id","description":"The portfolio ID to fetch resources for.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PortfolioResourcesSearchInput","description":"Input for searching resources within a portfolio by name.","fields":null,"inputFields":[{"name":"portfolio_id","description":"The portfolio ID to scope the search to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"search_term","description":"Resource name search term. Length: 1-100 chars.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"PortfolioUtilizationReport","description":"Portfolio utilization report result: utilization data (grouped or ungrouped) or a signal that no projects are connected.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UtilizationReportGrouped","ofType":null},{"kind":"OBJECT","name":"UtilizationReportUngrouped","ofType":null},{"kind":"OBJECT","name":"PortfolioNoConnectedProjects","ofType":null}]},{"kind":"INPUT_OBJECT","name":"PortfolioUtilizationReportInput","description":"Input for portfolio utilization report. Extends utilization report with portfolio context — resolves portfolio to board IDs automatically.","fields":null,"inputFields":[{"name":"time_range","description":"Time range and granularity for the report.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TimeRangeInput","ofType":null}},"defaultValue":null},{"name":"effort_types","description":"Effort kinds to include (e.g. ALLOCATED, PLANNED, SPENT, AVAILABLE).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EffortKind","ofType":null}}}},"defaultValue":null},{"name":"group_by_attribute","description":"Optional attribute to group results by (TEAMS, LOCATION, SKILLS, JOB_ROLE, RESOURCE_MANAGER only).","type":{"kind":"ENUM","name":"GroupByResourceAttribute","ofType":null},"defaultValue":null},{"name":"resource_ids","description":"Optional list of resource IDs to filter by. If not provided, all resources are included (subject to limit).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"include_project_breakdown","description":"When true, include project breakdown in the response. Defaults to false.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"limit","description":"Maximum number of items per page (1–25, default 25). Paginates groups when grouped, or resources when ungrouped.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number for pagination (1-based, default 1). Paginates groups when grouped, or resources when ungrouped.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"utilization_denominator","description":"Denominator for utilization ratio. Defaults to AVAILABLE (utilization = effort / available).","type":{"kind":"ENUM","name":"UtilizationDenominator","ofType":null},"defaultValue":null},{"name":"portfolio_id","description":"The portfolio ID to scope the report to. Board IDs are resolved from the portfolio.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeBucket","description":"Effort and utilization for a single time bucket.","fields":[{"name":"label","description":"Label for this bucket (e.g. week or month).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"effort","description":"Effort hours in this bucket.","args":[],"type":{"kind":"OBJECT","name":"Effort","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"utilization_ratios","description":"Utilization ratios in this bucket.","args":[],"type":{"kind":"OBJECT","name":"UtilizationRatios","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TimeGranularity","description":"Granularity of time buckets (day, week, month, quarter, year).","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DAYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WEEKS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONTHS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QUARTERS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"YEARS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"TimePeriodHeader","description":"Header for a time period (label and date range).","fields":[{"name":"label","description":"Human-readable label for the period.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"Start date of the period (ISO 8601).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"End date of the period (ISO 8601).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TimeRangeInput","description":"Time range and granularity for utilization report buckets.","fields":null,"inputFields":[{"name":"start_date","description":"Start of the time range (ISO 8601 date: YYYY-MM-DD).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"end_date","description":"End of the time range (ISO 8601 date: YYYY-MM-DD).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"granularity","description":"Granularity of time buckets (days, weeks, months, quarters, years).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TimeGranularity","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UtilizationDenominator","description":"Denominator for utilization ratio (e.g., utilization = effort / available). Determines what value is used as the denominator.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AVAILABLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ALLOCATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SPENT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UtilizationRatios","description":"Utilization ratios (e.g. spent/available) per effort kind.","fields":[{"name":"allocated","description":"Allocated / denominator ratio.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"planned","description":"Planned / denominator ratio.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"spent","description":"Spent / denominator ratio.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"UtilizationReport","description":"Utilization report: either grouped by attribute or ungrouped with per-resource data.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"UtilizationReportGrouped","ofType":null},{"kind":"OBJECT","name":"UtilizationReportUngrouped","ofType":null}]},{"kind":"OBJECT","name":"UtilizationReportGroup","description":"Utilization report grouped by an attribute value.","fields":[{"name":"attribute_value_id","description":"ID of the attribute value this group represents.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"resource_count","description":"Number of resources in this group.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time_buckets","description":"Time buckets for this group.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeBucket","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UtilizationReportGrouped","description":"Utilization report grouped by an attribute.","fields":[{"name":"time_period_headers","description":"Headers for each time period in the report.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimePeriodHeader","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"effort_types","description":"Effort kinds included in the report (e.g. allocated, spent).","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"group_by_attribute","description":"Attribute used for grouping.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"groups","description":"Aggregates per attribute value.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UtilizationReportGroup","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"total_group_count","description":"Total number of attribute groups across all pages (before pagination).","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UtilizationReportInput","description":"Input for the utilization report query: time range, effort kinds, optional grouping and filters.","fields":null,"inputFields":[{"name":"time_range","description":"Time range and granularity for the report.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"TimeRangeInput","ofType":null}},"defaultValue":null},{"name":"effort_types","description":"Effort kinds to include (e.g. ALLOCATED, PLANNED, SPENT, AVAILABLE).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"EffortKind","ofType":null}}}},"defaultValue":null},{"name":"group_by_attribute","description":"Optional attribute to group results by (TEAMS, LOCATION, SKILLS, JOB_ROLE, RESOURCE_MANAGER only).","type":{"kind":"ENUM","name":"GroupByResourceAttribute","ofType":null},"defaultValue":null},{"name":"resource_ids","description":"Optional list of resource IDs to filter by. If not provided, all resources are included (subject to limit).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"include_project_breakdown","description":"When true, include project breakdown in the response. Defaults to false.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"limit","description":"Maximum number of items per page (1–25, default 25). Paginates groups when grouped, or resources when ungrouped.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number for pagination (1-based, default 1). Paginates groups when grouped, or resources when ungrouped.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"utilization_denominator","description":"Denominator for utilization ratio. Defaults to AVAILABLE (utilization = effort / available).","type":{"kind":"ENUM","name":"UtilizationDenominator","ofType":null},"defaultValue":null},{"name":"board_ids","description":"Optional list of board IDs to scope effort data to specific boards.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UtilizationReportProjectBreakdown","description":"Utilization breakdown per project for a resource.","fields":[{"name":"project_id","description":"ID of the project.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time_buckets","description":"Time buckets for this project.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeBucket","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UtilizationReportResource","description":"Utilization data for a single resource.","fields":[{"name":"resource_id","description":"ID of the resource.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_placeholder","description":"Whether this row is a placeholder (e.g. unassigned).","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time_buckets","description":"Time buckets for this resource.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeBucket","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"project_breakdown","description":"Per-project breakdown when requested.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UtilizationReportProjectBreakdown","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UtilizationReportUngrouped","description":"Utilization report with per-resource data (not grouped).","fields":[{"name":"time_period_headers","description":"Headers for each time period in the report.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimePeriodHeader","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"effort_types","description":"Effort kinds included in the report (e.g. allocated, spent).","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"resources","description":"Per-resource utilization data.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UtilizationReportResource","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"total_resource_count","description":"Total number of resources across all pages (before pagination).","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Board","description":"A monday.com board.","fields":[{"name":"id","description":"The unique identifier of the board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"The board's visible columns.","args":[{"name":"ids","description":"A list of column unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"types","description":"A list of column types.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}}},"defaultValue":null},{"name":"capabilities","description":"A list of column capabilities to filter by. Returns columns that have any of the specified capabilities. Use null in the array to represent columns with no capabilities (e.g., [null] for only columns without capabilities, [null, CALCULATED] for columns without capabilities or with calculated).","type":{"kind":"LIST","name":null,"ofType":{"kind":"ENUM","name":"ColumnCapability","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inferred_metadata","description":"Inferred metadata associated with this board","args":[],"type":{"kind":"OBJECT","name":"BoardInferredMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"manual_metadata","description":"Manually set metadata associated with this board","args":[],"type":{"kind":"OBJECT","name":"BoardManualMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"access_level","description":"The user's permission level for this board (view / edit).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardAccessLevel","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"activity_logs","description":"The board log events.","args":[{"name":"column_ids","description":"Column ids to filter","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"from","description":"From timestamp (ISO8601)","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"group_ids","description":"Group ids to filter","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"item_ids","description":"Item id to filter","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"to","description":"To timestamp (ISO8601)","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"user_ids","description":"User ids to filter.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"ActivityLogType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"board_folder_id","description":"The board's folder unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_kind","description":"The board's kind (public / private / share).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"columns_namespace","description":"The board's columns namespace.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"communication","description":"Get the board communication value - typically meeting ID","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The time the board was created at.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_from_board_id","description":"The board's source board unique identifier (the board from which this board was created)","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The creator of the board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The board's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":"The folder that contains this board, or null if it isn't in any folder.","args":[],"type":{"kind":"OBJECT","name":"Folder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"groups","description":"The board's visible groups.","args":[{"name":"ids","description":"A list of group unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Group","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hierarchy_type","description":"The hierarchy type of the board","args":[],"type":{"kind":"ENUM","name":"BoardHierarchy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item_terminology","description":"The Board's item nickname, one of a predefined set of values, or a custom user value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items_count","description":"The number of items on the board","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items_limit","description":"The maximum number of items this board can have","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items_page","description":"The board's items (rows).","args":[{"name":"cursor","description":"An opaque token representing the position in the result set from which to\n    resume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hierarchy_scope_config","description":"The hierarchy config to use for the query filters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\n    control the size of the result set and manage pagination. Maximum: 500.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"25"},{"name":"query_params","description":"A set of parameters to filter, sort, and control the scope of the items\n    query. Use this to customize the results based on specific criteria.","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The board's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"object_type_unique_key","description":"The Board's object type unique key","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The owner of the board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":true,"deprecationReason":"This field returned creator of the board. Please use 'creator' or 'owners' fields instead."},{"name":"owners","description":"List of user board owners","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"permissions","description":"The board's permissions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The board's state (all / active / archived / deleted).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"State","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscribers","description":"The board's subscribers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"The board's specific tags.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Tag","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"team_owners","description":"List of team board owners","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"team_subscribers","description":"The board's team subscribers.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"top_group","description":"The top group at this board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Group","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The board object type.","args":[],"type":{"kind":"ENUM","name":"BoardObjectType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The last time the board was updated at.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The Board's url","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"views","description":"The board's views.","args":[{"name":"ids","description":"A list of view unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"type","description":"The view's type","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"BoardView","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workspace","description":"The workspace that contains this board (null for main workspace).","args":[],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The board's workspace unique identifier (null for main workspace).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updates_page","description":"The board's updates with cursor-based pagination.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"cursor","description":"Opaque cursor from a previous updates_page response.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdatesPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updates","description":"The board's updates.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"ids","description":"A list of items unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"board_updates_only","description":"Should include only board-level updates.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"from_date","description":"","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"to_date","description":"","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardConnection","description":"Represents a board and its connection to an object schema.","fields":[{"name":"id","description":"The unique identifier of the board.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object_schema_id","description":"The object schema ID that this board is connected to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BulkDetachBoardResult","description":"Result of a single board detach operation within a bulk detach request.","fields":[{"name":"board_id","description":"The board ID that was detached.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the detach operation succeeded.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error message if the detach failed.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CalculatedCapability","description":"Calculated capability settings for a column","fields":[{"name":"function","description":"Function to calculate the parent values","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CalculatedFunction","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"calculated_type","description":"Type of the calculated value","args":[],"type":{"kind":"ENUM","name":"ColumnType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CalculatedCapabilityInput","description":"Input for configuring calculated capability settings on a column","fields":null,"inputFields":[{"name":"function","description":"Function to calculate the values. If not provided, will use the default function for the column type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CalculatedFunction","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CalculatedFunction","description":"Available functions for calculating values in column capabilities","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"MIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN_MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT_KEYS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"CanOverrideField","description":"Fields that can be overridden in a column policy","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"settings","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ChildBoardDataViewSource","description":"A board-type data view source that is a child of a schema source.","fields":[{"name":"source_id","description":"The source identifier.","args":[],"type":{"kind":"OBJECT","name":"DataViewSourceId","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent_source_id","description":"The parent schema source identifier.","args":[],"type":{"kind":"OBJECT","name":"DataViewSourceId","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Column","description":"","fields":[{"name":"id","description":"The unique identifier of the column.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The column's width.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archived","description":"Is the column archived or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The column's settings in a JSON form.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_str","description":"The column's settings in a string form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":true,"deprecationReason":"From version 2025-10, use settings instead. Will be removed in a future version."},{"name":"revision","description":"The revision of the column (fetch to get latest revision). Used for optimistic concurrency control.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Capabilities available for this column","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ColumnCapabilities","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ColumnActiveStateAction","description":"Action to perform on an object schema column to change its active state. A column can be reactivated if it was previously deactivated.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DEACTIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REACTIVATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ColumnCapabilities","description":"Capabilities available for a column","fields":[{"name":"calculated","description":"Calculated capability settings","args":[],"type":{"kind":"OBJECT","name":"CalculatedCapability","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visibility","description":"Visibility capability settings","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnCapabilitiesInput","description":"Input for configuring column capabilities during creation","fields":null,"inputFields":[{"name":"calculated","description":"Calculated capability settings. If provided, enables calculated functionality for the column.","type":{"kind":"INPUT_OBJECT","name":"CalculatedCapabilityInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ColumnCapability","description":"Capabilities supported by the API","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CALCULATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VISIBILITY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnPolicyInput","description":"Policy rules that control what actions can be performed on a column","fields":null,"inputFields":[{"name":"messages","description":"User-facing messages explaining why certain actions are disabled","type":{"kind":"INPUT_OBJECT","name":"PolicyMessagesInput","ofType":null},"defaultValue":null},{"name":"can_override","description":"List of fields that can be overridden","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CanOverrideField","ofType":null}}}},"defaultValue":null},{"name":"cannot_delete","description":"Whether the column cannot be deleted","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"ColumnSettings","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StatusColumnSettings","ofType":null},{"kind":"OBJECT","name":"DropdownColumnSettings","ofType":null}]},{"kind":"ENUM","name":"ColumnType","description":"Types of columns supported by the API","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"auto_number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"board_relation","description":"","isDeprecated":false,"deprecationReason":null},{"name":"button","description":"","isDeprecated":false,"deprecationReason":null},{"name":"checkbox","description":"","isDeprecated":false,"deprecationReason":null},{"name":"color_picker","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creation_log","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependency","description":"","isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dropdown","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"file","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formula","description":"","isDeprecated":false,"deprecationReason":null},{"name":"group","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hour","description":"","isDeprecated":false,"deprecationReason":null},{"name":"integration","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_assignees","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"","isDeprecated":false,"deprecationReason":null},{"name":"last_updated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"","isDeprecated":false,"deprecationReason":null},{"name":"location","description":"","isDeprecated":false,"deprecationReason":null},{"name":"long_text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mirror","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numbers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"people","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"progress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rating","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"","isDeprecated":false,"deprecationReason":null},{"name":"team","description":"","isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"","isDeprecated":false,"deprecationReason":null},{"name":"time_tracking","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"week","description":"","isDeprecated":false,"deprecationReason":null},{"name":"world_clock","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unsupported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"person","description":"","isDeprecated":false,"deprecationReason":null},{"name":"direct_doc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subtasks","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDropdownColumnSettingsInput","description":"","fields":null,"inputFields":[{"name":"labels","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateDropdownLabelInput","ofType":null}}}},"defaultValue":null},{"name":"limit_select","description":"Whether to limit the number of labels that can be selected","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"label_limit_count","description":"Maximum number of labels that can be selected when limit_select is enabled","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDropdownLabelInput","description":"","fields":null,"inputFields":[{"name":"label","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateObjectSchemaColumnInput","description":"Input for creating a new column on an object schema","fields":null,"inputFields":[{"name":"type","description":"The column type (e.g., \"status\", \"dropdown\", \"text\", \"date\")","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"defaultValue":null},{"name":"title","description":"The column title","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Optional column description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"defaults","description":"Type-specific configuration object containing column defaults and settings. Use get_column_type_schema query to see available properties and validation rules. Examples: status column labels, dropdown options, number formatting rules, date display preferences.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"opt_out_by_default","description":"Whether this column should be opted-out by default on boards. If false or not provided, the column will be automatically included on all boards using this object schema (opt-in by default).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"policy","description":"Policy rules controlling what can be done with the column","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnPolicyInput","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateObjectSchemaColumnsActionInput","description":"Input for the create_object_schema_columns action.","fields":null,"inputFields":[{"name":"columns","description":"Array of columns to create.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateObjectSchemaColumnInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateStatusColumnSettingsInput","description":"","fields":null,"inputFields":[{"name":"labels","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateStatusLabelInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateStatusLabelInput","description":"","fields":null,"inputFields":[{"name":"label","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"color","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StatusColumnColors","ofType":null}},"defaultValue":null},{"name":"index","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"description","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"is_done","description":"","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataView","description":"A data view that aggregates data from multiple sources into a unified structure.","fields":[{"name":"id","description":"The unique identifier of the data view.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the data view.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the data view.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target","description":"The target schema of the data view.","args":[],"type":{"kind":"OBJECT","name":"DataViewTarget","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"authorization_object","description":"The authorization object associated with the data view.","args":[],"type":{"kind":"OBJECT","name":"DataViewAuthorizationObject","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The paginated sources of the data view.","args":[],"type":{"kind":"OBJECT","name":"DataViewPaginatedSources","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The user identifier of the creator.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time of creation.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time of the last update.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"The revision number of the data view.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archived","description":"Whether the data view is archived.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DataViewAuthorizationKind","description":"The kind of object that authorizes access to a data view.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewAuthorizationObject","description":"The authorization object associated with a data view.","fields":[{"name":"id","description":"The identifier of the authorization object.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the authorization object.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewAuthorizationObjectInput","description":"The authorization object that gates access to the data view.","fields":null,"inputFields":[{"name":"id","description":"The identifier of the authorization object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of the authorization object.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataViewAuthorizationKind","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewAutomapping","description":"The result of calculating a data view target schema and per-source column mappings.","fields":[{"name":"target","description":"The calculated (or provided) target schema.","args":[],"type":{"kind":"OBJECT","name":"DataViewTarget","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"The calculated sources with their mappings and errors.","args":[],"type":{"kind":"OBJECT","name":"DataViewAutomappingSources","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewAutomappingSources","description":"The calculated sources of a data view automapping, each with its computed mappings and errors.","fields":[{"name":"items","description":"The calculated sources.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DataViewSource","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewColumn","description":"A column definition within a data view target.","fields":[{"name":"id","description":"The unique identifier of the column.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The display title of the column.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sub_type","description":"For mirror/lookup columns, the type of the column being displayed.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The column settings.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":"The column labels.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels_positions_v2","description":"The column label positions.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"archived","description":"Whether the column is archived.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_model_id","description":"The column model identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_model_strategy","description":"The column model strategy.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"global_column_id","description":"The global column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unit","description":"The numeric column unit settings.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewColumnInput","description":"A column definition within a data view target.","fields":null,"inputFields":[{"name":"id","description":"The unique identifier of the column.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The display title of the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"type","description":"The column type.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"sub_type","description":"For mirror/lookup columns, the type of the column being displayed.","type":{"kind":"ENUM","name":"ColumnType","ofType":null},"defaultValue":null},{"name":"settings","description":"The column settings.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"labels","description":"The column labels.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"labels_positions_v2","description":"The column label positions.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"archived","description":"Whether the column is archived.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"column_model_id","description":"The column model identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"column_model_strategy","description":"The column model strategy.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"global_column_id","description":"The global column identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"unit","description":"The numeric column unit settings.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewColumnLevelError","description":"A column-level error indicating an issue with a specific column in the source.","fields":[{"name":"type","description":"The error type discriminator.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"The error code.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_id","description":"The identifier of the column with the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewColumnMapping","description":"A mapping between a source column and a target column.","fields":[{"name":"source_column_id","description":"The source column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target_column_id","description":"The target column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewColumnMappingInput","description":"A mapping between a source column and a target column.","fields":null,"inputFields":[{"name":"source_column_id","description":"The source column identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target_column_id","description":"The target column identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewPaginatedSources","description":"A paginated list of data view sources.","fields":[{"name":"items","description":"The data view sources for the current page.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DataViewSource","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"pagination","description":"The pagination metadata.","args":[],"type":{"kind":"OBJECT","name":"DataViewPaginationMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewPaginationMetadata","description":"Pagination metadata for data view sources.","fields":[{"name":"page","description":"The current page number.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"page_size","description":"The number of items per page.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_count","description":"The total number of items.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_pages","description":"The total number of pages.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"DataViewSource","description":"A union of possible data view source types.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"StandaloneBoardDataViewSource","ofType":null},{"kind":"OBJECT","name":"ChildBoardDataViewSource","ofType":null},{"kind":"OBJECT","name":"EntityDataViewSource","ofType":null}]},{"kind":"OBJECT","name":"DataViewSourceColumn","description":"A column of a data view source, used to render source column options.","fields":[{"name":"id","description":"The column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"DataViewSourceError","description":"A union of possible source errors.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DataViewColumnLevelError","ofType":null}]},{"kind":"OBJECT","name":"DataViewSourceId","description":"The identifier of a data view source, consisting of an id and type that uniquely identify the source","fields":[{"name":"object_id","description":"The object identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object_type","description":"The object type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewSourceIdInput","description":"The identifier of a data view source, consisting of an id and type that uniquely identify the source.","fields":null,"inputFields":[{"name":"object_id","description":"The object identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"object_type","description":"The object type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DataViewSourceKind","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewSourceInput","description":"A source to include in a data view.","fields":null,"inputFields":[{"name":"source_id","description":"The source identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DataViewSourceIdInput","ofType":null}},"defaultValue":null},{"name":"mappings","description":"The column mappings for this source. If omitted, mappings are auto-calculated by the server.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DataViewColumnMappingInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DataViewSourceKind","description":"The kind of object backing a data view source.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATA_ENTITY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DataViewTarget","description":"The target schema of a data view, defining the unified column structure.","fields":[{"name":"columns","description":"The columns in the target schema.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DataViewColumn","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"column_configurations","description":"The column configurations for the target.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataViewTargetInput","description":"The target schema of a data view, defining the unified column structure.","fields":null,"inputFields":[{"name":"columns","description":"The columns in the target schema.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DataViewColumnInput","ofType":null}}}},"defaultValue":null},{"name":"column_configurations","description":"The column configurations for the target, keyed by column id.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DeleteObjectSchemaColumnsActionInput","description":"Input for the delete_object_schema_columns action.","fields":null,"inputFields":[{"name":"column_ids","description":"The IDs of the columns to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DisabledReasonInput","description":"Reasons why specific actions are disabled on a column","fields":null,"inputFields":[{"name":"delete","description":"Reason why the column cannot be deleted","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"edit_title","description":"Reason why the column title cannot be edited","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"edit_labels","description":"Reason why the column labels cannot be edited","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"edit_settings","description":"Reason why the column settings cannot be edited","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"edit_description","description":"Reason why the column description cannot be edited","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"edit_labels_positions_v2","description":"Reason why the column label positions cannot be edited","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DropdownColumnSettings","description":"","fields":[{"name":"type","description":"","args":[],"type":{"kind":"ENUM","name":"ManagedColumnTypes","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":"","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DropdownLabel","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DropdownLabel","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":"","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DropdownManagedColumn","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"","args":[],"type":{"kind":"ENUM","name":"ManagedColumnState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time of creation.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time of the last update.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"","args":[],"type":{"kind":"OBJECT","name":"DropdownColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DropdownSettingsOverridesInput","description":"Overridable settings for dropdown columns attached to a managed column.","fields":null,"inputFields":[{"name":"limit_select","description":"Whether to limit the number of selectable labels.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"label_limit_count","description":"Maximum number of labels that can be selected when limit_select is enabled.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EntityDataViewSource","description":"A schema-type data view source.","fields":[{"name":"source_id","description":"The source identifier.","args":[],"type":{"kind":"OBJECT","name":"DataViewSourceId","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mappings","description":"The column mappings for this source.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DataViewColumnMapping","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"The errors associated with this source.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DataViewSourceError","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"The live columns of this source. Populated by the automapping query.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DataViewSourceColumn","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"children_count","description":"Number of child board sources under this schema.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ManagedColumn","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"","args":[],"type":{"kind":"ENUM","name":"ManagedColumnState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time of creation.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time of the last update.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"","args":[],"type":{"kind":"UNION","name":"ColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ManagedColumnState","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"active","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":"","isDeprecated":false,"deprecationReason":null},{"name":"inactive","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ManagedColumnTypes","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dropdown","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectSchema","description":"Represents an account-level object schema that can be customized per account.","fields":[{"name":"id","description":"The unique identifier of the object schema.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account ID this object schema belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The user ID who created this object schema.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"The revision number for optimistic locking.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time of creation.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time of the last update.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"The columns defined in this object schema.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectSchemaColumn","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"parent_id","description":"The ID of the parent object schema (typically a global object schema).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of this object schema.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description for this object schema.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connected_boards_count","description":"The number of boards connected to this object schema.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ObjectSchemaAction","description":"The type of column action to perform in a bulk object schema mutation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATE_OBJECT_SCHEMA_COLUMNS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE_OBJECT_SCHEMA_COLUMNS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DELETE_OBJECT_SCHEMA_COLUMNS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ObjectSchemaActionInput","description":"A single action in a bulk object schema mutation. Provide the action type and the corresponding input field.","fields":null,"inputFields":[{"name":"action","description":"The type of action to perform.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ObjectSchemaAction","ofType":null}},"defaultValue":null},{"name":"create_object_schema_columns","description":"Input for create_object_schema_columns action. Required when action is create_object_schema_columns.","type":{"kind":"INPUT_OBJECT","name":"CreateObjectSchemaColumnsActionInput","ofType":null},"defaultValue":null},{"name":"update_object_schema_columns","description":"Input for update_object_schema_columns action. Required when action is update_object_schema_columns.","type":{"kind":"INPUT_OBJECT","name":"UpdateObjectSchemaColumnsActionInput","ofType":null},"defaultValue":null},{"name":"delete_object_schema_columns","description":"Input for delete_object_schema_columns action. Required when action is delete_object_schema_columns.","type":{"kind":"INPUT_OBJECT","name":"DeleteObjectSchemaColumnsActionInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectSchemaActionResult","description":"Result of a single action within a bulk object schema mutation.","fields":[{"name":"action","description":"The type of action that was performed.","args":[],"type":{"kind":"ENUM","name":"ObjectSchemaAction","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object_schema","description":"The resulting object schema after the action.","args":[],"type":{"kind":"OBJECT","name":"ObjectSchema","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectSchemaColumn","description":"A column definition within an object schema.","fields":[{"name":"id","description":"The unique identifier of the column.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"ENUM","name":"ColumnType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The column's settings in a JSON form.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"policy","description":"Policy rules for this column.","args":[],"type":{"kind":"OBJECT","name":"ObjectSchemaColumnPolicy","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"Tags indicating column status (deprecated, inherited, etc.).","args":[],"type":{"kind":"OBJECT","name":"ObjectSchemaColumnTags","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectSchemaColumnPolicy","description":"Policy rules governing how an object schema column can be modified.","fields":[{"name":"can_override","description":"List of column properties that can be overridden by board-level columns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cannot_delete","description":"Whether this column is protected from deletion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"read_only","description":"Whether this column is read-only.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"messages","description":"Policy-related messages, such as disabled reasons.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectSchemaColumnTags","description":"Tags applied to an object schema column indicating its status or behavior.","fields":[{"name":"deprecated","description":"Deprecation info with a start timestamp, if the column is deprecated.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"opt_in_by_default","description":"Opt-in by default info with an optional end timestamp.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"inherited","description":"Whether this column is inherited from a parent object schema.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PolicyMessagesInput","description":"Policy messages that explain why certain actions are disabled on a column","fields":null,"inputFields":[{"name":"disabled_reason","description":"Structured reasons for disabled actions","type":{"kind":"INPUT_OBJECT","name":"DisabledReasonInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"StandaloneBoardDataViewSource","description":"A standalone board-type data view source.","fields":[{"name":"source_id","description":"The source identifier.","args":[],"type":{"kind":"OBJECT","name":"DataViewSourceId","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mappings","description":"The column mappings for this source.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DataViewColumnMapping","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"The errors associated with this source.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"DataViewSourceError","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"The live columns of this source. Populated by the automapping query.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DataViewSourceColumn","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"StatusCalculatedCapabilityInput","description":"Input for configuring calculated capability settings on a status column","fields":null,"inputFields":[{"name":"function","description":"Function to calculate the values. For status columns, only COUNT_KEYS function is supported.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StatusCalculatedFunction","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"StatusCalculatedFunction","description":"Available functions for calculating values in status column capabilities","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COUNT_KEYS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"StatusColumnCapabilitiesInput","description":"Input for configuring status column capabilities during creation","fields":null,"inputFields":[{"name":"calculated","description":"Calculated capability settings. If provided, enables calculated functionality for the status column.","type":{"kind":"INPUT_OBJECT","name":"StatusCalculatedCapabilityInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"StatusColumnColors","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"working_orange","description":"","isDeprecated":false,"deprecationReason":null},{"name":"done_green","description":"","isDeprecated":false,"deprecationReason":null},{"name":"stuck_red","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dark_blue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"purple","description":"","isDeprecated":false,"deprecationReason":null},{"name":"explosive","description":"","isDeprecated":false,"deprecationReason":null},{"name":"grass_green","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bright_blue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"saladish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"egg_yolk","description":"","isDeprecated":false,"deprecationReason":null},{"name":"blackish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dark_red","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sofia_pink","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lipstick","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dark_purple","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bright_green","description":"","isDeprecated":false,"deprecationReason":null},{"name":"chili_blue","description":"","isDeprecated":false,"deprecationReason":null},{"name":"american_gray","description":"","isDeprecated":false,"deprecationReason":null},{"name":"brown","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dark_orange","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sunset","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bubble","description":"","isDeprecated":false,"deprecationReason":null},{"name":"peach","description":"","isDeprecated":false,"deprecationReason":null},{"name":"berry","description":"","isDeprecated":false,"deprecationReason":null},{"name":"winter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"river","description":"","isDeprecated":false,"deprecationReason":null},{"name":"navy","description":"","isDeprecated":false,"deprecationReason":null},{"name":"aquamarine","description":"","isDeprecated":false,"deprecationReason":null},{"name":"indigo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dark_indigo","description":"","isDeprecated":false,"deprecationReason":null},{"name":"pecan","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lavender","description":"","isDeprecated":false,"deprecationReason":null},{"name":"royal","description":"","isDeprecated":false,"deprecationReason":null},{"name":"steel","description":"","isDeprecated":false,"deprecationReason":null},{"name":"orchid","description":"","isDeprecated":false,"deprecationReason":null},{"name":"lilac","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tan","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sky","description":"","isDeprecated":false,"deprecationReason":null},{"name":"coffee","description":"","isDeprecated":false,"deprecationReason":null},{"name":"teal","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"StatusColumnSettings","description":"","fields":[{"name":"type","description":"","args":[],"type":{"kind":"ENUM","name":"ManagedColumnTypes","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":"","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StatusLabel","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"StatusLabel","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"","args":[],"type":{"kind":"ENUM","name":"StatusColumnColors","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"index","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":"","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_done","description":"","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"StatusManagedColumn","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"","args":[],"type":{"kind":"ENUM","name":"ManagedColumnState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time of creation.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time of the last update.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"","args":[],"type":{"kind":"OBJECT","name":"StatusColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateDropdownColumnSettingsInput","description":"","fields":null,"inputFields":[{"name":"labels","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateDropdownLabelInput","ofType":null}}}},"defaultValue":null},{"name":"limit_select","description":"Whether to limit the number of labels that can be selected","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"label_limit_count","description":"Maximum number of labels that can be selected when limit_select is enabled","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateDropdownLabelInput","description":"","fields":null,"inputFields":[{"name":"label","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"id","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"is_deactivated","description":"","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateObjectSchemaColumnInput","description":"Input for updating an existing column on an object schema","fields":null,"inputFields":[{"name":"column_id","description":"The ID of the column to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"The column title","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Optional column description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"defaults","description":"Type-specific configuration object containing column defaults and settings. Use get_column_type_schema query to see available properties and validation rules. Examples: status column labels, dropdown options, number formatting rules, date display preferences.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"opt_out_by_default","description":"Whether this column should be opted-out by default on boards. If false, the column will be automatically included on all boards using this object schema (opt-in by default).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"policy","description":"Policy rules controlling what can be done with the column","type":{"kind":"INPUT_OBJECT","name":"ColumnPolicyInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateObjectSchemaColumnsActionInput","description":"Input for the update_object_schema_columns action.","fields":null,"inputFields":[{"name":"columns","description":"Array of column updates.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateObjectSchemaColumnInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateStatusColumnSettingsInput","description":"","fields":null,"inputFields":[{"name":"labels","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateStatusLabelInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateStatusLabelInput","description":"","fields":null,"inputFields":[{"name":"label","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"color","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StatusColumnColors","ofType":null}},"defaultValue":null},{"name":"index","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"description","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"is_done","description":"","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"id","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"is_deactivated","description":"","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Item","description":"An item (table row).","fields":[{"name":"id","description":"The item's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":"The item's assets/files.","args":[{"name":"assets_source","description":"The assets source (all / columns / gallery)","type":{"kind":"ENUM","name":"AssetsSource","ofType":null},"defaultValue":null},{"name":"column_ids","description":"Ids of the columns you want to get assets from.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Asset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"The board that contains this item.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_values","description":"The item's column values.","args":[{"name":"capabilities","description":"Capabilities supported by the API.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnCapability","ofType":null}}},"defaultValue":null},{"name":"ids","description":"A list of column ids to return","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"types","description":"A list of column types to return","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"ColumnValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The item's create date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The item's creator.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The unique identifier of the item creator.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The item's description","args":[],"type":{"kind":"OBJECT","name":"ItemDescription","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The item's email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"group","description":"The group that contains this item.","args":[],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"The item's linked items","args":[{"name":"link_to_item_column_id","description":"The id of the link to item column","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"linked_board_id","description":"The id of the linked board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The item's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parent_item","description":"The parent item of a subitem.","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"relative_link","description":"The item's relative path","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The item's state (all / active / archived / deleted).","args":[],"type":{"kind":"ENUM","name":"State","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subitems","description":"The item's subitems.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subscribers","description":"The pulses's subscribers.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The item's last update date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The item's link","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updates_page","description":"The item's updates with cursor-based pagination.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"cursor","description":"Opaque cursor from a previous updates_page response.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UpdatesPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updates","description":"The item's updates.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"ids","description":"A list of items unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Sprint","description":"A monday dev sprint.","fields":[{"name":"id","description":"monday dev sprint unique identifier","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"monday dev sprint name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"items associated with the monday dev sprint","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"date at which the monday dev sprint start action was performed, null if the sprint was never started","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"date at which the monday dev sprint complete action was performed, null if the sprint was never completed","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"user-editable planned timeline for the monday dev sprint, which may differ from its start and complete dates","args":[],"type":{"kind":"OBJECT","name":"SprintTimeline","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"current state of the monday dev sprint","args":[],"type":{"kind":"ENUM","name":"SprintState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"snapshots","description":"snapshots of the monday dev sprint","args":[{"name":"type","description":"type of the monday dev sprint snapshot","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SprintSnapshotKind","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SprintSnapshot","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SprintSnapshot","description":"A monday dev sprint snapshot.","fields":[{"name":"id","description":"monday dev sprint snapshot unique identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"monday dev sprint snapshot kind","args":[],"type":{"kind":"ENUM","name":"SprintSnapshotKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"monday dev sprint snapshot items","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SprintSnapshotItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"columns_metadata","description":"monday dev sprint snapshot columns metadata","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SprintSnapshotColumnMetadata","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"sprint_id","description":"monday dev sprint unique identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"date and time when the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"date and time when the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SprintSnapshotColumnMetadata","description":"A monday dev sprint snapshot column metadata.","fields":[{"name":"id","description":"monday dev sprint snapshot column id","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"done_status_indexes","description":"monday dev sprint snapshot status column done status indexes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SprintSnapshotItem","description":"A monday dev sprint snapshot item.","fields":[{"name":"id","description":"monday dev sprint item unique identifier","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"column_values","description":"monday dev sprint item column values","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SprintSnapshotItemColumnValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SprintSnapshotItemColumnValue","description":"A monday dev sprint snapshot item column value.","fields":[{"name":"id","description":"monday dev sprint snapshot item column id","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"monday dev sprint snapshot item column type","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"monday dev sprint snapshot item column value","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SprintSnapshotKind","description":"The kind of sprint snapshot.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"START","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SprintState","description":"current state of the monday dev sprint.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PLANNED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"SprintTimeline","description":"user-editable planned timeline for the monday dev sprint, which may differ from its start and complete dates","fields":[{"name":"from","description":"user-editable start date of the monday dev sprint timeline, may be different than the sprint start date","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"to","description":"user-editable complete date of the monday dev sprint timeline, may be different than the sprint complete date","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AggregateBasicAggregationResult","description":"","fields":[{"name":"result","description":"","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AggregateFromElementType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"TABLE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateFromTableInput","description":"","fields":null,"inputFields":[{"name":"type","description":"Always TABLE or DATA_VIEW","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AggregateFromElementType","ofType":null}},"defaultValue":null},{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateGroupByElementInput","description":"","fields":null,"inputFields":[{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AggregateGroupByResult","description":"","fields":[{"name":"value","description":"The value of the group by result. Can be an integer, float, string, or boolean.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateQueryInput","description":"","fields":null,"inputFields":[{"name":"select","description":"Select elements to return. Each element must have either a function or column property. If selecting a column or transformative function, the element must appear in group by.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AggregateSelectElementInput","ofType":null}}}},"defaultValue":null},{"name":"from","description":"Source to select from (table or data view)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AggregateFromTableInput","ofType":null}},"defaultValue":null},{"name":"group_by","description":"Group by elements","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AggregateGroupByElementInput","ofType":null}}},"defaultValue":null},{"name":"query","description":"ItemsQuery filter and sort. If not provided, all items will be returned.","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null},{"name":"limit","description":"Max number of results to return","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AggregateQueryResult","description":"","fields":[{"name":"results","description":"","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AggregateResultSet","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"AggregateResult","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"AggregateBasicAggregationResult","ofType":null},{"kind":"OBJECT","name":"AggregateGroupByResult","ofType":null}]},{"kind":"OBJECT","name":"AggregateResultEntry","description":"","fields":[{"name":"alias","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","args":[],"type":{"kind":"UNION","name":"AggregateResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AggregateResultSet","description":"","fields":[{"name":"entries","description":"","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AggregateResultEntry","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateSelectColumnInput","description":"","fields":null,"inputFields":[{"name":"column_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateSelectElementInput","description":"","fields":null,"inputFields":[{"name":"type","description":"Type of the selected element","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AggregateSelectElementType","ofType":null}},"defaultValue":null},{"name":"column","description":"Column to select. Required if type is COLUMN. If selecting a column, the element must have a matching group by element with the same column_id or alias, if present.","type":{"kind":"INPUT_OBJECT","name":"AggregateSelectColumnInput","ofType":null},"defaultValue":null},{"name":"function","description":"Function to select. Required if type is FUNCTION. If selecting a transformative function, the element must have a matching group by element with the same alias. If selecting an aggregative function, the select element must not have a matching group by element.","type":{"kind":"INPUT_OBJECT","name":"AggregateSelectFunctionInput","ofType":null},"defaultValue":null},{"name":"as","description":"Alias for the selected element","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AggregateSelectElementType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COLUMN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FUNCTION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AggregateSelectFunctionInput","description":"","fields":null,"inputFields":[{"name":"function","description":"Function to select. Required if type is FUNCTION","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AggregateSelectFunctionName","ofType":null}},"defaultValue":null},{"name":"params","description":"","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AggregateSelectElementInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AggregateSelectFunctionName","description":"Function to select. Required if type is FUNCTION","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT_ITEMS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT_SUBITEMS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT_DISTINCT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COUNT_KEYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AVERAGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEDIAN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN_MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BETWEEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DURATION_RUNNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPPER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOWER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TRIM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LENGTH","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FIRST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LEFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FLATTEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CASE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EQUALS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE_TRUNC_DAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE_TRUNC_WEEK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE_TRUNC_MONTH","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE_TRUNC_QUARTER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE_TRUNC_YEAR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"START_DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"END_DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOUR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PERSON","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LABEL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COLOR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ORDER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RAW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IS_DONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PHONE_COUNTRY_SHORT_NAME","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ItemResult","description":"A single item returned by the items_page query","fields":[{"name":"id","description":"The unique identifier of the item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the item","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The state of the item (active, deleted, etc.)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"group_id","description":"The ID of the group this item belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp of when the item was created","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp of when the item was last updated","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_values","description":"Structured column values","args":[{"name":"ids","description":"A list of column ids to return. Null/empty returns all.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"types","description":"A list of column types to return. Null/empty returns all.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ItemsPageColumnTypeFilter","ofType":null}}},"defaultValue":null},{"name":"capabilities","description":"Capabilities to include. Omit CALCULATED to hide rollup/calculated columns (default).","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ItemsPageColumnCapability","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"subitems","description":"Subitems of this item","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageBatteryValueItem","description":"A single status-count entry in a battery (status rollup) value.","fields":[{"name":"key","description":"The status label index/key.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of items with this status.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageCalculatedCapability","description":"The calculated (rollup) capability configuration of a column.","fields":[{"name":"function","description":"The aggregation function applied to child values.","args":[],"type":{"kind":"ENUM","name":"ItemsPageCalculatedFunction","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"calculated_type","description":"The resolved value type of the calculation, when applicable.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ItemsPageCalculatedFunction","description":"Aggregation function used by a calculated (rollup) column on a multi-level board.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COUNT_KEYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN_MAX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUM","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","description":"Capabilities of a column (e.g. calculated/rollup metadata on multi-level boards).","fields":[{"name":"calculated","description":"Calculated/rollup capability, present only on rollup columns.","args":[],"type":{"kind":"OBJECT","name":"ItemsPageCalculatedCapability","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ItemsPageColumnCapability","description":"Column capability flags accepted by the column_values capabilities filter.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CALCULATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VISIBILITY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ItemsPageColumnTypeFilter","description":"Column type values accepted by the column_values types filter.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"auto_number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"board_relation","description":"","isDeprecated":false,"deprecationReason":null},{"name":"button","description":"","isDeprecated":false,"deprecationReason":null},{"name":"checkbox","description":"","isDeprecated":false,"deprecationReason":null},{"name":"color_picker","description":"","isDeprecated":false,"deprecationReason":null},{"name":"country","description":"","isDeprecated":false,"deprecationReason":null},{"name":"creation_log","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dependency","description":"","isDeprecated":false,"deprecationReason":null},{"name":"direct_doc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dropdown","description":"","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"file","description":"","isDeprecated":false,"deprecationReason":null},{"name":"formula","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hour","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"","isDeprecated":false,"deprecationReason":null},{"name":"last_updated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"","isDeprecated":false,"deprecationReason":null},{"name":"location","description":"","isDeprecated":false,"deprecationReason":null},{"name":"long_text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mirror","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numbers","description":"","isDeprecated":false,"deprecationReason":null},{"name":"people","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"progress","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rating","description":"","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subtasks","description":"","isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"","isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"time_tracking","description":"","isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"","isDeprecated":false,"deprecationReason":null},{"name":"unsupported","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"week","description":"","isDeprecated":false,"deprecationReason":null},{"name":"world_clock","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INTERFACE","name":"ItemsPageColumnValue","description":"A column value for an item returned by items_page","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ItemsPageBatteryValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageBoardRelationValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageButtonValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageCheckboxValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageColorPickerValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageCountryValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageCreationLogValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageDateValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageDependencyValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageDocValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageDropdownValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageEmailValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageFileValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageFormulaValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageHourValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageItemIdValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageLastUpdatedValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageLinkValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageLocationValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageLongTextValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageMirrorValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageNumbersValue","ofType":null},{"kind":"OBJECT","name":"ItemsPagePeopleValue","ofType":null},{"kind":"OBJECT","name":"ItemsPagePhoneValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageRatingValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageStatusValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageSubtasksValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageTagsValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageTextValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageTimeTrackingValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageTimelineValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageUnknownValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageVoteValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageWeekValue","ofType":null},{"kind":"OBJECT","name":"ItemsPageWorldClockValue","ofType":null}]},{"kind":"OBJECT","name":"ItemsPageDropdownValueOption","description":"A dropdown option selected in a dropdown column.","fields":[{"name":"id","description":"The dropdown item's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The dropdown item's label.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsPageInput","description":"Input arguments for the items_page query","fields":null,"inputFields":[{"name":"board_id","description":"The board to query","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"query","description":"Optional filter and sort configuration","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null},{"name":"limit","description":"Page size (default 25, max 500)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"group_id","description":"Optional group ID to scope the query to a specific group","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hierarchy_scope_config","description":"For multi-level boards: controls how filters apply across the item hierarchy. Use \"allItems\" to evaluate filters against parents and subitems and return matches at every level. Accepted values: allItems, parentItems.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageLinkedItem","description":"A linked item referenced by a relation column.","fields":[{"name":"id","description":"The linked item ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The linked item name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageMirroredItem","description":"A mirrored item containing the mirrored column value.","fields":[{"name":"mirrored_value","description":"The mirrored column value from the linked item.","args":[],"type":{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPagePeopleEntity","description":"A person or team entity assigned to a people column.","fields":[{"name":"id","description":"Id of the entity: a person or a team.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Type of entity.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageResult","description":"Paginated result set returned by the items_page query","fields":[{"name":"cursor","description":"Opaque pagination token, null if no more pages","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The items in this page of results","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"Linked items (relations, dependencies, subitems from other boards)","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"SqlDescribeSourceInput","description":"A data source to describe","fields":null,"inputFields":[{"name":"type","description":"Source type: board, materialized_view, data_view","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"id","description":"Source identifier","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardInferredMetadata","description":"Inferred metadata associated with a board, such as custom terminology settings.","fields":[{"name":"item_type","description":"The custom terminology used for items in this board","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardManualMetadata","description":"Manually set metadata associated with a board.","fields":[{"name":"board_md","description":"Markdown content describing the board","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SuggestedAgent","description":"A suggested AI agent based on user activity patterns","fields":[{"name":"title","description":"The title of the suggested agent","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"pitch","description":"A hook/one-liner for the agent","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"A user-friendly explanation of why this agent is suggested","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connectors","description":"List of 3rd-party connectors this agent uses (e.g., Jira, Google Calendar)","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"include_web_search","description":"Whether this agent should have web search capabilities","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confidence","description":"Confidence score (0.0–1.0) that the user will benefit from this agent","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"seed_prompt","description":"A ready-to-use prompt for creating this agent via monday-agents","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggers","description":"List of triggers that define when this agent should run","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SuggestedTrigger","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SuggestedTrigger","description":"A trigger that defines when a suggested agent should run","fields":[{"name":"block_reference_id","description":"Automations framework block reference ID for this trigger","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field_values","description":"JSON-encoded field values matching the automations API format: { fieldKey: { value, fieldTypeReferenceId } }","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateBoardInferredMetadataInput","description":"Input for updating a single board's inferred metadata","fields":null,"inputFields":[{"name":"board_id","description":"The ID of the board to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_type","description":"The custom terminology for items in this board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateBoardInferredMetadataResult","description":"Result of a single board inferred metadata update within a bulk operation","fields":[{"name":"board_id","description":"The ID of the board that was updated","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"inferred_metadata","description":"The updated inferred metadata for the board","args":[],"type":{"kind":"OBJECT","name":"BoardInferredMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error message if the update failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the update succeeded","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateBoardManualMetadataInput","description":"Input for updating a single board's manual metadata","fields":null,"inputFields":[{"name":"board_id","description":"The ID of the board to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_md","description":"Markdown content describing the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateBoardManualMetadataResult","description":"Result of a single board manual metadata update within a bulk operation","fields":[{"name":"board_id","description":"The ID of the board that was updated","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"manual_metadata","description":"The updated manual metadata for the board","args":[],"type":{"kind":"OBJECT","name":"BoardManualMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error message if the update failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the update succeeded","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ColumnChange","description":"A single column value change within a task decision","fields":[{"name":"column_id","description":"The identifier of the column that changed","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"old_value","description":"The previous value of the column before the change","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"new_value","description":"The new value of the column after the change","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateTaskInput","description":"Input for creating a new task","fields":null,"inputFields":[{"name":"title","description":"The task title","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"The task description (default: empty string)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"status","description":"The initial status (default: TODO)","type":{"kind":"ENUM","name":"CreateTaskStatus","ofType":null},"defaultValue":null},{"name":"priority","description":"The task priority (default: 0)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"due_date","description":"The task due date, if any","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CreateTaskStatus","description":"Statuses allowed when creating a new task (excludes terminal statuses)","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TODO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_NOW","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"MyTaskBoardResponse","description":"Response containing the current user's task board id","fields":[{"name":"task_board_id","description":"The current user's task board id","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MyTasksResponse","description":"Response containing the user's tasks with board metadata","fields":[{"name":"tasks","description":"The user's tasks","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Task","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"task_board_id","description":"The user's task board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_prefix","description":"The column prefix for board column IDs","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PriorityPromptResponse","description":"Response containing the current user's priority prompt","fields":[{"name":"priority_prompt","description":"The user's priority prompt for task prioritization","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ProcessEventsInput","description":"Payload for processing an event through the task engine","fields":null,"inputFields":[{"name":"source_type","description":"Type of event source (e.g. update_mention)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TaskIngestionSource","ofType":null}},"defaultValue":null},{"name":"source_id","description":"Unique identifier of the source event","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"account_id","description":"Account ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"user_id","description":"User ID (e.g. the mentioned user)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"data","description":"Raw JSON string of the event payload","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ReconciliationResult","description":"Result of a task board reconciliation","fields":[{"name":"succeeded","description":"Number of tasks successfully reconciled","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"Number of tasks that failed to reconcile","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Task","description":"A task in the user's task board","fields":[{"name":"id","description":"The task ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The task title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the task","args":[],"type":{"kind":"ENUM","name":"TaskStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The task description","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"priority","description":"The task priority (higher is more important)","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the task was created","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"due_date","description":"The task due date, if set","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TaskAction","description":"Action taken by the task engine when processing a task","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"TaskDecisionChangelogEvent","description":"A changelog entry representing a decision made by the task engine","fields":[{"name":"created_at","description":"Timestamp when this decision was made","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"action","description":"The action taken (create or update)","args":[],"type":{"kind":"ENUM","name":"TaskAction","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The AI-generated reason explaining why this decision was made","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"change_summary","description":"A human-readable summary of the changes applied","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"changes","description":"The list of individual column value changes in this decision","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ColumnChange","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TaskIngestionSource","description":"Type of event source for task ingestion","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPDATE_MENTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_ASSIGNED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"TaskStatus","description":"Status of a task","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TODO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_NOW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NO_LONGER_RELEVANT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_A_TASK","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UpdatePriorityPromptResponse","description":"Response from updating the priority prompt","fields":[{"name":"success","description":"Whether the update succeeded","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateTaskInput","description":"Partial input for updating an existing task","fields":null,"inputFields":[{"name":"title","description":"The task title","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The task description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"status","description":"The task status","type":{"kind":"ENUM","name":"TaskStatus","ofType":null},"defaultValue":null},{"name":"priority","description":"The task priority (higher is more important)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"due_date","description":"The task due date","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ConnectedItemColumnFormat","description":"Output format for connected items (Connect Boards) column values in CSV exports.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ID","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ExportAsyncJob","description":"Reference to a started async board export. Use the job_id with fetch_export_job_status to poll until COMPLETED or FAILED.","fields":[{"name":"job_id","description":"Opaque identifier for this export job. Pass to fetch_export_job_status.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ExportBoardResult","description":"Result of a board export operation","fields":[{"name":"download_url","description":"URL to download the exported Excel file","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"expires_at","description":"Expiration timestamp of the download URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ExportFailureReason","description":"Structured reason an async export job failed.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD_UNAVAILABLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_INACCESSIBLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_LIMIT_EXCEEDED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_REQUEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ExportFormat","description":"Output format for the exported board file.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"XLSX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CSV","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ExportJobStatus","description":"Lifecycle status of an async board export job. Polling clients should treat COMPLETED and FAILED as terminal.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"RUNNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ExportJobStatusInfo","description":"Status of an async board export job, including download URL when completed.","fields":[{"name":"status","description":"Current job status. Terminal values: COMPLETED, FAILED.","args":[],"type":{"kind":"ENUM","name":"ExportJobStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"download_url","description":"Presigned S3 download URL, available only when status is COMPLETED and the export completed within the last hour. Returns null after 1 hour — re-trigger the export to get a new one.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_reason","description":"Structured reason for failure. Populated only when status is FAILED.","args":[],"type":{"kind":"ENUM","name":"ExportFailureReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_message","description":"Human-readable error detail. Populated only when status is FAILED and the reason exposes safe text.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ExportOptionsInput","description":"Options for board export","fields":null,"inputFields":[{"name":"include_subitems","description":"Include subitems in the export","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"},{"name":"include_updates","description":"Include updates/comments in the export","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"},{"name":"header_row","description":"Header row format for CSV exports. Ignored for other formats.","type":{"kind":"ENUM","name":"HeaderFormat","ofType":null},"defaultValue":null},{"name":"non_importable_columns","description":"Behavior for columns with no codec support in CSV exports. Ignored for other formats.","type":{"kind":"ENUM","name":"NonImportableColumns","ofType":null},"defaultValue":"INCLUDE"},{"name":"include_item_identifiers","description":"Include item_id (and parent_item_id when subitems are enabled) columns at the end of CSV exports.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"},{"name":"people_column_format","description":"Output format for people column values in CSV exports. When set to NAME, display names are used instead of IDs (e.g. \"Alice Smith\" instead of \"user:123\"). Ignored for non-CSV formats.","type":{"kind":"ENUM","name":"PeopleColumnFormat","ofType":null},"defaultValue":null},{"name":"connected_item_column_format","description":"Output format for connected items (Connect Boards) column values in CSV exports. NAME (the default) uses the linked items' display names; ID uses their IDs instead. Ignored for non-CSV formats.","type":{"kind":"ENUM","name":"ConnectedItemColumnFormat","ofType":null},"defaultValue":"NAME"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"HeaderFormat","description":"CSV header row format.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"TITLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COLUMN_ID","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"NonImportableColumns","description":"Handling for columns without a round-trippable codec in CSV mode.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"INCLUDE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKIP","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"PeopleColumnFormat","description":"Output format for people column values in CSV exports.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateFavoriteInput","description":"Input type for adding an object to a hierarchy list","fields":null,"inputFields":[{"name":"object","description":"The object to add to the list","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the object","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"newPosition","description":"The position where to add the object","type":{"kind":"INPUT_OBJECT","name":"ObjectDynamicPositionInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateFavoriteResultType","description":"Represents the response when adding an object to a list","fields":[{"name":"favorite","description":"The favorite item that was created","args":[],"type":{"kind":"OBJECT","name":"GraphqlHierarchyObjectItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folder","description":"If the object that was created is a folder, this is extra data about the folder","args":[],"type":{"kind":"OBJECT","name":"GraphqlFolder","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DeleteFavoriteInput","description":"Input type for removing an object from favorites","fields":null,"inputFields":[{"name":"object","description":"The object to remove from favorites","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteFavoriteInputResultType","description":"Result type for removing an object from favorites","fields":[{"name":"success","description":"Whether the object was successfully removed","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GraphqlFolder","description":"Represents a folder in the hierarchy","fields":[{"name":"id","description":"The unique identifier of the folder","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountId","description":"The account identifier this folder belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the folder","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The timestamp when this folder was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The timestamp when this folder was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdBy","description":"The user who created this folder","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_feature_slug","description":"The app feature slug associated with this folder","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GraphqlHierarchyObjectItem","description":"Represents an item in favorites","fields":[{"name":"id","description":"The unique identifier of the hierarchy item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountId","description":"The account identifier this item belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object","description":"The object identifier and type","args":[],"type":{"kind":"OBJECT","name":"HierarchyObjectID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folderId","description":"The folder identifier if the item is contained within a folder","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The position of the item within its list or folder","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The timestamp when this item was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"The timestamp when this item was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"GraphqlMondayObject","description":"Represents a monday object.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Board","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Folder","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Dashboard","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Workspace","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"HierarchyObjectID","description":"Represents a monday object identifier with its type","fields":[{"name":"id","description":"The unique identifier of the object","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the object","args":[],"type":{"kind":"ENUM","name":"GraphqlMondayObject","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","description":"Input type for identifying a favorites object by its ID and type","fields":null,"inputFields":[{"name":"id","description":"The ID of the object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of the object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"GraphqlMondayObject","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ListType","description":"Types of lists in hierarchyMS","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PersonalList","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Workspace","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CustomizedList","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ObjectDynamicPositionInput","description":"","fields":null,"inputFields":[{"name":"prevObject","description":"The previous object in the list","type":{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","ofType":null},"defaultValue":null},{"name":"nextObject","description":"The next object in the list","type":{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateFavoriteResultType","description":"Represents the response when adding an object to a list","fields":[{"name":"favorite","description":"The favorite item that its position was updated","args":[],"type":{"kind":"OBJECT","name":"GraphqlHierarchyObjectItem","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateObjectHierarchyPositionInput","description":"","fields":null,"inputFields":[{"name":"object","description":"The favorite's object to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"HierarchyObjectIDInputType","ofType":null}},"defaultValue":null},{"name":"newFolder","description":"The new folder ID to move the object to, if necessary","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"newPosition","description":"The new position for the object","type":{"kind":"INPUT_OBJECT","name":"ObjectDynamicPositionInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Object","description":"The central type in the Monday.com Objects Platform, representing any entity in the system. This unified type can represent instances of boards, docs, dashboards, workflows, and specialized objects. The specific type of an object is determined by its object_type_unique_key.","fields":[{"name":"id","description":"The unique identifier of the object. Can be used to reference this specific object in queries and mutations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The display name of the object. This is what appears in the Monday.com interface.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Optional description of the object, providing additional context about its purpose or contents.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"privacy_kind","description":"The kind/visibility setting of the object (private, public, share). Determines who can access it.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"The ID of the folder containing this object, if the object is organized in a folder structure.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp of when the object was last updated. Format is ISO 8601.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The current state of the object. Determines visibility in the interface.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The ID of the user who created this object. Useful for tracking object origin.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The ID of the workspace containing this object. Null indicates the object is in the main workspace.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owners","description":"List of users who are owners of this object. Owners have full control permissions.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"subscribers","description":"List of users who are subscribers to this object. Subscribers receive notifications about changes.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"relations","description":"Relations for this object","args":[{"name":"kind","description":"Kind of the relation to fetch. If not provided, all relation kinds are returned.","type":{"kind":"ENUM","name":"RelationKind","ofType":null},"defaultValue":null},{"name":"direction","description":"Direction of the relation (defaults to \"outgoing\")","type":{"kind":"ENUM","name":"RelationDirection","ofType":null},"defaultValue":"OUTGOING"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ObjectRelation","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectOperationResponse","description":"Response for object operations indicating success or failure","fields":[{"name":"success","description":"Indicates whether the operation was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectRelation","description":"Represents a relation between two objects","fields":[{"name":"id","description":"Unique identifier for the relation","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source_object_id","description":"ID of the source object in the relation","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target_id","description":"ID of the target object in the relation","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target_object_type","description":"Type of the target object (board or dashboard)","args":[],"type":{"kind":"ENUM","name":"TargetObject","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Kind of the relation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ObjectRelationInput","description":"Input for creating object relations","fields":null,"inputFields":[{"name":"kind","description":"Kind of the relation","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RelationKind","ofType":null}},"defaultValue":null},{"name":"target_id","description":"ID of the target object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target_object_type","description":"Type of the target object (defaults to \"board\")","type":{"kind":"ENUM","name":"TargetObject","ofType":null},"defaultValue":"BOARD"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ObjectState","description":"The state of the object.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ARCHIVED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DELETED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ObjectTypeUniqueKey","description":"Represents object type unique key and metadata.","fields":[{"name":"app_name","description":"The name of the app that provides this object type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_feature_name","description":"The name of the app feature object type (e.g., 'Workflow', 'Capacity manager').","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"A short description of what this object type represents.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object_type_unique_key","description":"The unique identifier for the object type, formatted as 'app_slug::app_feature_slug'","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"OrderBy","description":"Defines the sorting order for returned objects in the objects query.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USED_AT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"PrivacyKind","description":"Defines the visibility and access control settings for objects in the Monday.com Objects Platform.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PUBLIC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"RelationDirection","description":"The direction of the relation from the object perspective","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OUTGOING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INCOMING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"RelationKind","description":"The kind/type of relation between objects","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ALIAS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPENDENCY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SubscriberKind","description":"Defines the type of the user's role as members of the object","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OWNER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIBER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"TargetObject","description":"The type of target object for a relation","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DASHBOARD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateObjectInput","description":"Input for updating an object","fields":null,"inputFields":[{"name":"name","description":"The new name for the object.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"The new description for the object","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"privacy_kind","description":"The new privacy kind for the object.","type":{"kind":"ENUM","name":"PrivacyKind","ofType":null},"defaultValue":null},{"name":"relations","description":"Optional relations to add to the object","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ObjectRelationInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"User","description":"A monday.com user.","fields":[{"name":"id","description":"The user's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The user's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The user's phone number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The user's location.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"birthday","description":"The user's birthday.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mobile_phone","description":"The user's mobile phone number.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_code","description":"The user's country code.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"current_language","description":"The current user's language","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time_zone_identifier","description":"The user's timezone identifier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"utc_hours_diff","description":"The user's utc hours difference.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The user's profile url.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":"The user's account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Account","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_products","description":"The products the user is assigned to.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AccountProduct","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"custom_field_metas","description":"The custom field metas of the user profile.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"CustomFieldMetas","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"custom_field_values","description":"The custom field values of the user profile.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"CustomFieldValue","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":"Is the user enabled or not.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use status instead."},{"name":"encrypt_api_token","description":"The token of the user for email to board.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated and will be removed in later versions."},{"name":"is_admin","description":"Is the user an account admin.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use kind instead."},{"name":"is_guest","description":"Is the user a guest or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use kind instead."},{"name":"is_pending","description":"Is the user a pending user","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use status instead."},{"name":"is_verified","description":"Is user verified his email.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use is_email_confirmed instead."},{"name":"is_view_only","description":"Is the user a view only user or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use kind instead."},{"name":"join_date","description":"The date the user joined the account.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use became_active_at instead."},{"name":"last_activity","description":"Last date & time when user was active","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"out_of_office","description":"The user's out of office status.","args":[],"type":{"kind":"OBJECT","name":"OutOfOffice","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_original","description":"The user's photo in the original size.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use photo_url.original instead."},{"name":"photo_small","description":"The user's photo in small size (150x150).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use photo_url.small instead."},{"name":"photo_thumb","description":"The user's photo in thumbnail size (100x100).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use photo_url.thumb instead."},{"name":"photo_thumb_small","description":"The user's photo in small thumbnail size (50x50).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use photo_url.thumb_small instead."},{"name":"photo_tiny","description":"The user's photo in tiny size (30x30).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated. Please use photo_url.tiny instead."},{"name":"sign_up_product_kind","description":"The product to which the user signed up to first.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":true,"deprecationReason":"This field is deprecated and will be removed in later versions."},{"name":"teams","description":"The teams the user is a member in.","args":[{"name":"ids","description":"A list of teams unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"department","description":"The department the user is a member of (if any)","args":[],"type":{"kind":"OBJECT","name":"Department","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The unique identifier of the account the user belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The activation status of the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"invitation_method","description":"The method by which the user was added to the account.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"InvitationMethod","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"serial_number","description":"The user registration sequence number.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deleted","description":"Whether the user has been soft-deleted.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url","description":"URLs for the user's profile photo in various sizes.","args":[],"type":{"kind":"OBJECT","name":"PhotoUrl","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"became_active_at","description":"The date and time when the user became active.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"bb_visitor_id","description":"The BigBrain visitor ID associated with the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_email_confirmed","description":"Whether the user has confirmed their email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_config","description":"The user's config based on their kind.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserConfig","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The user's email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The user's full name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The kind of the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The user's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"activity_logs","description":"Activity log entries for the user","args":[{"name":"from","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"board_ids","description":"","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"limit","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"event_types","description":"Filter by event types (e.g. \"create_pulse\", \"delete_pulse\")","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"cursor","description":"Cursor for fetching the next page, obtained from a previous response","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"UserActivityLogsPage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppSubscriptionDetails","description":"Subscription object","fields":[{"name":"account_id","description":"The ID of an account","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"plan_id","description":"The ID of a pricing plan","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pricing_version_id","description":"The ID of a pricing version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"monthly_price","description":"The monthly price of the product purchased in the given currency, after applying discounts","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currency","description":"The currency, in which the product was purchased","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"period_type","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionPeriodType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"renewal_date","description":"The date the active subscription is set to renew. Equals to null for inactive subscriptions","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"The date the the inactive subscription ended. Equals to null for active subscriptions","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SubscriptionDiscount","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"days_left","description":"The number of days left until the subscription ends","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"max_units","description":"The subscribed unit quantity. Null for feature-based plans","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppSubscriptions","description":"","fields":[{"name":"subscriptions","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppSubscriptionDetails","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"total_count","description":"Total number of subscriptions matching the given parameters","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"The value, which identifies the exact point to continue fetching the subscriptions from","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateMarketplaceAppDiscount","description":"A granted marketplace app discount offer","fields":[{"name":"days_valid","description":"Number of days a discount will be valid","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"Percentage value of a discount","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_recurring","description":"Is discount recurring","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"period","description":"The period of a discount","args":[],"type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_plan_ids","description":"List of app plan ids","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The id of an app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateMarketplaceAppDiscountInput","description":"Input data for creating a marketplace app discount","fields":null,"inputFields":[{"name":"days_valid","description":"Number of days a discount will be valid","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"discount","description":"Percentage value of a discount","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"period","description":"The period of a discount","type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"defaultValue":null},{"name":"app_plan_ids","description":"List of app plan ids","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateMarketplaceAppDiscountResult","description":"Result of granting a marketplace app discount offer","fields":[{"name":"granted_discount","description":"The granted discount offer","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CreateMarketplaceAppDiscount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscount","description":"","fields":[{"name":"account_slug","description":"Slug of an account","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The id of an app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscountResult","description":"","fields":[{"name":"deleted_discount","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DiscountPeriod","description":"The period of a discount","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"MONTHLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"YEARLY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"GrantMarketplaceAppDiscount","description":"","fields":[{"name":"days_valid","description":"Number of days a discount will be valid","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"Percentage value of a discount","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_recurring","description":"Is discount recurring","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"period","description":"","args":[],"type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_plan_ids","description":"List of app plan ids","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The id of an app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GrantMarketplaceAppDiscountData","description":"","fields":null,"inputFields":[{"name":"days_valid","description":"Number of days a discount will be valid","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"discount","description":"Percentage value of a discount","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"is_recurring","description":"Is discount recurring","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"period","description":"The period of a discount","type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"defaultValue":null},{"name":"app_plan_ids","description":"List of app plan ids","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GrantMarketplaceAppDiscountResult","description":"","fields":[{"name":"granted_discount","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GrantMarketplaceAppDiscount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MarketplaceAppDiscount","description":"","fields":[{"name":"account_slug","description":"Slug of an account","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The ID of an account","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"Percentage value of a discount","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_recurring","description":"Is discount recurring","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_plan_ids","description":"List of app plan ids","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"period","description":"","args":[],"type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"valid_until","description":"Date until a discount is valid","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Date when a discount was created","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SubscriptionDiscount","description":"The discounts granted to the subscription","fields":[{"name":"value","description":"The value of the discount in percentage (e.g. the value 80 refers to 80%)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount_model_type","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionDiscountModelType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount_type","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionDiscountType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SubscriptionDiscountModelType","description":"The information whether the discount is percentage or nominal","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"percent","description":"","isDeprecated":false,"deprecationReason":null},{"name":"nominal","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SubscriptionDiscountType","description":"The information whether the discount has been granted one time or recurring","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"recurring","description":"","isDeprecated":false,"deprecationReason":null},{"name":"one_time","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SubscriptionPeriodType","description":"The billing period of the subscription. Possible values: monthly, yearly","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"monthly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"yearly","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SubscriptionStatus","description":"The status of the subscription. Possible values: active, inactive.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"active","description":"","isDeprecated":false,"deprecationReason":null},{"name":"inactive","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Artifact","description":"An artifact produced by or associated with a workstream run","fields":[{"name":"id","description":"Unique artifact identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity_id","description":"ID of the entity this artifact represents","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity_type","description":"Type of entity (e.g. board, doc)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"object_id","description":"ID of the object this artifact belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Lifecycle state of the artifact","args":[],"type":{"kind":"ENUM","name":"ArtifactState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"container_id","description":"ID of the container this artifact belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"container_type","description":"Type of the container (e.g. Workspace)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created this artifact","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset","description":"The latest asset for this artifact (latest version via assets-core)","args":[],"type":{"kind":"OBJECT","name":"ArtifactAsset","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"The board this artifact represents — fields resolved via federation","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"The document this artifact represents — fields resolved via federation","args":[],"type":{"kind":"OBJECT","name":"Document","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"runs","description":"Runs associated with this artifact","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArtifactRun","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ArtifactAsset","description":"An asset associated with an artifact","fields":[{"name":"id","description":"Asset identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Asset file name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 creation timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_extension","description":"The file's extension, including the leading dot","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_size","description":"The file's size in bytes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"original_geometry","description":"Original dimensions as WIDTHxHEIGHT; null for non-image assets","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL to view the asset","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url_thumbnail","description":"Thumbnail URL; only available for images","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public_url","description":"Temporary public URL to access the asset, valid for 1 hour","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uploaded_by","description":"The user who uploaded the asset — fields resolved via federation","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ArtifactRun","description":"A run associated with an artifact","fields":[{"name":"run_id","description":"Unique run identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"agent_app_feature_id","description":"ID of the agent that produced this run","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"agent_artifact_id","description":"ID of the artifact as known by the agent","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_id","description":"ID of the asset produced by this run","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggered_by_user_id","description":"ID of the user who triggered this run","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"conversation_id","description":"ID of the conversation that triggered this run","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO 8601 timestamp","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO 8601 timestamp","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ArtifactState","description":"Lifecycle state of an artifact","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DELETED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Document","description":"Represents a monday.com doc - a rich-text page built from editable blocks (text, files, embeds, etc.).\nA doc can belong to:\n(1) a workspace (left-pane doc),\n(2) an item (doc on column),\n(3) a board view (doc as a board view).","fields":[{"name":"id","description":"Unique document ID returned when the doc is created.\n  Use this ID in every API call that references the doc.\n  How to find it:\n  • Call the docs() GraphQL query with object_ids to map object_id → id\n  • Enable 'Developer Mode' in monday.labs to display it inside the doc.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"blocks","description":"The document's content blocks","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"DocumentBlock","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The document's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The document's creator","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc_folder_id","description":"The document's folder unique identifier (null for first level).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc_kind","description":"The document's kind (public / private / share).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The document's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"object_id","description":"Identifier that appears in the doc's URL.\n  Returned on creation, but DO NOT use it in API routes that expect a document ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"relative_url","description":"The document's relative url","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The document's settings.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The document's last updated date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The document's direct url","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace","description":"The workspace that contains this document (null for main workspace).","args":[],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The document's workspace unique identifier (null for main workspace).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LiveWorkflowAutomationsPage","description":"A page of live workflow automations with cursor-based pagination metadata","fields":[{"name":"data","description":"List of live workflow automations in this page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowAutomation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"page_info","description":"Cursor-based pagination metadata","args":[],"type":{"kind":"OBJECT","name":"WorkflowAutomationsPageInfo","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowAutomation","description":"A workflow and its steps","fields":[{"name":"id","description":"Workflow entity ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Workflow title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Workflow description","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":"Whether the workflow is currently active","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last update timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Creation timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"steps","description":"The steps that make up this workflow","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowStep","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowAutomationsPageInfo","description":"Cursor-based pagination metadata for live workflow automation queries","fields":[{"name":"has_next_page","description":"Whether there are more results beyond the current page","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_cursor","description":"Cursor of the last item in this page; pass as last_id to fetch the next page","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowAutomationsPaginationInput","description":"Cursor-based pagination parameters for workflow automation queries","fields":null,"inputFields":[{"name":"limit","description":"Maximum number of results to return (default 50, max 100)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last_id","description":"Cursor of the last item from the previous page; pass page_info.end_cursor from the previous response","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBuilderCreateResult","description":"Identifiers for a newly created workflow","fields":[{"name":"workflow_object_id","description":"Stable workflow entity ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_draft_id","description":"Draft workflow ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkflowBuilderPrivacyKind","description":"Privacy level for a workflow","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PUBLIC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PRIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHAREABLE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBuilderPublishResult","description":"Identifiers for a published workflow","fields":[{"name":"workflow_object_id","description":"Stable workflow entity ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_live_id","description":"Live workflow ID after promotion","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowStep","description":"A step instance within a workflow","fields":[{"name":"node_id","description":"Unique node ID within the workflow","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"block_reference_id","description":"ID of the block type this step uses","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Display title of the step","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"EnrollToSequenceInput","description":"Input for enrolling multiple items to a single sequence","fields":null,"inputFields":[{"name":"sequence_id","description":"The ID of the sequence to enroll items to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"board_id","description":"The ID of the board containing the items","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"item_ids","description":"List of item IDs to enroll (maximum 50 items)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EnrollToSequenceResult","description":"Result of enrolling items to a sequence","fields":[{"name":"succeeded_item_ids","description":"List of item IDs that were successfully enrolled, including items that were provided and are already enrolled","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"failed_item_ids","description":"List of item IDs that failed to enroll","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Sequence","description":"A sequence that can be used to automate email outreach","fields":[{"name":"id","description":"The unique identifier of the sequence","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the sequence","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the sequence","args":[],"type":{"kind":"ENUM","name":"SequenceStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"context_type","description":"The type of context the sequence is associated with","args":[],"type":{"kind":"ENUM","name":"SequenceContext","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"context_id","description":"The ID of the context (e.g., board ID) the sequence is associated with","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The ID of the user who owns the sequence","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"step_count","description":"The number of steps in the sequence","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"The total duration of the sequence in seconds","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The timestamp when the sequence was created or last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The timestamp when the sequence was created or last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SequenceContext","description":"The type of context a sequence is associated with","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SequenceStatus","description":"The status of a sequence","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MISSING_CONFIG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DELETED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsAdditionalQuota","description":"Additional quota allocated beyond the base plan limit","fields":[{"name":"consumed","description":"Amount of additional quota consumed","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Additional quota limit","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"expired_at","description":"Timestamp when additional quota expires","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsAnalyticsEvent","description":"A campaign analytics event","fields":[{"name":"id","description":"Unique event identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"identifier","description":"Unique identifier for this event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"campaign_id","description":"ID of the associated campaign","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variant_id","description":"ID of the associated variant","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the event was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of analytics event","args":[],"type":{"kind":"ENUM","name":"CampaignsAnalyticsEventKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parsed_reason","description":"Parsed reason for bounced emails","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsAnalyticsEventKind","description":"Types of analytics events for campaigns","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EMAIL_BOUNCED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_DELIVERED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_SENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_RECIPIENT_COMPLAINT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_RECIPIENT_UNSUBSCRIBED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_RECIPIENT_GROUP_UNSUBSCRIBED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_RECIPIENT_GROUP_RESUBSCRIBED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_DROPPED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_OPENED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMAIL_CLICKED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsAnalyticsEventsResponse","description":"Paginated analytics events response","fields":[{"name":"data","description":"List of analytics events","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsAnalyticsEvent","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"next_token","description":"Token for pagination to retrieve next batch","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsAnalyticsSummary","description":"Aggregated analytics summary for an email campaign","fields":[{"name":"total_sent","description":"Total emails sent","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_delivered","description":"Total emails delivered","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_opens","description":"Total number of email opens","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unique_opens","description":"Number of unique opens","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_clicks","description":"Total number of link clicks","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unique_clicks","description":"Number of unique clicks","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_unsubscribes","description":"Total unsubscribes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unique_unsubscribes","description":"Number of unique unsubscribes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_undelivered","description":"Total emails not delivered","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unique_undelivered","description":"Number of unique undelivered","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total_spam_reports","description":"Total spam complaints","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unique_spam_reports","description":"Number of unique spam reports","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsBrandColor","description":"A brand color in a brand kit","fields":[{"name":"id","description":"Unique color identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hex_code","description":"Hex color code","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Category of the brand color","args":[],"type":{"kind":"ENUM","name":"CampaignsBrandColorKind","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsBrandColorKind","description":"Types of brand colors","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIMARY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SECONDARY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsBrandImage","description":"A brand image in a brand kit","fields":[{"name":"id","description":"Unique image identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"alt_text","description":"Alternative text for the image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Category of the brand image","args":[],"type":{"kind":"ENUM","name":"CampaignsBrandImageKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Current status of the image","args":[],"type":{"kind":"ENUM","name":"CampaignsBrandImageStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size_bytes","description":"Size of the image in bytes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"MIME type of the image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"Width of the image in pixels","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"Height of the image in pixels","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"remote_url","description":"URL to access the image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsBrandImageKind","description":"Types of brand images","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIMARY_LOGO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SECONDARY_LOGO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ATTACHMENT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsBrandImageStatus","description":"Status of a brand image","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONFIRMED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsBrandKit","description":"A brand kit containing colors and images for an account","fields":[{"name":"id","description":"Unique brand kit identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the brand kit","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Status of the brand kit","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the brand kit was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp when the brand kit was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"brand_colors","description":"Colors in this brand kit","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsBrandColor","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"brand_images","description":"Images in this brand kit","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsBrandImage","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsCompanyInformation","description":"Company information for email campaigns","fields":[{"name":"company_name","description":"Company name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"company_website_url","description":"Company website URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"physical_address_is_ai_generated","description":"Whether physical address was AI generated","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"physical_address","description":"Physical mailing address","args":[],"type":{"kind":"OBJECT","name":"CampaignsPhysicalAddress","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsContactsBoard","description":"Marketing contacts board configuration","fields":[{"name":"board_id","description":"ID of the board","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email_column_id","description":"ID of the email column","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email_subscription_column_id","description":"ID of the email subscription column","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsEmailCampaign","description":"An email campaign","fields":[{"name":"id","description":"Unique campaign identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the campaign","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Current status of the campaign","args":[],"type":{"kind":"ENUM","name":"CampaignsStatusKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sent_on","description":"Timestamp when the campaign was sent","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the campaign was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp when the campaign was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"Analytics summary for the campaign","args":[],"type":{"kind":"OBJECT","name":"CampaignsAnalyticsSummary","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"User who created the campaign","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subject","description":"Email subject line","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"preview_text","description":"Preview text shown in email clients","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"schedule_type","description":"When the campaign should be sent","args":[],"type":{"kind":"ENUM","name":"CampaignsScheduleKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"Scheduled time for sending","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"segment_ids","description":"IDs of segments targeted by this campaign","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"preview_image","description":"URL of the campaign email template preview image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"template_html","description":"HTML content of the email template","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsFacets","description":"Available facet values for campaign filtering","fields":[{"name":"users","description":"Campaign counts grouped by creator","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsUserFacet","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"statuses","description":"Campaign counts grouped by status","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsStatusFacet","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsInsight","description":"A market insight","fields":[{"name":"id","description":"Unique insight identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Title of the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"Summary of the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target_audience","description":"Target audience for the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"audience_rationale","description":"Rationale for the target audience","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"campaign_worthiness","description":"Assessment of campaign worthiness","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timestamp","description":"Timestamp of the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":"Source of the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"raw_context","description":"Raw context data for the insight","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the insight was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp when the insight was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Current status of the insight","args":[],"type":{"kind":"ENUM","name":"CampaignsInsightStatusKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Classification type of the insight","args":[],"type":{"kind":"ENUM","name":"CampaignsInsightClassificationKind","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsInsightClassificationKind","description":"Classification type of an insight","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COMPETITOR_MOVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MARKET_TREND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOMER_BEHAVIOR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EMERGING_TECHNOLOGY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REGULATORY_CHANGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_LAUNCH","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CRISIS_EVENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OTHER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsInsightFacets","description":"Available facet values for insight filtering","fields":[{"name":"statuses","description":"Insight counts grouped by status","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsInsightStatusFacet","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"Insight counts grouped by type","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsInsightTypeFacet","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"sources","description":"Insight counts grouped by source","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CampaignsInsightSourceFacet","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsInsightSourceFacet","description":"Insight count grouped by source","fields":[{"name":"source","description":"Source value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of insights","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsInsightStatusFacet","description":"Insight count grouped by status","fields":[{"name":"status","description":"Status value","args":[],"type":{"kind":"ENUM","name":"CampaignsInsightStatusKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of insights","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsInsightStatusKind","description":"Status of an insight","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONSUMED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DISMISSED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsInsightTypeFacet","description":"Insight count grouped by type","fields":[{"name":"type","description":"Classification type","args":[],"type":{"kind":"ENUM","name":"CampaignsInsightClassificationKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of insights","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsPhysicalAddress","description":"A physical mailing address","fields":[{"name":"street_address","description":"Street address","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"zip_code","description":"ZIP code","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"City name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"Country name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"State or province","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsScheduleKind","description":"When the campaign should be sent","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NOW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LATER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsSegment","description":"An audience segment","fields":[{"name":"id","description":"Unique segment identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the segment","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the segment","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the segment was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp when the segment was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"User who created the segment","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_source_id","description":"ID of the data source","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_source_entity_id","description":"Entity ID from the data source","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_source_entity_type","description":"Entity type from the data source","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsSettings","description":"Marketing channels settings for the current account","fields":[{"name":"company_information","description":"Company information settings","args":[],"type":{"kind":"OBJECT","name":"CampaignsCompanyInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unsubscribe_page","description":"Unsubscribe page configuration","args":[],"type":{"kind":"OBJECT","name":"CampaignsUnsubscribePage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unsubscribe_footer","description":"Unsubscribe footer configuration","args":[],"type":{"kind":"OBJECT","name":"CampaignsUnsubscribeFooter","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"contacts_board","description":"Marketing contacts board configuration","args":[],"type":{"kind":"OBJECT","name":"CampaignsContactsBoard","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsSortField","description":"Fields available for sorting campaigns","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsSortOrder","description":"Sort direction","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsStatusFacet","description":"Campaign count grouped by status","fields":[{"name":"status","description":"Campaign status value","args":[],"type":{"kind":"ENUM","name":"CampaignsStatusKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of campaigns with this status","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CampaignsStatusKind","description":"Status of a campaign","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"GENERATING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DRAFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"READY_TO_SEND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SCHEDULED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ONGOING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ON_HOLD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BLOCKED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUnsubscribeFooter","description":"Unsubscribe footer configuration","fields":[{"name":"allow_removal","description":"Whether removal is allowed","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUnsubscribePage","description":"Unsubscribe page configuration","fields":[{"name":"title","description":"Page title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"Page body content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUsage","description":"Account-level usage metrics across all resource domains","fields":[{"name":"email_sends","description":"Email sends usage metrics","args":[],"type":{"kind":"OBJECT","name":"CampaignsUsageForDomain","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"marketing_contacts","description":"Marketing contacts usage metrics","args":[],"type":{"kind":"OBJECT","name":"CampaignsUsageForDomain","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_touch_account","description":"Whether this is a touch account","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUsageForDomain","description":"Usage metrics for a single resource domain","fields":[{"name":"key","description":"Metering bucket and service identifier","args":[],"type":{"kind":"OBJECT","name":"CampaignsUsageKey","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"consumed","description":"Amount of resources consumed","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Resource usage limit","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"End date of the billing period","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blocked","description":"Whether usage is blocked due to limit exceeded","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"additional_quota","description":"Additional quota allocation","args":[],"type":{"kind":"OBJECT","name":"CampaignsAdditionalQuota","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUsageKey","description":"Identifies the metering bucket and service","fields":[{"name":"bucket_name","description":"Metering bucket name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"service","description":"Service name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CampaignsUserFacet","description":"Campaign count grouped by creator","fields":[{"name":"user_id","description":"ID of the user who created the campaigns","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of campaigns","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AccountTriggerStatistics","description":"Aggregated automation runs statistics in the account","fields":[{"name":"id","description":"Unique identifier for the statistics result","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Number of successful automation runs","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure","description":"Number of failed automation runs","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"Total number of automation runs","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AccountTriggerStatisticsFiltersInput","description":"Filters for account trigger statistics query","fields":null,"inputFields":[{"name":"board_id","description":"Filter by board Id","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"user_ids","description":"Filter by multiple user Ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AccountTriggersByEntityId","description":"Aggregated automation runs statistics grouped by entity Ids","fields":[{"name":"id","description":"Unique identifier for the statistics result","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"automation_statistics","description":"Statistics for automations grouped by automation Id. Returns an object where each key is an automation Id, and the value contains the total count and breakdown by error reason","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_statistics","description":"Statistics for workflows grouped by workflow entity Id. Returns an object where each key is a workflow entity Id, and the value contains the total count and breakdown by error reason","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AccountTriggersByEntityIdFiltersInput","description":"Filters for account triggers statistics by entity Id query","fields":null,"inputFields":[{"name":"board_id","description":"Filter by board Id","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"automation_ids","description":"Exclude statistics for the specified automation Ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null},{"name":"user_ids","description":"Filter by multiple user Ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BlockEvent","description":"Automation block execution event","fields":[{"name":"id","description":"Document identifier","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountId","description":"Account identifier","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":"User identifier who triggered the automation","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"boardId","description":"Board identifier","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"eventKind","description":"Kind of the block event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"eventState","description":"Current state of the block event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerUuid","description":"UUID of the parent trigger event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerStarted","description":"Timestamp (epoch) when parent trigger started","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerStartedAt","description":"Date when parent trigger started","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blockStartTimestamp","description":"Timestamp (epoch) when block started","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blockFinishTimestamp","description":"Timestamp (epoch) when block finished","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"atomicActionId","description":"Atomic action identifier","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Block title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"conditionSatisfied","description":"Whether block condition was satisfied","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflowNodeId","description":"Workflow node identifier","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entityKind","description":"Entity kind for the block","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"billingActionCountForBlock","description":"Number of billing actions counted in this block","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errorReason","description":"Error reason if block failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"iterator_id","description":"Iterator identifier if block is part of a loop","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"current_iteration","description":"Current iteration number within the loop","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"max_iterations","description":"Total number of iterations configured for the loop","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_test_run","description":"Whether the block was executed as part of a test run","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BlockEventsPage","description":"A page of block events","fields":[{"name":"blockEvents","description":"List of block events in the current page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BlockEvent","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DateRangeInput","description":"Date range filter (inclusive)","fields":null,"inputFields":[{"name":"startDate","description":"Start date (ISO 8601)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"endDate","description":"End date (ISO 8601)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ToolEvent","description":"MCP tool execution event","fields":[{"name":"id","description":"Document identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"Account identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"User identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"trigger_uuid","description":"UUID of the parent trigger event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"atomic_action_id","description":"Atomic action identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"recipe_id","description":"Recipe identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"integration_id","description":"Integration identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tool_name","description":"Name of the MCP tool","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mcp_server","description":"MCP server name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event_status","description":"Status of the tool execution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error_message","description":"Error message if tool execution failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tool_start_timestamp","description":"Timestamp (epoch) when tool execution started","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tool_finish_timestamp","description":"Timestamp (epoch) when tool execution finished","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"execution_duration_ms","description":"Execution duration in milliseconds","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ToolEventsPage","description":"A page of tool events","fields":[{"name":"tool_events","description":"List of tool events in the current page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ToolEvent","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TriggerEvent","description":"Represents a single automation trigger event","fields":[{"name":"accountId","description":"Account identifier","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerUuid","description":"Trigger UUID","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"eventKind","description":"Kind of the event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"eventState","description":"Current state of the event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerStarted","description":"Timestamp (epoch) when trigger started","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerStartedAt","description":"Date when trigger started","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Creation time of the record","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errorReason","description":"Error reason if the event failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"billingActionsCount","description":"Number of billing actions counted for this trigger","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"waitingForTriggerName","description":"Waiting trigger name, when applicable","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"triggerDuration","description":"Duration of the trigger in milliseconds","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entityKind","description":"Entity kind for the trigger (item / subitem / etc.)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reignitionSubscriptionId","description":"Reignition subscription ID if trigger was reignited","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hostType","description":"Host type on which the automation is executed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hostInstanceId","description":"Host instance ID","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creatorAppFeatureReferenceId","description":"Original creator feature reference ID","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_test_run","description":"Whether the trigger was fired as part of a test run","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TriggerEventState","description":"Automation run status","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"success","description":"","isDeprecated":false,"deprecationReason":null},{"name":"failure","description":"","isDeprecated":false,"deprecationReason":null},{"name":"exhausted","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TriggerEventsFiltersInput","description":"Filters for querying trigger events","fields":null,"inputFields":[{"name":"dateRange","description":"Date range filter","type":{"kind":"INPUT_OBJECT","name":"DateRangeInput","ofType":null},"defaultValue":null},{"name":"entityKind","description":"Filter by entity kind","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"automationIds","description":"Filter by automation IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null},{"name":"workflowEntityIds","description":"Filter by workflow entity IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null},{"name":"stateFilter","description":"Filter by event state","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"itemId","description":"Filter by item identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filterByEntity","description":"Whether to filter only monday automations","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"isAutomationsEntity","description":"True if entity is automation","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"appFilter","description":"Filter by app names","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"hostType","description":"Filter by host type","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hostInstanceId","description":"Filter by host instance identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"creatorAppFeatureReferenceId","description":"Filter by creator app feature reference ID","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"billingActionCountField","description":"Billing action count field to filter by","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"isWorkflowFilter","description":"Whether workflow filter is applied","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"boardId","description":"Filter by board identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"statusFilter","description":"Filter by status","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TriggerEventsPage","description":"A page of trigger events and pagination data","fields":[{"name":"triggerEvents","description":"List of trigger events in the current page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TriggerEvent","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectMigrationJobResult","description":"The result of the connect_migration_job mutation.","fields":[{"name":"success","description":"Whether the connection was successfully created or already exists.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"migrationJobConnectionId","description":"The unique identifier of the migration job connection.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateEntitySnapshotResult","description":"","fields":[{"name":"snapshotId","description":"The unique identifier of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time the snapshot was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entity","description":"The entity that was snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"migrationJobId","description":"The unique identifier of the migration job.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateMigrationJobResult","description":"","fields":[{"name":"id","description":"The unique identifier of the migration job.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteEntityIdMappingsResult","description":"The result of deleting entity ID mappings.","fields":[{"name":"success","description":"Whether the delete operation was successful.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"The number of mappings that were deleted.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"EntityIdMappingInput","description":"Input type for entity ID mapping.","fields":null,"inputFields":[{"name":"oldId","description":"The old ID of the entity.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"newId","description":"The new ID of the entity.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GetEntitiesForMigrationResult","description":"","fields":[{"name":"entityId","description":"The entities for migration.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GetRestoresQueryResults","description":"The result of querying entity restores.","fields":[{"name":"id","description":"The unique identifier of the restore.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time the restore was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entityId","description":"The entity id of the restore.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"migrationJobId","description":"The unique identifier of the migration job.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the restore.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RestoreStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"progress","description":"Progress counters for the restore operation.","args":[],"type":{"kind":"OBJECT","name":"MigrationProgress","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GetSnapshotsQueryResults","description":"","fields":[{"name":"id","description":"The unique identifier of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The date and time the snapshot was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entityId","description":"The entity id of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"migrationJobId","description":"The unique identifier of the migration job.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SnapshotStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"progress","description":"Progress counters for the snapshot operation.","args":[],"type":{"kind":"OBJECT","name":"MigrationProgress","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MigratedEntityIdMappingsResult","description":"","fields":[{"name":"entityType","description":"The entity type of migrated entities.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"oldId","description":"The old ID of the migrated entity.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"newId","description":"The new ID of the migrated entity.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MigrationProgress","description":"Progress counters for a snapshot or restore operation.","fields":[{"name":"ongoing","description":"Live progress counters. Present only while the operation is in progress.","args":[],"type":{"kind":"OBJECT","name":"OngoingProgress","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"result","description":"Final progress result. Present only after the operation completes.","args":[],"type":{"kind":"OBJECT","name":"ProgressResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"OngoingProgress","description":"Live progress counters for an in-progress migration operation.","fields":[{"name":"total","description":"The total number of entities to process.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"The number of entities currently being processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"The number of entities successfully processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"The number of entities that failed processing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"excluded","description":"Number of components excluded from migration.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"currently_processing","description":"List of nodes currently being processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProcessingNode","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ProcessingNode","description":"A node currently being processed in a migration operation.","fields":[{"name":"type","description":"The component type, e.g. BoardPosts, BoardPermissions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The unique identifier of the entity being processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"started_at","description":"ISO timestamp when processing began.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ProgressResult","description":"Final progress result for a completed migration operation.","fields":[{"name":"total","description":"The total number of entities processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"The number of entities successfully processed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"The number of entities that failed processing.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"excluded","description":"Number of components excluded from migration.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"raw_manifest","description":"The full manifest JSON with per-component summary baked in.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RestoreEntityResult","description":"The result of the restore entity mutation.","fields":[{"name":"accepted","description":"Confirms the restore request was accepted.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RestoreHistoryEntry","description":"A point-in-time record of a restore status change.","fields":[{"name":"restore_id","description":"The restore ID at the time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entity_id","description":"The entity id (package id) of the restore.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the restore at the time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RestoreStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"recorded_at","description":"The date and time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"RestoreStatus","description":"The possible statuses of a restore operation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"pending","description":"","isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"","isDeprecated":false,"deprecationReason":null},{"name":"success","description":"","isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rollback","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"RollbackRestoreMutationResult","description":"Result of a restore rollback operation.","fields":[{"name":"restore_id","description":"The unique identifier of the restore.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The new status of the restore (rollback).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RestoreStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RollbackSnapshotMutationResult","description":"Result of a snapshot rollback operation.","fields":[{"name":"snapshot_id","description":"The unique identifier of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The new status of the snapshot (rollback).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SnapshotStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshotHistoryEntry","description":"A point-in-time record of a snapshot status change.","fields":[{"name":"snapshot_id","description":"The snapshot ID at the time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entity_id","description":"The entity id (package id) of the snapshot.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the snapshot at the time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SnapshotStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"recorded_at","description":"The date and time this history entry was recorded.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SnapshotStatus","description":"The possible statuses of a snapshot operation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"pending","description":"","isDeprecated":false,"deprecationReason":null},{"name":"processing","description":"","isDeprecated":false,"deprecationReason":null},{"name":"success","description":"","isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"","isDeprecated":false,"deprecationReason":null},{"name":"rollback","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshottableBoard","description":"A board that can be snapshotted, with metadata and relations.","fields":[{"name":"id","description":"The board ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The board name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The board owner user ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The workspace ID this board belongs to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_doc","description":"Whether this board is a document.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_managed_template_instance","description":"Whether this board is a managed template instance.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_relations","description":"Related boards by relation type. Limited to 1 level of depth.","args":[{"name":"relation_type","description":"The relation type: \"BoardRelation\" or \"SubtasksBoard\".","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SnapshottableBoard","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshottableBoardConnection","description":"A paginated connection of snapshottable boards.","fields":[{"name":"items","description":"The list of boards in this page.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SnapshottableBoard","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"The cursor for the next page.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_next_page","description":"Whether there are more pages.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshottableOverview","description":"An overview that can be snapshotted, with connected boards.","fields":[{"name":"id","description":"The overview ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connected_boards","description":"Boards connected to this overview.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SnapshottableBoard","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshottableOverviewConnection","description":"A paginated connection of snapshottable overviews.","fields":[{"name":"items","description":"The list of overviews in this page.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SnapshottableOverview","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"The cursor for the next page.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_next_page","description":"Whether there are more pages.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnapshottableWorkspace","description":"A workspace that can be snapshotted, with paginated boards and overviews.","fields":[{"name":"id","description":"The workspace ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The workspace name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The workspace owner user ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"boards","description":"Paginated boards in this workspace.","args":[{"name":"cursor","description":"Cursor for pagination.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SnapshottableBoardConnection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"overviews","description":"Paginated overviews in this workspace.","args":[{"name":"cursor","description":"Cursor for pagination.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SnapshottableOverviewConnection","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpsertEntityIdMappingsResult","description":"The result of upserting entity ID mappings.","fields":[{"name":"success","description":"Whether the upsert operation was successful.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"The number of mappings that were upserted.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardKind","description":"The board kinds available.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"private","description":"","isDeprecated":false,"deprecationReason":null},{"name":"public","description":"","isDeprecated":false,"deprecationReason":null},{"name":"share","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardUsage","description":"Enum representing different usage types for board operations","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CONVERT_TO_PROJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONNECT_TO_PORTFOLIO","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnsMappingInput","description":"","fields":null,"inputFields":[{"name":"project_status","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"project_timeline","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"project_owner","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConvertBoardToProjectInput","description":"","fields":null,"inputFields":[{"name":"board_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_mappings","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnsMappingInput","ofType":null}},"defaultValue":null},{"name":"callback_url","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConvertBoardToProjectResult","description":"","fields":[{"name":"success","description":"","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"projectId","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"process_id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateProjectInput","description":"","fields":null,"inputFields":[{"name":"name","description":"The name of the project to create","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"board_kind","description":"The project's privacy setting (public / private)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardKind","ofType":null}},"defaultValue":null},{"name":"template_id","description":"Optional template id to create the project from. Currently only supported for solution templates","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"companions","description":"Optional list of companion features to enable (currently only \"resource_planner\")","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"workspace_id","description":"Optional workspace ID to associate with the project","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"folder_id","description":"Optional folder ID to associate with the project","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"callback_url","description":"Optional external callback URL where the project ID will be sent after async creation. The callback will receive a POST request with { is_success: boolean, process_id: string, project_id?: number }","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateProjectResult","description":"","fields":[{"name":"success","description":"Indicates if the project creation request was accepted","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Success message when project creation is initiated","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error message if project creation request failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"process_id","description":"Unique process ID for tracking this creation request. This will be included in the callback when creation completes.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"Action","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DESTROY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHOW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ConditionOperator","description":"Logical operator for combining rules or conditions. Must be OR — the question is shown if any rule or condition is satisfied.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CountryAnswerInput","description":"Answer for a country question.","fields":null,"inputFields":[{"name":"country_name","description":"The full country name (e.g. \"United States\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"country_code","description":"The ISO 3166-1 alpha-2 country code (e.g. \"US\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateFormTagInput","description":"","fields":null,"inputFields":[{"name":"name","description":"The name of the tag. Must be unique within the form and not reserved.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"value","description":"The value of the tag","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateQuestionInput","description":"","fields":null,"inputFields":[{"name":"type","description":"The question type determining input behavior and validation (e.g., \"text\", \"email\", \"single_select\", \"multi_select\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FormQuestionType","ofType":null}},"defaultValue":null},{"name":"description","description":"Optional explanatory text providing additional context, instructions, or examples for the question.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"visible","description":"Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true"},{"name":"required","description":"Boolean indicating if the question must be answered before form submission.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"settings","description":"Question-specific configuration object that varies by question type.","type":{"kind":"INPUT_OBJECT","name":"FormQuestionSettingsInput","ofType":null},"defaultValue":null},{"name":"show_if_rules","description":"Conditional logic rules that control when this question is shown based on respondent answers.","type":{"kind":"INPUT_OBJECT","name":"ShowIfRulesInput","ofType":null},"defaultValue":null},{"name":"title","description":"The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"options","description":"Array of option objects for choice-based questions (single_select, multi_select). Required for select types.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"QuestionOptionInput","ofType":null}}},"defaultValue":null},{"name":"existing_column_id","description":"The ID of an existing board column to map this question to, instead of creating a new column. Useful when the board already has a matching column.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"insert_after_question_id","description":"The ID of the question after which the new question should be inserted. If omitted, the question is appended at the end.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"page_block_id","description":"The ID of the page block to assign the question to. Required when creating questions in multi-page forms.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DateAnswerInput","description":"Answer for a date question.","fields":null,"inputFields":[{"name":"date","description":"The date in YYYY-MM-DD format.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"zone_diff","description":"UTC offset in minutes.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DateRangeAnswerInput","description":"Answer for a date range question.","fields":null,"inputFields":[{"name":"from","description":"Start date in YYYY-MM-DD format.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"to","description":"End date in YYYY-MM-DD format.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DehydratedFormResponse","description":"","fields":[{"name":"boardId","description":"The board ID connected to the form. Used to store form responses as items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The unique identifier token for the form. Required for all form-specific operations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DeleteFormTagInput","description":"","fields":null,"inputFields":[{"name":"deleteAssociatedColumn","description":"Options for deleting the tag","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FileAnswerInput","description":"A single uploaded file answer.","fields":null,"inputFields":[{"name":"id","description":"The file ID returned by the workforms upload endpoint.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"name","description":"Original file name (e.g. \"image.png\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"extension","description":"File extension (e.g. \"pdf\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"is_image","description":"Whether the file is an image.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormAccessibility","description":"Object containing accessibility options such as language, alt text, etc.","fields":[{"name":"language","description":"Language code for form localization and interface text (e.g., \"en\", \"es\", \"fr\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logoAltText","description":"Alternative text description for the logo image for accessibility.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormAccessibilityInput","description":"Accessibility configuration including language and reading direction.","fields":null,"inputFields":[{"name":"language","description":"Language code for form localization and interface text (e.g., \"en\", \"es\", \"fr\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"logoAltText","description":"Alternative text description for the logo image for accessibility.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormAfterSubmissionView","description":"","fields":[{"name":"title","description":"Text displayed as the title after successful form submission.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Text shown to users after they complete the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"redirectAfterSubmission","description":"Object containing redirect configuration after form submission.","args":[],"type":{"kind":"OBJECT","name":"FormRedirectAfterSubmission","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"allowResubmit","description":"Boolean allowing users to submit multiple responses to the same form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"showSuccessImage","description":"Boolean displaying a success image after form completion.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allowEditSubmission","description":"Boolean allowing users to modify their submitted responses after submission.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"allowViewSubmission","description":"Boolean allowing users to view their submitted responses.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormAfterSubmissionViewInput","description":"Object containing settings for the post-submission user experience.","fields":null,"inputFields":[{"name":"title","description":"Text displayed as the title after successful form submission.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Text shown to users after they complete the form.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"redirectAfterSubmission","description":"Object containing redirect configuration after form submission.","type":{"kind":"INPUT_OBJECT","name":"FormRedirectAfterSubmissionInput","ofType":null},"defaultValue":null},{"name":"allowResubmit","description":"Boolean allowing users to submit multiple responses to the same form.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"showSuccessImage","description":"Boolean displaying a success image after form completion.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"allowEditSubmission","description":"Boolean allowing users to modify their submitted responses after submission.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"allowViewSubmission","description":"Boolean allowing users to view their submitted responses.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormAiTranslate","description":"Object containing AI translation configuration for the form.","fields":[{"name":"enabled","description":"Boolean enabling AI translation for the form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormAiTranslateInput","description":"Object containing AI translation configuration for the form.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean enabling AI translation for the form.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormAlignment","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"FullLeft","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Left","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Center","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Right","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FullRight","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormAnswerInput","description":"An answer to a single form question. Set question_id and exactly one answer field matching the question type.","fields":null,"inputFields":[{"name":"question_id","description":"The ID of the question being answered.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Answer for name questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"email","description":"Answer for email questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"short_text","description":"Answer for short text questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"long_text","description":"Answer for long text questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"link","description":"Answer for link questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"updates","description":"Answer for updates questions.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"boolean","description":"Answer for boolean questions.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"number","description":"Answer for number questions.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"rating","description":"Answer for rating questions.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"single_select","description":"Answer for single-select questions — the selected option ID.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"multi_select","description":"Answer for multi-select questions — list of selected option IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"defaultValue":null},{"name":"phone","description":"Answer for phone questions.","type":{"kind":"INPUT_OBJECT","name":"PhoneAnswerInput","ofType":null},"defaultValue":null},{"name":"country","description":"Answer for country questions.","type":{"kind":"INPUT_OBJECT","name":"CountryAnswerInput","ofType":null},"defaultValue":null},{"name":"date","description":"Answer for date questions.","type":{"kind":"INPUT_OBJECT","name":"DateAnswerInput","ofType":null},"defaultValue":null},{"name":"date_range","description":"Answer for date range questions.","type":{"kind":"INPUT_OBJECT","name":"DateRangeAnswerInput","ofType":null},"defaultValue":null},{"name":"hour","description":"Answer for hour questions.","type":{"kind":"INPUT_OBJECT","name":"HourAnswerInput","ofType":null},"defaultValue":null},{"name":"location","description":"Answer for location questions.","type":{"kind":"INPUT_OBJECT","name":"LocationAnswerInput","ofType":null},"defaultValue":null},{"name":"file","description":"Answer for file questions — list of uploaded files.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"FileAnswerInput","ofType":null}}},"defaultValue":null},{"name":"signature","description":"Answer for signature questions — a single uploaded file.","type":{"kind":"INPUT_OBJECT","name":"FileAnswerInput","ofType":null},"defaultValue":null},{"name":"people","description":"Answer for people questions — list of user IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"connected_boards","description":"Answer for connected boards questions — list of connected item IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"subitems","description":"Answer for subitems questions — each subitem is its own set of answers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"SubitemAnswerInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormAppearance","description":"Object containing visual styling including colors, layout, fonts, and branding elements.","fields":[{"name":"hideBranding","description":"Boolean hiding monday branding from the form display.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"showProgressBar","description":"Boolean displaying a progress indicator showing form completion progress bar.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"primaryColor","description":"Hex color code for the primary theme color used throughout the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"layout","description":"Object containing form structure and presentation settings.","args":[],"type":{"kind":"OBJECT","name":"FormLayout","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"background","description":"Object containing background appearance configuration for the form.","args":[],"type":{"kind":"OBJECT","name":"FormBackground","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Object containing typography and text styling configuration.","args":[],"type":{"kind":"OBJECT","name":"FormText","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":"Object containing logo display configuration for form branding.","args":[],"type":{"kind":"OBJECT","name":"FormLogo","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"submitButton","description":"Object containing submit button styling and text configuration.","args":[],"type":{"kind":"OBJECT","name":"FormSubmitButton","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormAppearanceInput","description":"Visual styling configuration including colors, layout, and branding.","fields":null,"inputFields":[{"name":"hideBranding","description":"Boolean hiding monday branding from the form display.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"showProgressBar","description":"Boolean displaying a progress indicator showing form completion progress bar.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"primaryColor","description":"Hex color code for the primary theme color used throughout the form.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"layout","description":"Object containing form structure and presentation settings.","type":{"kind":"INPUT_OBJECT","name":"FormLayoutInput","ofType":null},"defaultValue":null},{"name":"background","description":"Object containing background appearance configuration for the form.","type":{"kind":"INPUT_OBJECT","name":"FormBackgroundInput","ofType":null},"defaultValue":null},{"name":"text","description":"Object containing typography and text styling configuration.","type":{"kind":"INPUT_OBJECT","name":"FormTextInput","ofType":null},"defaultValue":null},{"name":"logo","description":"Object containing logo display configuration for form branding.","type":{"kind":"INPUT_OBJECT","name":"FormLogoInput","ofType":null},"defaultValue":null},{"name":"submitButton","description":"Object containing submit button styling and text configuration.","type":{"kind":"INPUT_OBJECT","name":"FormSubmitButtonInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormBackground","description":"Object containing background appearance configuration for the form.","fields":[{"name":"type","description":"String specifying background style.","args":[],"type":{"kind":"ENUM","name":"FormBackgrounds","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"String containing the background value. The value will depend on the background type. If the background type is color, the value will be a hex color code. If the background type is image, the value will be an image URL.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormBackgroundInput","description":"Object containing background appearance configuration for the form.","fields":null,"inputFields":[{"name":"type","description":"String specifying background style.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FormBackgrounds","ofType":null}},"defaultValue":null},{"name":"value","description":"String containing the background value. The value will depend on the background type. If the background type is color, the value will be a hex color code. If the background type is image, the value will be an image URL.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormBackgrounds","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Image","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Color","description":"","isDeprecated":false,"deprecationReason":null},{"name":"None","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormCloseDate","description":"","fields":[{"name":"enabled","description":"Boolean enabling automatic form closure at a specified date and time.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"date","description":"ISO timestamp when the form will automatically stop accepting responses.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormCloseDateInput","description":"Object containing automatic form closure configuration.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean enabling automatic form closure at a specified date and time.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"date","description":"ISO timestamp when the form will automatically stop accepting responses.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormDirection","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"LtR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Rtl","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormDraftSubmission","description":"","fields":[{"name":"enabled","description":"Boolean allowing users to save incomplete responses as drafts.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormDraftSubmissionInput","description":"Object containing draft saving configuration allowing users to save progress.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean allowing users to save incomplete responses as drafts.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormFeatures","description":"Object containing form features including but not limited to password protection, response limits, login requirements, etc.","fields":[{"name":"isInternal","description":"Boolean indicating if the form is restricted to internal users only.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reCaptchaChallenge","description":"Boolean enabling reCAPTCHA verification to prevent spam submissions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"shortenedLink","description":"Object containing shortened URL configuration for easy form sharing.","args":[],"type":{"kind":"OBJECT","name":"FormShortenedLink","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"password","description":"Object containing password protection configuration for the form.","args":[],"type":{"kind":"OBJECT","name":"FormPassword","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draftSubmission","description":"Object containing draft saving configuration allowing users to save progress.","args":[],"type":{"kind":"OBJECT","name":"FormDraftSubmission","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"requireLogin","description":"Object containing login requirement settings for form access.","args":[],"type":{"kind":"OBJECT","name":"FormRequireLogin","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"responseLimit","description":"Object containing response limitation settings to control submission volume.","args":[],"type":{"kind":"OBJECT","name":"FormResponseLimit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"closeDate","description":"Object containing automatic form closure configuration.","args":[],"type":{"kind":"OBJECT","name":"FormCloseDate","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"preSubmissionView","description":"Object containing welcome screen configuration displayed before the form.","args":[],"type":{"kind":"OBJECT","name":"FormPreSubmissionView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"afterSubmissionView","description":"Object containing settings for the post-submission user experience.","args":[],"type":{"kind":"OBJECT","name":"FormAfterSubmissionView","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"monday","description":"Object containing board settings for response handling.","args":[],"type":{"kind":"OBJECT","name":"FormMonday","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ai_translate","description":"Object containing AI translation configuration for the form.","args":[],"type":{"kind":"OBJECT","name":"FormAiTranslate","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormFeaturesInput","description":"Form features configuration including security, limits, and access controls.","fields":null,"inputFields":[{"name":"reCaptchaChallenge","description":"Boolean enabling reCAPTCHA verification to prevent spam submissions.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"draftSubmission","description":"Object containing draft saving configuration allowing users to save progress.","type":{"kind":"INPUT_OBJECT","name":"FormDraftSubmissionInput","ofType":null},"defaultValue":null},{"name":"requireLogin","description":"Object containing login requirement settings for form access.","type":{"kind":"INPUT_OBJECT","name":"FormRequireLoginInput","ofType":null},"defaultValue":null},{"name":"responseLimit","description":"Object containing response limitation settings to control submission volume.","type":{"kind":"INPUT_OBJECT","name":"FormResponseLimitInput","ofType":null},"defaultValue":null},{"name":"closeDate","description":"Object containing automatic form closure configuration.","type":{"kind":"INPUT_OBJECT","name":"FormCloseDateInput","ofType":null},"defaultValue":null},{"name":"preSubmissionView","description":"Object containing welcome screen configuration displayed before the form.","type":{"kind":"INPUT_OBJECT","name":"FormPreSubmissionViewInput","ofType":null},"defaultValue":null},{"name":"afterSubmissionView","description":"Object containing settings for the post-submission user experience.","type":{"kind":"INPUT_OBJECT","name":"FormAfterSubmissionViewInput","ofType":null},"defaultValue":null},{"name":"monday","description":"Object containing board settings for response handling.","type":{"kind":"INPUT_OBJECT","name":"FormMondayInput","ofType":null},"defaultValue":null},{"name":"password","description":"Object containing password protection configuration for the form.","type":{"kind":"INPUT_OBJECT","name":"FormPasswordInput","ofType":null},"defaultValue":null},{"name":"ai_translate","description":"Object containing AI translation configuration for the form.","type":{"kind":"INPUT_OBJECT","name":"FormAiTranslateInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormFontSize","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Small","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Medium","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Large","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FormFormat","description":"String specifying the form display format. Can be a step by step form or a classic one page form.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OneByOne","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Classic","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormLayout","description":"Object containing form structure and presentation settings.","fields":[{"name":"format","description":"String specifying the form display format. Can be a step by step form or a classic one page form.","args":[],"type":{"kind":"ENUM","name":"FormFormat","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The layout style of the form (Card or Flat).","args":[],"type":{"kind":"ENUM","name":"FormLayoutStyle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"alignment","description":"String controlling text and content alignment.","args":[],"type":{"kind":"ENUM","name":"FormAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"String setting reading direction.","args":[],"type":{"kind":"ENUM","name":"FormDirection","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormLayoutInput","description":"Object containing form structure and presentation settings.","fields":null,"inputFields":[{"name":"format","description":"String specifying the form display format. Can be a step by step form or a classic one page form.","type":{"kind":"ENUM","name":"FormFormat","ofType":null},"defaultValue":null},{"name":"type","description":"The layout style of the form (Card or Flat).","type":{"kind":"ENUM","name":"FormLayoutStyle","ofType":null},"defaultValue":null},{"name":"alignment","description":"String controlling text and content alignment.","type":{"kind":"ENUM","name":"FormAlignment","ofType":null},"defaultValue":null},{"name":"direction","description":"String setting reading direction.","type":{"kind":"ENUM","name":"FormDirection","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormLayoutStyle","description":"The layout style of the form (Card or Flat).","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FLAT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormLogo","description":"Object containing logo display configuration for form branding.","fields":[{"name":"position","description":"String specifying logo placement (\"top\", \"bottom\", \"header\").","args":[],"type":{"kind":"ENUM","name":"FormLogoPosition","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL pointing to the logo image file for display on the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":"String specifying logo size (\"small\", \"medium\", \"large\") for the logo that appears on the header of the form.","args":[],"type":{"kind":"ENUM","name":"FormLogoSize","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormLogoInput","description":"Object containing logo display configuration for form branding.","fields":null,"inputFields":[{"name":"position","description":"String specifying logo placement (\"top\", \"bottom\", \"header\").","type":{"kind":"ENUM","name":"FormLogoPosition","ofType":null},"defaultValue":null},{"name":"size","description":"String specifying logo size (\"small\", \"medium\", \"large\") for the logo that appears on the header of the form.","type":{"kind":"ENUM","name":"FormLogoSize","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormLogoPosition","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Auto","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Left","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Center","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Right","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FormLogoSize","description":"Available logo sizes for form branding","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Small","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Medium","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Large","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ExtraLarge","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormMonday","description":"","fields":[{"name":"itemGroupId","description":"The board group ID where new items from form responses will be created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"includeNameQuestion","description":"Boolean adding a name question to the form. This is a special question type that represents the name column from the associated monday board","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"includeUpdateQuestion","description":"Boolean adding an update/comment field to the form. This is a special question type that represents the updates from the associated item of the submission on the monday board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"syncQuestionAndColumnsTitles","description":"Boolean synchronizing form question titles with board column names. When true, the form question titles will be synchronized with the board column names.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormMondayInput","description":"Object containing board settings for response handling.","fields":null,"inputFields":[{"name":"itemGroupId","description":"The board group ID where new items from form responses will be created.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"includeNameQuestion","description":"Boolean adding a name question to the form. This is a special question type that represents the name column from the associated monday board","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"includeUpdateQuestion","description":"Boolean adding an update/comment field to the form. This is a special question type that represents the updates from the associated item of the submission on the monday board.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"syncQuestionAndColumnsTitles","description":"Boolean synchronizing form question titles with board column names. When true, the form question titles will be synchronized with the board column names.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"allow_create_item","description":"Boolean showing a \"Create Item\" button on the board that opens this form. When enabled, board members can create new board items by filling out this form directly from the board.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormPassword","description":"","fields":[{"name":"enabled","description":"Boolean disabling password protection. Can only be updated to false, to enable password protection, use the set_form_password mutation instead.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormPasswordInput","description":"Password configuration for the form. Only setting enabled to false is supported. To enable a form to be password protected, please use the set_form_password mutation instead.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean disabling password protection. Can only be updated to false, to enable password protection, use the set_form_password mutation instead.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormPreSubmissionView","description":"","fields":[{"name":"enabled","description":"Boolean showing a welcome/introduction screen before the form begins.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Text displayed as the title on the welcome screen.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Text providing context or instructions on the welcome screen.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"startButton","description":"Object containing start button configuration for the welcome screen.","args":[],"type":{"kind":"OBJECT","name":"FormStartButton","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormPreSubmissionViewInput","description":"Object containing welcome screen configuration displayed before the form.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean showing a welcome/introduction screen before the form begins.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"title","description":"Text displayed as the title on the welcome screen.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Text providing context or instructions on the welcome screen.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"startButton","description":"Object containing start button configuration for the welcome screen.","type":{"kind":"INPUT_OBJECT","name":"FormStartButtonInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormQuestion","description":"","fields":[{"name":"id","description":"The unique identifier for the question. Used to target specific questions within a form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The question type determining input behavior and validation (e.g., \"text\", \"email\", \"single_select\", \"multi_select\").","args":[],"type":{"kind":"ENUM","name":"FormQuestionType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Optional explanatory text providing additional context, instructions, or examples for the question.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"required","description":"Boolean indicating if the question must be answered before form submission.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"","args":[],"type":{"kind":"OBJECT","name":"FormQuestionSettings","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"options","description":"","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FormQuestionOption","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"showIfRules","description":"Conditional logic rules that control when this question is displayed based on other question answers.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"page_block_id","description":"The ID of the page block this question belongs to. Used in multi-page forms to assign questions to specific pages.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormQuestionOption","description":"","fields":[{"name":"label","description":"The display text for individual option choices in select-type questions.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The internal unique identifier for a select option. Used as the option ID in CRUD operations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"Integer specifying the display order of this option within the question (zero-based).","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visible","description":"Boolean controlling whether this option is visible to respondents.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":"Boolean indicating whether this option is active and available for selection.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormQuestionPrefillAccountLookups","description":"Account data lookups for prefilling question values","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FirstName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LastName","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Location","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Timezone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ManagerName","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FormQuestionPrefillSources","description":"Sources for prefilling question values","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Account","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QueryParam","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FormQuestionSelectDisplay","description":"Display options for select-type questions","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Horizontal","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Vertical","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Dropdown","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FormQuestionSelectOrderByOptions","description":"Ordering options for select question options","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Alphabetical","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Random","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Custom","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormQuestionSettings","description":"Question-specific configuration object that varies by question type.","fields":[{"name":"prefill","description":"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.","args":[],"type":{"kind":"OBJECT","name":"PrefillSettings","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prefixAutofilled","description":"Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prefixPredefined","description":"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.","args":[],"type":{"kind":"OBJECT","name":"PhonePrefixPredefined","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checkedByDefault","description":"Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultCurrentDate","description":"Date based questions only: Automatically set the current date as the default value when the form loads.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"includeTime","description":"Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display","description":"Single/Multi Select questions only: Controls how the selection options are visually presented to users.","args":[],"type":{"kind":"ENUM","name":"FormQuestionSelectDisplay","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"optionsOrder","description":"Single/Multi Select questions only: Determines the ordering of selection options.","args":[],"type":{"kind":"ENUM","name":"FormQuestionSelectOrderByOptions","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locationAutofilled","description":"Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Rating questions only: Maximum rating value that users can select.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"skipValidation","description":"Link/URL questions only: Whether to skip URL format validation, allowing any text input.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label_limit_count","description":"Multi Select questions only: Limits the number of options a user can select.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label_limit_count_enabled","description":"Multi Select questions only: Boolean enabling the option selection limit. Independent from labelLimitCount — both must be set to enforce a limit.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"default_answer","description":"ShortText, LongText, Name, and Link questions only: Pre-filled default value shown to respondents when the form loads.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormQuestionSettingsInput","description":"Question-specific configuration object that varies by question type.","fields":null,"inputFields":[{"name":"prefill","description":"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.","type":{"kind":"INPUT_OBJECT","name":"PrefillSettingsInput","ofType":null},"defaultValue":null},{"name":"prefixAutofilled","description":"Phone questions only: Automatically detect and fill the phone country prefix based on the user's geographic location or browser settings.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"prefixPredefined","description":"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.","type":{"kind":"INPUT_OBJECT","name":"PhonePrefixPredefinedInput","ofType":null},"defaultValue":null},{"name":"checkedByDefault","description":"Boolean/checkbox questions only: Whether the checkbox should be checked by default when the form loads.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"defaultCurrentDate","description":"Date based questions only: Automatically set the current date as the default value when the form loads.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"includeTime","description":"Date questions only: Whether to include time selection (hours and minutes) in addition to the date picker. When false, only date selection is available.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"display","description":"Single/Multi Select questions only: Controls how the selection options are visually presented to users.","type":{"kind":"ENUM","name":"FormQuestionSelectDisplay","ofType":null},"defaultValue":null},{"name":"optionsOrder","description":"Single/Multi Select questions only: Determines the ordering of selection options.","type":{"kind":"ENUM","name":"FormQuestionSelectOrderByOptions","ofType":null},"defaultValue":null},{"name":"labelLimitCount","description":"Multi Select questions only: Limits the number of options a user can select.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"locationAutofilled","description":"Location questions only: Automatically detect and fill the user's current location using browser geolocation services, requiring user permission.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"skipValidation","description":"Link/URL questions only: Whether to skip URL format validation, allowing any text input.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"label_limit_count_enabled","description":"Multi Select questions only: Boolean enabling the option selection limit. Independent from labelLimitCount — both must be set to enforce a limit.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"default_answer","description":"ShortText, LongText, Name, and Link questions only: Pre-filled default value shown to respondents when the form loads.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FormQuestionType","description":"The type of the question (ex. text, number, MultiSelect etc.)","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Boolean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ConnectedBoards","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Country","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DateRange","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"File","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOUR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Link","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Location","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LongText","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MultiSelect","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"People","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Phone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Rating","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ShortText","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Signature","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SingleSelect","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Subitems","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Updates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DISPLAY_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PAGE_BLOCK","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormRedirectAfterSubmission","description":"","fields":[{"name":"enabled","description":"Boolean enabling automatic redirect after form completion to a specified URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"redirectUrl","description":"The URL where users will be redirected after successfully submitting the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormRedirectAfterSubmissionInput","description":"Object containing redirect configuration after form submission.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean enabling automatic redirect after form completion to a specified URL.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"redirectUrl","description":"The URL where users will be redirected after successfully submitting the form.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormRequireLogin","description":"","fields":[{"name":"enabled","description":"Boolean requiring users to be logged in before submitting responses.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"redirectToLogin","description":"Boolean automatically redirecting unauthenticated users to the login page.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormRequireLoginInput","description":"Object containing login requirement settings for form access.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean requiring users to be logged in before submitting responses.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"redirectToLogin","description":"Boolean automatically redirecting unauthenticated users to the login page.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormResponseLimit","description":"","fields":[{"name":"enabled","description":"Boolean enabling response count limits for the form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Integer specifying the maximum number of responses allowed.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormResponseLimitInput","description":"Object containing response limitation settings to control submission volume.","fields":null,"inputFields":[{"name":"enabled","description":"Boolean enabling response count limits for the form.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"limit","description":"Integer specifying the maximum number of responses allowed.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormShortenedLink","description":"","fields":[{"name":"enabled","description":"Boolean enabling generation of shortened URLs for the form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The generated shortened URL for form access. Only available when shortened links are enabled.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormStartButton","description":"","fields":[{"name":"text","description":"Custom text for the button that begins the form experience.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormStartButtonInput","description":"Object containing start button configuration for the welcome screen.","fields":null,"inputFields":[{"name":"text","description":"Custom text for the button that begins the form experience.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormSubmissionResult","description":"The result of a successful form submission.","fields":[{"name":"id","description":"The unique identifier of the created submission.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormSubmitButton","description":"Object containing submit button styling and text configuration.","fields":[{"name":"text","description":"Custom text displayed on the form submission button.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormSubmitButtonInput","description":"Object containing submit button styling and text configuration.","fields":null,"inputFields":[{"name":"text","description":"Custom text displayed on the form submission button.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormTag","description":"","fields":[{"name":"id","description":"The unique identifier for the tag","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the tag","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The value of the tag","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"columnId","description":"The ID of the column this tag is associated with","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FormText","description":"Object containing typography and text styling configuration.","fields":[{"name":"font","description":"String specifying the font family used throughout the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"Hex color code for the text color in the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size","description":"String or number specifying the base font size for form text.","args":[],"type":{"kind":"ENUM","name":"FormFontSize","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FormTextInput","description":"Object containing typography and text styling configuration.","fields":null,"inputFields":[{"name":"font","description":"String specifying the font family used throughout the form.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"color","description":"Hex color code for the text color in the form.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"size","description":"String or number specifying the base font size for form text.","type":{"kind":"ENUM","name":"FormFontSize","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"HourAnswerInput","description":"Answer for an hour question.","fields":null,"inputFields":[{"name":"hour","description":"Hour of day (0-23).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"minute","description":"Minute of hour (0-59).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LocationAnswerInput","description":"Answer for a location question.","fields":null,"inputFields":[{"name":"lat","description":"Latitude.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"lng","description":"Longitude.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"defaultValue":null},{"name":"place_id","description":"Google Maps place ID.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"address","description":"Full formatted address.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"country","description":"Country name components.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LocationCountryInput","ofType":null}},"defaultValue":null},{"name":"city","description":"City name components.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LocationCityInput","ofType":null}},"defaultValue":null},{"name":"street","description":"Street name components.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LocationStreetInput","ofType":null}},"defaultValue":null},{"name":"street_number","description":"Street number components.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LocationStreetNumberInput","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LocationCityInput","description":"City name components for a location answer.","fields":null,"inputFields":[{"name":"long_name","description":"Full city name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"short_name","description":"Abbreviated city name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LocationCountryInput","description":"Country name components for a location answer.","fields":null,"inputFields":[{"name":"long_name","description":"Full country name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"short_name","description":"ISO 3166-1 alpha-2 country code.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LocationStreetInput","description":"Street name components for a location answer.","fields":null,"inputFields":[{"name":"long_name","description":"Full street name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"short_name","description":"Abbreviated street name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LocationStreetNumberInput","description":"Street number components for a location answer.","fields":null,"inputFields":[{"name":"long_name","description":"Full street number.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"short_name","description":"Abbreviated street number.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MessageKind","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATE_SUBMISSION_MAPPING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PhoneAnswerInput","description":"Answer for a phone question.","fields":null,"inputFields":[{"name":"phone","description":"The phone number.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"country_short_name","description":"The ISO 3166-1 alpha-2 country code (e.g. \"US\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PhonePrefixPredefined","description":"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.","fields":[{"name":"enabled","description":"Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"prefix","description":"The predefined phone country prefix to use as country code in capital letters (e.g., \"US\", \"UK\", \"IL\"). Only used when enabled is true.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PhonePrefixPredefinedInput","description":"Phone questions only: Configuration for setting a specific predefined phone country prefix that will be pre-selected for users.","fields":null,"inputFields":[{"name":"enabled","description":"Whether a predefined phone prefix is enabled for phone number questions. When true, the specified prefix will be pre-selected.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"prefix","description":"The predefined phone country prefix to use as country code in capital letters (e.g., \"US\", \"UK\", \"IL\"). Only used when enabled is true.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PrefillSettings","description":"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.","fields":[{"name":"enabled","description":"Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":"The data source to use for prefilling the question value. Check the PrefillSources for available options.","args":[],"type":{"kind":"ENUM","name":"FormQuestionPrefillSources","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lookup","description":"The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \"name\" or \"email\". For query parameters, this would be the parameter name that would be set in the URL.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PrefillSettingsInput","description":"Configuration for automatically populating question values from various data sources such as user account information or URL query parameters.","fields":null,"inputFields":[{"name":"enabled","description":"Whether prefill functionality is enabled for this question. When true, the question will attempt to auto-populate values from the specified source.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"source","description":"The data source to use for prefilling the question value. Check the PrefillSources for available options.","type":{"kind":"ENUM","name":"FormQuestionPrefillSources","ofType":null},"defaultValue":null},{"name":"lookup","description":"The specific field or parameter name to lookup from the prefill source. For account sources, this would be a user property like \"name\" or \"email\". For query parameters, this would be the parameter name that would be set in the URL.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"QuestionOptionInput","description":"","fields":null,"inputFields":[{"name":"label","description":"The display text for the option shown to respondents. Must be at least 1 character long.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"value","description":"The internal unique identifier for the option. Used as the option ID in update and delete operations.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"visible","description":"Whether this option is visible to respondents. Defaults to true.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"QuestionOrderInput","description":"","fields":null,"inputFields":[{"name":"id","description":"The unique identifier for the question. Used to target specific questions within a form.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"page_block_id","description":"The ID of the page block to assign the question to. Required when creating questions in multi-page forms.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"RepositorySource","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"MONDAY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ResourceType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"POST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ASSET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"POST_REF","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ResponseForm","description":"","fields":[{"name":"id","description":"The unique identifier for the form. Auto-generated upon creation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The unique identifier token for the form. Required for all form-specific operations.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":"Boolean indicating if the form is currently accepting responses and visible to users.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The display title shown to users at the top of the form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ownerId","description":"The ID of the user who created and owns this form. Determines permissions.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"builtWithAI","description":"Boolean indicating if this form was built using monday’s AI form builder agent.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Optional detailed description explaining the form purpose, displayed below the title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"questions","description":"Array of question objects that make up the form content, in display order.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FormQuestion","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"isAnonymous","description":"Boolean indicating if responses are collected without identifying the submitter.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The category or classification of the form for organizational purposes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"features","description":"Object containing feature toggles and settings like password protection, response limits, etc.","args":[],"type":{"kind":"OBJECT","name":"FormFeatures","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appearance","description":"Object containing visual styling settings including colors, fonts, layout, and branding.","args":[],"type":{"kind":"OBJECT","name":"FormAppearance","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accessibility","description":"Object containing accessibility settings such as language, alt text, and reading direction.","args":[],"type":{"kind":"OBJECT","name":"FormAccessibility","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"Array of tracking tags for categorization and analytics (e.g., UTM parameters for marketing tracking).","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FormTag","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"SetFormPasswordInput","description":"Input type for setting a form password","fields":null,"inputFields":[{"name":"password","description":"The password to set for the form. Must be at least 1 character long.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ShowIfConditionInput","description":"A condition that evaluates a specific question answer against expected values.","fields":null,"inputFields":[{"name":"building_block_id","description":"The ID of the question (building block) whose answer is evaluated by this condition.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"operator","description":"Logical operator for combining rules or conditions. Must be OR — the question is shown if any rule or condition is satisfied.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConditionOperator","ofType":null}},"defaultValue":null},{"name":"values","description":"The expected answer values. The condition is met if the question answer matches any of these values (acts as \"is one of\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ShowIfRuleInput","description":"A rule grouping one or more conditions. All conditions within a rule must be met for the rule to be satisfied.","fields":null,"inputFields":[{"name":"operator","description":"Logical operator for combining rules or conditions. Must be OR — the question is shown if any rule or condition is satisfied.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConditionOperator","ofType":null}},"defaultValue":null},{"name":"conditions","description":"A condition that evaluates a specific question answer against expected values.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShowIfConditionInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ShowIfRulesInput","description":"Conditional visibility rules for this question. The question is shown when any rule is satisfied (OR between rules). Each rule contains conditions that must all be met (AND within a rule). Structure: { operator, rules: [{ operator, conditions: [{ building_block_id, operator, values }] }] }.","fields":null,"inputFields":[{"name":"operator","description":"Logical operator for combining rules or conditions. Must be OR — the question is shown if any rule or condition is satisfied.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ConditionOperator","ofType":null}},"defaultValue":null},{"name":"rules","description":"A rule grouping one or more conditions. All conditions within a rule must be met for the rule to be satisfied.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ShowIfRuleInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"SubitemAnswerInput","description":"A single subitem answer, containing answers for each of the subitem's questions.","fields":null,"inputFields":[{"name":"answers","description":"The answers for this subitem's questions.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"FormAnswerInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TagInput","description":"A form tag — metadata submitted alongside answers and mapped to a board column.","fields":null,"inputFields":[{"name":"column_id","description":"The column ID this tag maps to.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"value","description":"The tag value to submit.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateFormInput","description":"","fields":null,"inputFields":[{"name":"title","description":"The title text for the form. Must be at least 1 character long.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Optional description text providing context about the form purpose.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"questions","description":"Ordered array of dehydrated questions, object only including each question ID, for reordering. Must include all existing question IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"QuestionOrderInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateFormSettingsInput","description":"","fields":null,"inputFields":[{"name":"features","description":"Object containing form features including but not limited to password protection, response limits, login requirements, etc.","type":{"kind":"INPUT_OBJECT","name":"FormFeaturesInput","ofType":null},"defaultValue":null},{"name":"appearance","description":"Object containing visual styling including colors, layout, fonts, and branding elements.","type":{"kind":"INPUT_OBJECT","name":"FormAppearanceInput","ofType":null},"defaultValue":null},{"name":"accessibility","description":"Object containing accessibility options such as language, alt text, etc.","type":{"kind":"INPUT_OBJECT","name":"FormAccessibilityInput","ofType":null},"defaultValue":null},{"name":"is_anonymous","description":"Boolean enabling anonymous response collection. When true, respondent identity is not captured or stored with form submissions.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateFormTagInput","description":"","fields":null,"inputFields":[{"name":"value","description":"The value of the tag","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateQuestionInput","description":"","fields":null,"inputFields":[{"name":"type","description":"The question type determining input behavior and validation (e.g., \"text\", \"email\", \"single_select\", \"multi_select\").","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FormQuestionType","ofType":null}},"defaultValue":null},{"name":"description","description":"Optional explanatory text providing additional context, instructions, or examples for the question.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"visible","description":"Boolean controlling question visibility to respondents. Hidden questions remain in form structure but are not displayed.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"required","description":"Boolean indicating if the question must be answered before form submission.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"settings","description":"Question-specific configuration object that varies by question type.","type":{"kind":"INPUT_OBJECT","name":"FormQuestionSettingsInput","ofType":null},"defaultValue":null},{"name":"show_if_rules","description":"Conditional logic rules that control when this question is shown based on respondent answers.","type":{"kind":"INPUT_OBJECT","name":"ShowIfRulesInput","ofType":null},"defaultValue":null},{"name":"title","description":"The question text displayed to respondents. Must be at least 1 character long and clearly indicate the expected response.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"options","description":"Array of option objects for choice-based questions (single_select, multi_select). Required for select types.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"QuestionOptionInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ValidationErrorType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"REQUIRED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_VALUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QUESTION_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ActionItem","description":"An action item from a meeting.","fields":[{"name":"id","description":"The unique identifier of the action item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The text content of the action item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_completed","description":"Whether the action item has been completed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The owner assigned to the action item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"due_date","description":"The due date of the action item.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Meeting","description":"A recorded meeting with its metadata, transcript, and insights.","fields":[{"name":"id","description":"The unique identifier of the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"start_time","description":"The start time of the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end_time","description":"The end time of the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"recording_duration","description":"The duration of the recording in seconds.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"access_type","description":"The type of access the current user has to this meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MeetingAccess","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"meeting_link","description":"The URL to view the meeting in the notetaker.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"participants","description":"The list of participants in the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Participant","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"gist","description":"A concise AI-generated gist of the meeting.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"The AI-generated summary of the meeting.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"topics","description":"The topics discussed during the meeting.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Topic","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"action_items","description":"The action items from the meeting.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ActionItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"transcript","description":"The transcript entries for the meeting.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TranscriptEntry","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MeetingAccess","description":"The type of access the current user has to a meeting.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OWN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"MeetingAccessFilter","description":"Filter for the access level of meetings in the query.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OWN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MeetingsFilterInput","description":"Filters for the meetings query.","fields":null,"inputFields":[{"name":"ids","description":"Filter meetings by specific IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"search","description":"Search meetings by title, participant name, or email.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"access","description":"Filter meetings by access level. Defaults to OWN, returning only meetings the user owns.","type":{"kind":"ENUM","name":"MeetingAccessFilter","ofType":null},"defaultValue":"OWN"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MeetingsResponse","description":"A paginated response containing meetings.","fields":[{"name":"meetings","description":"The list of meetings in the current page.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Meeting","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"page_info","description":"Pagination metadata for fetching additional pages.","args":[],"type":{"kind":"OBJECT","name":"PageInfo","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NotetakerQueries","description":"Namespace for all notetaker-related queries.","fields":[{"name":"meetings","description":"Retrieve a paginated list of meetings with completed recordings that the current user has view permissions for.","args":[{"name":"limit","description":"Maximum number of meetings to return per page (1-100).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"cursor","description":"Cursor for pagination. Use cursor from the previous page_info.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"filters","description":"Filters to apply to the meetings list.","type":{"kind":"INPUT_OBJECT","name":"MeetingsFilterInput","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"MeetingsResponse","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PageInfo","description":"Pagination metadata for cursor-based pagination.","fields":[{"name":"has_next_page","description":"Whether there are more results available after this page.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor to use as the \"after\" argument to fetch the next page.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Participant","description":"A meeting participant.","fields":[{"name":"email","description":"The email address of the participant.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TalkingPoint","description":"A talking point within a meeting topic.","fields":[{"name":"content","description":"The text content of the talking point.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"timestamp","description":"The timestamp of the talking point in seconds.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Topic","description":"A topic discussed during a meeting.","fields":[{"name":"title","description":"The title of the topic.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"talking_points","description":"The talking points discussed under this topic.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TalkingPoint","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TranscriptEntry","description":"A single entry in a meeting transcript.","fields":[{"name":"text","description":"The transcribed text content.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"start_time","description":"The start time of the transcript entry in seconds.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end_time","description":"The end time of the transcript entry in seconds.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Float","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"speaker","description":"The name of the speaker.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"language","description":"The language of the transcript entry.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivateWorkflowResult","description":"Result of activating a workflow","fields":[{"name":"is_success","description":"Whether the workflow was successfully activated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Block","description":"A block in the framework","fields":[{"name":"id","description":"Unique identifier for the block","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uniqueKey","description":"Unique key of the block","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the block","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the block","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Type of the block","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deprecated","description":"Whether the block is deprecated","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"inputFieldsConfig","description":"Configuration for input fields. To fetch the available options of a specific input field, first query the block requesting the `fieldTypeData` for that field and then call the `remote_options` query using the resulting `fieldTypeReferenceId`.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"InputFieldConfig","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"outputFieldsConfig","description":"Configuration for output fields","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INTERFACE","name":"OutputFieldConfig","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"context_data","description":"Context-specific data for the block, organized by context name","args":[],"type":{"kind":"OBJECT","name":"BlockContextData","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BlockContextData","description":"Context-specific data for a block, organized by context name","fields":[{"name":"workflow_builder","description":"Context data for the workflow builder","args":[],"type":{"kind":"OBJECT","name":"WorkflowBuilderContextData","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lite_builder","description":"Context data for the lite builder","args":[],"type":{"kind":"OBJECT","name":"LiteBuilderContextData","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"monday_agents","description":"Context data for Monday agents","args":[],"type":{"kind":"OBJECT","name":"MondayAgentsContextData","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BlocksResult","description":"Result of a blocks query","fields":[{"name":"blocks","description":"List of blocks","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Block","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ChangeWorkflowOwnerResult","description":"Result of changing workflow owner","fields":[{"name":"is_success","description":"Whether the workflow owner was successfully changed","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Connection","description":"Represents an integration connection between a monday.com account and an external service.","fields":[{"name":"id","description":"Unique identifier of the connection.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountId","description":"Identifier of the monday.com account that owns the connection.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":"Identifier of the user who created the connection.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"provider","description":"External service provider of the connection (e.g., gmail, slack).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Human-readable display name for the connection.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"method","description":"Authentication method used by the connection (e.g., oauth, token_based).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"providerAccountIdentifier","description":"Identifier of the linked account at the provider side.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Current state of the connection (e.g., active, inactive).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"ISO timestamp when the connection was created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"ISO timestamp when the connection was last updated.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateWorkflowFromTemplateInput","description":"Input for creating a workflow from a template","fields":null,"inputFields":[{"name":"title","description":"Title of the workflow","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Detailed description of the workflow","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"template_reference_id","description":"The reference ID of the workflow template to create the workflow from","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"workflow_variables_values","description":"A map of workflow variable keys to their configuration values. Each value can contain: value, title, icon, and dependencies","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"workflow_variables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas' These variables will be appended to the template workflow variables.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}}},"defaultValue":null},{"name":"creator_app_id","description":"ID of the creator app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"creator_app_feature_reference_id","description":"Reference ID of the creator app feature","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"workflow_host_data","description":"Hierarchy level the workflow is hosted in If omitted, defaults to account-level with the current account ID.","type":{"kind":"INPUT_OBJECT","name":"WorkflowHostDataInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateWorkflowResult","description":"","fields":[{"name":"id","description":"Workflow numeric ID (supports both integer and bigint)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CrudAccessLevel","description":"The access level for CRUD operations on a workflow","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DeactivateWorkflowResult","description":"Result of deactivating a workflow","fields":[{"name":"is_success","description":"Whether the workflow was successfully deactivated","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeleteWorkflowResult","description":"","fields":[{"name":"is_success","description":"Whether the workflow was successfully deleted","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyConfig","description":"Defines mandatory and optional dependencies that must be populated to allow resolving the field dynamic values","fields":[{"name":"orderedMandatoryFields","description":"Required dependencies evaluated in order","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DependencyField","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"optionalFields","description":"Non-required dependencies that refine the dynamic values request but do not block enablement","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DependencyField","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyField","description":"Maps a source field-type to the key name expected in the dynamic-values payload for this dependency","fields":[{"name":"sourceFieldTypeReferenceId","description":"Reference ID of the field-type that supplies the dependency value","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sourceFieldTypeUniqueKey","description":"Unique key of the source field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"targetFieldKey","description":"JSON key that the backend expects for this dependency value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DetachWorkflowsFromTemplateResult","description":"Result of detaching managed workflows from a template for a given host instance","fields":[{"name":"workflows_detached_count","description":"Number of workflows successfully detached from template","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workflows_failed_count","description":"Number of workflows that failed to detach","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FieldInformation","description":"Information about a field","fields":[{"name":"text","description":"The text content of the field information","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"link","description":"A link to more information","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INTERFACE","name":"FieldType","description":"A field type in the framework","fields":[{"name":"id","description":"Unique identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Current state of the field type","args":[],"type":{"kind":"ENUM","name":"FieldTypeState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"Unique key identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultFieldKey","description":"Default key for fields of this type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependencyConfig","description":"Dependency configuration specifying mandatory and optional field dependencies required to enable this field and compute its dynamic values. When fetching the permitted values for custom input fields via the remote_options query, you must provide these dependencies in the query input.","args":[],"type":{"kind":"OBJECT","name":"DependencyConfig","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"implement","description":"List of field type implementations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FieldTypeImplementation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_remote_options","description":"Indicates whether this field type fetches its options from a remote source","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"BaseFieldType","ofType":null},{"kind":"OBJECT","name":"PrimitiveFieldType","ofType":null},{"kind":"OBJECT","name":"SubfieldsFieldType","ofType":null}]},{"kind":"OBJECT","name":"FieldTypeImplementation","description":"An interface (app feature) that a field type implements","fields":[{"name":"app_feature_reference_id","description":"Reference id of the app feature interface this field type implements","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FieldTypeRelationType","description":"The type of relation between a field and its type","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIMITIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOM","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FieldTypeState","description":"The state of a field type","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DELETED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GetBlocksInput","description":"Input parameters for getting blocks","fields":null,"inputFields":[{"name":"app_feature_unique_keys","description":"Optional array of app feature unique keys to filter blocks","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"contexts","description":"Optional array of contexts to filter blocks","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"HostType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"APP_FEATURE_OBJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_LEVEL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INTERFACE","name":"InputFieldConfig","description":"Interface for input field configuration","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CustomInputFieldConfig","ofType":null},{"kind":"OBJECT","name":"InterfaceInputFieldConfig","ofType":null},{"kind":"OBJECT","name":"PrimitiveInputFieldConfig","ofType":null}]},{"kind":"OBJECT","name":"InputFieldConstraints","description":"Input field constraints","fields":[{"name":"remoteOptionsDependencies","description":"Dependencies for remote options that affect this field","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependencies","description":"Dependencies that affect this field's behavior or validation","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subFieldsDependencies","description":"Dependencies between this field and its subfields","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"credentials","description":"Credential dependencies required for this field","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LiteBuilderContextData","description":"Context data for the lite builder, including sentence configuration and field source mappings","fields":[{"name":"sentence","description":"Sentence template parts (array of strings and sentence part objects)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source_config","description":"Mapping of inbound field keys to their source configuration","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"menu_category","description":"Category for the block in the lite builder menu","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sentence_part_configurations","description":"Configuration for sentence part views (container type, content, header)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"inbound_field_overrides","description":"Overrides for inbound field display properties (title, placeholder, header)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LiveWorkflowsPage","description":"A page of live workflows with pagination metadata","fields":[{"name":"data","description":"List of live workflows in this page","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Workflow","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"page_info","description":"Cursor-based pagination metadata for fetching subsequent pages","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"LiveWorkflowsPageInfo","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LiveWorkflowsPageInfo","description":"Cursor-based pagination metadata for live workflows","fields":[{"name":"has_next_page","description":"Whether there are more results beyond the current page","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end_cursor","description":"Cursor of the last item in the current page; pass as `lastId` to fetch the next page","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MondayAgentsContextData","description":"Context data for Monday agents","fields":[{"name":"block_name","description":"Display name of the block in the agents context","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hidden_field_keys","description":"Keys of fields that should be hidden in the agents context","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NextPageRequestData","description":"Data required to request the next page of remote options","fields":[{"name":"page","description":"The page identifier to request","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Optional cursor for cursor-based pagination","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Option","description":"A single option in a remote options list","fields":[{"name":"value","description":"The value of the option","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The display title of the option","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"icon","description":"Optional icon to display alongside the option (e.g. { vibe, tooltip })","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INTERFACE","name":"OutputFieldConfig","description":"Interface for output field configuration","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"CustomOutputFieldConfig","ofType":null},{"kind":"OBJECT","name":"PrimitiveOutputFieldConfig","ofType":null}]},{"kind":"OBJECT","name":"OutputFieldConstraints","description":"Output field constraints","fields":[{"name":"dependencies","description":"Dependencies that affect this field's output behavior","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subFieldsDependencies","description":"Dependencies between this field and its subfields in the output","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"credentials","description":"Credential dependencies required for this field's output","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PaginationInput","description":"Pagination parameters for queries","fields":null,"inputFields":[{"name":"limit","description":"Maximum number of results to return","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"lastId","description":"Last ID for cursor-based pagination","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"PrimitiveTypes","description":"The primitive types supported by the system","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"STRING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FLOAT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOOLEAN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOUR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"RemoteOptionsInput","description":"Input type for requesting remote options for a field type, including dependencies, credentials, pagination, and search query.","fields":null,"inputFields":[{"name":"field_type_unique_key","description":"The unique key of the field type","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"dependencies_values","description":"Map all the dependencies fieldKeys to their values. Example: { \"my-field-key\": { value: 123 }, \"my-other-field-key\": { value: 456 } } .The schema is: Record<string, { value: unknown }>","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"credentials_values","description":"Map a credentialsKey to the credentials data. Example: { \"my-credentials-key\": { userCredentialsId: 123, accessToken: \"abc\" } }","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"page_request_data","description":"Pagination data matching the schema of the field's remote options pagination data","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"query","description":"Search query","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"values_to_fetch","description":"Request specific values to fetch their title","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RemoteOptionsResponse","description":"Response containing a list of remote options and pagination information","fields":[{"name":"options","description":"List of available options","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Option","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"isPaginated","description":"Whether the options list supports pagination","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isLastPage","description":"Whether this is the last page of options","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nextPageRequestData","description":"Data required to fetch the next page of options","args":[],"type":{"kind":"OBJECT","name":"NextPageRequestData","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"disclaimer","description":"Optional disclaimer text to display with the options","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SaveWorkflowAsTemplateResult","description":"Result of saving a workflow as a template","fields":[{"name":"template_reference_id","description":"AppFeature reference ID of the created template","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TransformationType","description":"The type of transformation to apply to the workflow variable's value","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DIRECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DYNAMIC_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DYNAMIC_NUMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ARRAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOUR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWorkflowFromTemplateInput","description":"Input for updating a workflow created from a template","fields":null,"inputFields":[{"name":"id","description":"Workflow numeric ID (supports both integer and bigint)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"workflow_variables_values","description":"A map of workflow variable keys to their configuration values. Each value can contain: value, title, icon, and dependencies","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"workflow_variables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas'","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}}},"defaultValue":null},{"name":"title","description":"Title of the workflow","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"Detailed description of the workflow","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"importance","description":"Importance level of the workflow","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWorkflowInput","description":"","fields":null,"inputFields":[{"name":"id","description":"ID of the workflow to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"workflowBlocks","description":"New set of workflow blocks to replace existing ones","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowBlockInput","ofType":null}}}},"defaultValue":null},{"name":"workflowVariables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas'","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}}}},"defaultValue":null},{"name":"iterators","description":"Optional array of iterator (loop) configurations. Currently supports forEach iterators only. Each iterator loops over a collection, executing specified workflow blocks once per item. REQUIRED SETUP per iterator: (1) Add an isLoopEnded workflow variable to workflowVariables with sourceKind \"auto_calculated_runtime_data\" and sourceMetadata { dataType: \"iteratorMetadata\", metadata: { iteratorId: <matching_id>, fieldKey: \"isLoopEnded\" } }. (2) Add a boolean true constant variable with sourceKind \"constant\", sourceMetadata: {}, config: { value: true }. (3) Configure the entry node with Routes-type nextWorkflowBlocksConfig using conditions that compare isLoopEnded to the true constant to route between continue (internal node) and exit (post_iterator_node_id). Nested iterators are not supported yet. Iterator IDs must be unique across the workflow.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowIteratorInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWorkflowMetadataInput","description":"","fields":null,"inputFields":[{"name":"id","description":"ID of the workflow to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"title","description":"New title for the workflow","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"description","description":"New description for the workflow","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"importance","description":"Importance level of the workflow","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateWorkflowResult","description":"","fields":[{"name":"id","description":"Workflow numeric ID (supports both integer and bigint)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Workflow","description":"","fields":[{"name":"id","description":"Workflow numeric ID (supports both integer and bigint)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"User ID who owns the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_active","description":"Whether the workflow is currently active","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"automation_id","description":"Automation ID associated with the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last updated timestamp of the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Created timestamp of the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"importance","description":"Importance level of the workflow","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Title of the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_blocks","description":"Define the workflow's steps and the configuration of each step","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowBlock","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_variables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas'","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_host_data","description":"Hierarchy level the workflow is hosted in","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowHostData","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"notice_message","description":"Notice/Error message for the workflow","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"template_reference_id","description":"Reference ID of the template this workflow was created from, if any","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"iterators","description":"Optional array of iterator (loop) configurations. Currently supports forEach iterators only. Each iterator loops over a collection, executing specified workflow blocks once per item. REQUIRED SETUP per iterator: (1) Add an isLoopEnded workflow variable to workflowVariables with sourceKind \"auto_calculated_runtime_data\" and sourceMetadata { dataType: \"iteratorMetadata\", metadata: { iteratorId: <matching_id>, fieldKey: \"isLoopEnded\" } }. (2) Add a boolean true constant variable with sourceKind \"constant\", sourceMetadata: {}, config: { value: true }. (3) Configure the entry node with Routes-type nextWorkflowBlocksConfig using conditions that compare isLoopEnded to the true constant to route between continue (internal node) and exit (post_iterator_node_id). Nested iterators are not supported yet. Iterator IDs must be unique across the workflow.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowIterator","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBlock","description":"","fields":[{"name":"workflowNodeId","description":"Unique node identifier within the workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"blockReferenceId","description":"Reference ID of the block","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Title of the workflow block","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":"Defines the input fields of the workflow block. This corresponds to the input fields defined by the block used in the Workflow Block. You must call the remote_options query to retrieve the allowed values for any custom input field before configuring it.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowBlockInputField","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"credentialFields","description":"Defines the credential fields for the workflow block. Each field references a workflow variable containing the credential value.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WorkflowBlockCredentialField","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"nextWorkflowBlocksConfig","description":"Configuration for the next workflow blocks. To get the accurate JSON schema call the graphQL query 'get_workflow_block_next_mapping_schemas'. Note: Only the following mapping types are currently supported: routesMapping, waitTriggerMapping.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WorkflowBlockKind","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBlockCredentialField","description":"Credential field configuration for workflow blocks","fields":[{"name":"fieldKey","description":"The credential field key","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workflowVariableKey","description":"Key of the workflow variable containing the credential value. Always a positive number","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowBlockCredentialFieldInput","description":"Input for credential field configuration in workflow blocks","fields":null,"inputFields":[{"name":"fieldKey","description":"The credential field key","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workflowVariableKey","description":"Key of the workflow variable containing the credential value. Always a positive number","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowBlockFieldInput","description":"","fields":null,"inputFields":[{"name":"fieldKey","description":"The block's field key","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workflowVariableKey","description":"Key of the workflow variable defining the configuration for the field key. Always a positive number","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowBlockInput","description":"","fields":null,"inputFields":[{"name":"workflowNodeId","description":"Unique node identifier within the workflow","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"blockReferenceId","description":"Reference ID of the block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"title","description":"Title of the workflow block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"inputFields","description":"Defines the input fields of the workflow block. This corresponds to the input fields defined by the block used in the Workflow Block. You must call the remote_options query to retrieve the allowed values for any custom input field before configuring it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowBlockFieldInput","ofType":null}}}},"defaultValue":null},{"name":"credentialFields","description":"Defines the credential fields for the workflow block. Each field references a workflow variable containing the credential value.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowBlockCredentialFieldInput","ofType":null}}},"defaultValue":null},{"name":"nextWorkflowBlocksConfig","description":"Configuration for the next workflow blocks. To get the accurate JSON schema call the graphQL query 'get_workflow_block_next_mapping_schemas'. Note: Only the following mapping types are currently supported: routesMapping, waitTriggerMapping.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"kind","description":"","type":{"kind":"ENUM","name":"WorkflowBlockKind","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBlockInputField","description":"","fields":[{"name":"fieldKey","description":"The block's field key","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workflowVariableKey","description":"Key of the workflow variable defining the configuration for the field key. Always a positive number","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkflowBlockKind","description":"The kind of workflow block. This is the type of the block that is used in the UI","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"WAIT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBlockNextMappingSchema","description":"The json schema definition for a given workflow block next mapping kind","fields":[{"name":"kind","description":"The kind of workflow block next mapping","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"schema","description":"JSON schema for this workflow block next mapping kind","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowBuilderContextData","description":"Context data for the workflow builder","fields":[{"name":"hidden_input_fields_keys","description":"Keys of input fields that should be hidden in the workflow builder","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowCustomizationInput","description":"Customization settings for the workflow","fields":null,"inputFields":[{"name":"crud_access_level","description":"The access level for CRUD operations on an account-level workflow. Only applicable for ACCOUNT_LEVEL host type. Defaults to USER (only the creator can modify).","type":{"kind":"ENUM","name":"CrudAccessLevel","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowHostData","description":"Hierarchy level the workflow is hosted in","fields":[{"name":"type","description":"Type of host for this workflow","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"HostType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"Instance ID of the host","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowHostDataInput","description":"Host data for the workflow. Both id and type must be provided together. If omitted, defaults to account-level with the current account ID.","fields":null,"inputFields":[{"name":"id","description":"Instance ID of the host","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"type","description":"Type of host for this workflow","type":{"kind":"ENUM","name":"HostType","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowInput","description":"","fields":null,"inputFields":[{"name":"title","description":"Title of the workflow","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Detailed description of the workflow","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workflowBlocks","description":"Define the workflow's steps and the configuration of each step","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowBlockInput","ofType":null}}}},"defaultValue":null},{"name":"workflowVariables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas'","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}}}},"defaultValue":null},{"name":"workflowHostData","description":"Hierarchy level the workflow is hosted in If omitted, defaults to account-level with the current account ID.","type":{"kind":"INPUT_OBJECT","name":"WorkflowHostDataInput","ofType":null},"defaultValue":null},{"name":"creatorAppFeatureReferenceId","description":"Reference ID of the creator app feature","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"creatorAppId","description":"ID of the creator app","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"customization","description":"Customization settings for the workflow","type":{"kind":"INPUT_OBJECT","name":"WorkflowCustomizationInput","ofType":null},"defaultValue":null},{"name":"iterators","description":"Optional array of iterator (loop) configurations. Currently supports forEach iterators only. Each iterator loops over a collection, executing specified workflow blocks once per item. REQUIRED SETUP per iterator: (1) Add an isLoopEnded workflow variable to workflowVariables with sourceKind \"auto_calculated_runtime_data\" and sourceMetadata { dataType: \"iteratorMetadata\", metadata: { iteratorId: <matching_id>, fieldKey: \"isLoopEnded\" } }. (2) Add a boolean true constant variable with sourceKind \"constant\", sourceMetadata: {}, config: { value: true }. (3) Configure the entry node with Routes-type nextWorkflowBlocksConfig using conditions that compare isLoopEnded to the true constant to route between continue (internal node) and exit (post_iterator_node_id). Nested iterators are not supported yet. Iterator IDs must be unique across the workflow.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowIteratorInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowIterator","description":"Iterator configuration for looping over collections within a workflow","fields":[{"name":"iterator_id","description":"Unique positive integer identifier for the iterator. Must be unique across all iterators in the workflow. This ID is referenced by the isLoopEnded workflow variable in its sourceMetadata.metadata.iteratorId field.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"node_ids","description":"List of all workflow block node IDs that belong to this loop. Must include entry_node_id. Must NOT include post_iterator_node_id. Every node ID must correspond to a workflowNodeId in the workflow blocks. Nested iterators are not supported: an iterator entry node must not appear in another iterator's node_ids. Terminal nodes within the iterator (those with null nextWorkflowBlocksConfig) are automatically routed back to the entry node.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"entry_node_id","description":"The workflow node ID that serves as the loop entry point. Must be included in node_ids. This node's nextWorkflowBlocksConfig MUST use type \"Routes\" with conditions referencing the isLoopEnded workflow variable: one route to post_iterator_node_id (when isLoopEnded IS equal to true, to exit the loop) and one route to an internal iterator node (when isLoopEnded IS NOT equal to true, to continue the loop). When post_iterator_node_id is not null, an exit route targeting it is required.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"post_iterator_node_id","description":"Node ID that executes after the iterator completes all iterations. Set to null if no action should follow the loop (workflow ends after the loop). Must NOT be included in node_ids. When not null, the entry node's Routes config must include an exit route targeting this node.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collection_workflow_variable_key","description":"Workflow variable key referencing the collection to iterate over (forEach). The referenced variable must resolve to an array at runtime. The iterator executes the loop body once per item in the collection.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"max_iterations_workflow_variable_key","description":"Optional workflow variable key containing the maximum number of iterations. When provided, the actual iteration count is min(collection length, max iterations value). When omitted, the iterator processes the entire collection.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowIteratorInput","description":"Configuration for a forEach iterator that loops over a collection. REQUIRED WORKFLOW VARIABLES: For each iterator, the workflowVariables array must include: (1) An isLoopEnded variable with sourceKind \"auto_calculated_runtime_data\" and sourceMetadata { dataType: \"iteratorMetadata\", metadata: { iteratorId: <matching_iterator_id>, fieldKey: \"isLoopEnded\" } }. (2) A boolean true constant variable with sourceKind \"constant\", sourceMetadata: {}, and config: { value: true }. ENTRY NODE SETUP: The entry node must use a Routes-type nextWorkflowBlocksConfig with conditions comparing the isLoopEnded variable key to the true constant variable key: one route with operator \"Is\" pointing to post_iterator_node_id (exit loop), and one route with operator \"IsNot\" pointing to an internal iterator node (continue loop). Terminal nodes inside the iterator (with null nextWorkflowBlocksConfig) are automatically routed back to the entry node.","fields":null,"inputFields":[{"name":"iterator_id","description":"Unique positive integer identifier for the iterator. Must be unique across all iterators in the workflow. This ID is referenced by the isLoopEnded workflow variable in its sourceMetadata.metadata.iteratorId field.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"node_ids","description":"List of all workflow block node IDs that belong to this loop. Must include entry_node_id. Must NOT include post_iterator_node_id. Every node ID must correspond to a workflowNodeId in the workflow blocks. Nested iterators are not supported: an iterator entry node must not appear in another iterator's node_ids. Terminal nodes within the iterator (those with null nextWorkflowBlocksConfig) are automatically routed back to the entry node.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"defaultValue":null},{"name":"entry_node_id","description":"The workflow node ID that serves as the loop entry point. Must be included in node_ids. This node's nextWorkflowBlocksConfig MUST use type \"Routes\" with conditions referencing the isLoopEnded workflow variable: one route to post_iterator_node_id (when isLoopEnded IS equal to true, to exit the loop) and one route to an internal iterator node (when isLoopEnded IS NOT equal to true, to continue the loop). When post_iterator_node_id is not null, an exit route targeting it is required.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"post_iterator_node_id","description":"Node ID that executes after the iterator completes all iterations. Set to null if no action should follow the loop (workflow ends after the loop). Must NOT be included in node_ids. When not null, the entry node's Routes config must include an exit route targeting this node.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"collection_workflow_variable_key","description":"Workflow variable key referencing the collection to iterate over (forEach). The referenced variable must resolve to an array at runtime. The iterator executes the loop body once per item in the collection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"max_iterations_workflow_variable_key","description":"Optional workflow variable key containing the maximum number of iterations. When provided, the actual iteration count is min(collection length, max iterations value). When omitted, the iterator processes the entire collection.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkflowTemplateContext","description":"The context where a workflow template can be accessed","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"LITE_BUILDER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowTemplateInput","description":"Input data for creating a workflow template","fields":null,"inputFields":[{"name":"name","description":"Name of the template","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Description of the template","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"image_url","description":"URL of the image for the template","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"workflow_blocks","description":"Define the workflow's steps and the configuration of each step","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowTemplateWorkflowBlockInput","ofType":null}}}},"defaultValue":null},{"name":"workflow_variables","description":"Variables used within this workflow. To get the accurate JSON schema call the GraphQL query 'get_workflow_variable_schemas'","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}}}},"defaultValue":null},{"name":"contexts","description":"Contexts that the template should be accessible from","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WorkflowTemplateContext","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowTemplateWorkflowBlockFieldInput","description":"Defines the input fields of the workflow block. This corresponds to the input fields defined by the block used in the Workflow Block. You must call the remote_options query to retrieve the allowed values for any custom input field before configuring it.","fields":null,"inputFields":[{"name":"workflow_variable_key","description":"Key of the workflow variable defining the configuration for the field key. Always a positive number","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"field_key","description":"The block's field key","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowTemplateWorkflowBlockInput","description":"Define the workflow's steps and the configuration of each step","fields":null,"inputFields":[{"name":"workflow_node_id","description":"Unique node identifier within the workflow","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"block_reference_id","description":"Reference ID of the block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"title","description":"Title of the workflow block","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"input_fields","description":"Defines the input fields of the workflow block. This corresponds to the input fields defined by the block used in the Workflow Block. You must call the remote_options query to retrieve the allowed values for any custom input field before configuring it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"WorkflowTemplateWorkflowBlockFieldInput","ofType":null}}}},"defaultValue":null},{"name":"next_workflow_blocks_config","description":"Configuration for the next workflow blocks. To get the accurate JSON schema call the graphQL query 'get_workflow_block_next_mapping_schemas'. Note: Only the following mapping types are currently supported: routesMapping, waitTriggerMapping.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkflowVariableSchema","description":"The kind and JSON schema definition for a given workflow variable kind","fields":[{"name":"kind","description":"The kind of workflow variable","args":[],"type":{"kind":"ENUM","name":"WorkflowVariableSourceKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"schema","description":"JSON schema of the workflow variable","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkflowVariableSourceKind","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"user_config","description":"","isDeprecated":false,"deprecationReason":null},{"name":"node_results","description":"","isDeprecated":false,"deprecationReason":null},{"name":"reference","description":"","isDeprecated":false,"deprecationReason":null},{"name":"host_metadata","description":"","isDeprecated":false,"deprecationReason":null},{"name":"external_context_provider","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkflowsPaginationInput","description":"Cursor-based pagination parameters for live workflows queries","fields":null,"inputFields":[{"name":"limit","description":"Maximum number of results to return","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"last_id","description":"Cursor of the last item from the previous page; pass `page_info.end_cursor` from the previous response","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardPreview","description":"Preview information for a board in the Magic solution.","fields":[{"name":"id","description":"The unique identifier of the board.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the board.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_ids","description":"List of column ids in the board.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BuildConfigInput","description":"Configuration for which building blocks to include in the Magic solution.","fields":null,"inputFields":[{"name":"types","description":"List of building block types to include or exclude based on filter_mode.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BuildingBlock","ofType":null}}}},"defaultValue":"[DOMAIN,BOARD,DASHBOARD,FORM,ITEMS,AUTOMATIONS,VIBE,AGENT]"},{"name":"filter_mode","description":"How to interpret the types list: ALLOW_ONLY includes only specified types, EXCLUDE creates all except specified.","type":{"kind":"ENUM","name":"FilterMode","ofType":null},"defaultValue":"ALLOW_ONLY"},{"name":"settings","description":"Additional settings for configuring the build behavior.","type":{"kind":"INPUT_OBJECT","name":"BuildSettingsInput","ofType":null},"defaultValue":null},{"name":"max_entities_per_type","description":"Optional limits on how many entities of each type can be created.","type":{"kind":"INPUT_OBJECT","name":"MaxEntitiesPerTypeInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BuildSettingsInput","description":"Additional settings for configuring the Magic solution build behavior.","fields":null,"inputFields":[{"name":"support_ai_columns","description":"Whether to enhance boards with AI-powered columns. Defaults to false.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BuildingBlock","description":"Types of building blocks that can be created in a Magic solution.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DOMAIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DASHBOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FORM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEMS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AUTOMATIONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CreateMagicSolutionPayload","description":"Response payload for the create_magic_solution mutation.","fields":[{"name":"session_id","description":"The session identifier for the Magic solution.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"operation_id","description":"The unique identifier for this async operation.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the operation.","args":[],"type":{"kind":"ENUM","name":"OperationStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"queued_at","description":"ISO 8601 timestamp when the operation was queued.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"structure_preview","description":"Preview of the solution structure.","args":[],"type":{"kind":"OBJECT","name":"StructurePreview","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"magic_link","description":"URL to access the Magic solution directly. Can be shared with users to view the solution.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"files_errors","description":"Optional list of errors for files that failed to process.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MagicSolutionFileError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DashboardPreview","description":"Preview of a dashboard that will be created in the Magic solution.","fields":[{"name":"id","description":"The unique identifier of the dashboard.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the dashboard.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FilterMode","description":"Determines how the building block types list is interpreted.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ALLOW_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXCLUDE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormPreview","description":"Preview of a form that will be created in the Magic solution.","fields":[{"name":"board_id","description":"The ID of the board associated with this form.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"form_view_id","description":"The ID of the form view.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the form.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"InternalCallbackInput","description":"Configuration for internal microservice callback. Used for service-to-service communication.","fields":null,"inputFields":[{"name":"service_name","description":"The name of the internal Monday service to call.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"path","description":"The path/endpoint on the service to call.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MagicProductKind","description":"The Monday.com product kind for the magic solution.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CORE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MARKETING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CRM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SOFTWARE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SERVICE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"MagicSolutionFileError","description":"Details about a file that failed to process.","fields":[{"name":"url","description":"The file URL that failed to process.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Optional file name override provided by the caller.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"Optional MIME type override provided by the caller.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Error message describing why the file failed to process.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MagicSolutionFileInput","description":"File entry to attach to the Magic solution context.","fields":null,"inputFields":[{"name":"url","description":"HTTPS URL of the file to attach.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"name","description":"Optional file name override.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mime_type","description":"Optional MIME type override.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MaxEntitiesPerTypeInput","description":"Optional limits on how many entities of each type can be created.","fields":null,"inputFields":[{"name":"boards","description":"Maximum number of boards to create.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"dashboards","description":"Maximum number of dashboards to create.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ModifyMagicSolutionInternalCallbackInput","description":"Configuration for internal microservice callback. Used for service-to-service communication.","fields":null,"inputFields":[{"name":"service_name","description":"The name of the internal Monday service to call.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"path","description":"The path/endpoint on the service to call.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ModifyMagicSolutionPayload","description":"Response payload for the modify_magic_solution mutation.","fields":[{"name":"session_id","description":"The session identifier for the Magic solution.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the operation.","args":[],"type":{"kind":"ENUM","name":"OperationStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"structure_preview","description":"Preview of the updated solution structure. Available when status is COMPLETED.","args":[],"type":{"kind":"OBJECT","name":"StructurePreview","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"queued_at","description":"ISO 8601 timestamp when the operation was queued. Only present in async mode.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The agent response message. Available when status is COMPLETED.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"OperationStatus","description":"The current status of an asynchronous Magic solution operation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"QUEUED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SESSION_PENDING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"StructurePreview","description":"Preview of the Magic solution structure including boards, dashboards, forms and metadata.","fields":[{"name":"product_name","description":"The name of the product or solution being created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The ID of the workspace where the solution is created.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"boards","description":"List of boards that will be created in the solution.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardPreview","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"dashboards","description":"List of dashboards that will be created in the solution.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DashboardPreview","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"forms","description":"List of forms that will be created in the solution.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FormPreview","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"The folder ID where the solution is organized. Available after creation completes.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"install_link","description":"Link to install the app (sandbox accounts only). Available after creation completes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signup_link","description":"Link to sign up for the app (sandbox accounts only). Available after creation completes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_link","description":"Link to the workspace (tenant accounts only). Available after creation completes.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UploadedFile","description":"A file uploaded to a Magic thread session, with a presigned download URL.","fields":[{"name":"id","description":"Artifact id for the uploaded file.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"original_name","description":"Original file name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"Detected MIME type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size_bytes","description":"File size in bytes.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO timestamp when the file was stored.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"extracted_at","description":"ISO timestamp when text extraction completed (if applicable).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Presigned URL for downloading the file.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkflowCutoffNode","description":"Valid cutoff points in the workflow where synchronous execution stops and async continuation begins.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"IMMEDIATELY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DISCOVERY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLANNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"STRUCTURE_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONTENT_CREATION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AccountRole","description":"A role in the account","fields":[{"name":"id","description":"The ID of the role","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the role","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"roleType","description":"The type of the role","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivateUsersError","description":"Error that occurred during activation.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"ActivateUsersErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ActivateUsersErrorCode","description":"Error codes for activating users.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ActivateUsersResult","description":"Result of activating users.","fields":[{"name":"activated_users","description":"The users that were activated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred during activation.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ActivateUsersError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AgentMembershipRole","description":"The level of access a user or team has for an agent.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OWNER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AgentSubscriber","description":"A subscriber of an agent — a user or team with an assigned role.","fields":[{"name":"role","description":"The role assigned to the subscribed entity.","args":[],"type":{"kind":"ENUM","name":"AgentMembershipRole","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Whether the subscribed entity is a user or a team.","args":[],"type":{"kind":"ENUM","name":"AgentSubscriberKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity","description":"The subscribed user or team.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"AgentSubscriberEntity","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"AgentSubscriberEntity","description":"The user or team subscribed to an agent.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"User","ofType":null},{"kind":"OBJECT","name":"Team","ofType":null}]},{"kind":"ENUM","name":"AgentSubscriberKind","description":"The type of entity subscribed to an agent.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEAM","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ApiAppUserMapping","description":"Maps an API app to an API-app-backed user within an account.","fields":[{"name":"user","description":"The mapped user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ApiAppUserMappingKind","description":"The kind of API-app-backed user to create.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_USER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AssignTeamOwnersError","description":"Error that occurred while changing team owners.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"AssignTeamOwnersErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AssignTeamOwnersErrorCode","description":"Error codes that can occur while changing team owners.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"VIEWERS_OR_GUESTS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_MEMBER_OF_TEAM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AssignTeamOwnersResult","description":"Result of changing the team's ownership.","fields":[{"name":"team","description":"The team for which the owners were changed.","args":[],"type":{"kind":"OBJECT","name":"Team","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred while changing team owners.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignTeamOwnersError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BaseRoleName","description":"The role of the user.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"GUEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CreateServiceUserResult","description":"The result of creating a service user.","fields":[{"name":"user","description":"The created service user.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateTeamAttributesInput","description":"Attributes of the team to be created.","fields":null,"inputFields":[{"name":"name","description":"The team's name.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"is_guest_team","description":"Whether the team can contain guest users.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"parent_team_id","description":"The parent team identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"subscriber_ids","description":"The team members. Must not be empty, unless allow_empty_team is set.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateTeamOptionsInput","description":"Options for creating a team.","fields":null,"inputFields":[{"name":"allow_empty_team","description":"Whether to allow a team without any subscribers.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeactivateUsersError","description":"Error that occurred during deactivation.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"DeactivateUsersErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DeactivateUsersErrorCode","description":"Error codes for deactivating users.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DeactivateUsersResult","description":"Result of deactivating users.","fields":[{"name":"deactivated_users","description":"The users that were deactivated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred during deactivation.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeactivateUsersError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InviteUsersError","description":"Error that occurred while inviting users","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"InviteUsersErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email address for the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"InviteUsersErrorCode","description":"Error codes that can occur while changing email domain.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"InviteUsersResult","description":"Result of inviting users to the account.","fields":[{"name":"invited_users","description":"The users that were successfully invited.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred while inviting users","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"InviteUsersError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"Product","description":"The product to invite the users to.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"work_management","description":"","isDeprecated":false,"deprecationReason":null},{"name":"crm","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dev","description":"","isDeprecated":false,"deprecationReason":null},{"name":"service","description":"","isDeprecated":false,"deprecationReason":null},{"name":"whiteboard","description":"","isDeprecated":false,"deprecationReason":null},{"name":"knowledge","description":"","isDeprecated":false,"deprecationReason":null},{"name":"forms","description":"","isDeprecated":false,"deprecationReason":null},{"name":"workflows","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"RemoveTeamOwnersError","description":"Error that occurred while removing team owners.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"RemoveTeamOwnersErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"RemoveTeamOwnersErrorCode","description":"Error codes that can occur while removing team owners.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"VIEWERS_OR_GUESTS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_MEMBER_OF_TEAM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"RemoveTeamOwnersResult","description":"Result of removing the team's ownership.","fields":[{"name":"team","description":"The team for which the owners were removed.","args":[],"type":{"kind":"OBJECT","name":"Team","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred while removing team owners.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RemoveTeamOwnersError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ServiceUser","description":"A service user in the account.","fields":[{"name":"id","description":"The ID of the service user.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The display name of the service user.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title/description of the service user.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":"Whether the service user is active.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"invited_by_id","description":"The ID of the user who created this service user.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the service user was created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"last_token_activity","description":"The last time the service user token was used for an API request.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_token","description":"Whether the service user currently has an active API token.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ServiceUserToken","description":"A service user token result.","fields":[{"name":"service_user_id","description":"The ID of the service user.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"token","description":"The API token.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SubscribeTeamsToAgentResult","description":"Result of the subscribe_teams_to_agent mutation.","fields":[{"name":"is_successful","description":"Whether all teams were successfully subscribed to the agent.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SubscribeUsersToAgentResult","description":"Result of the subscribe_users_to_agent mutation.","fields":[{"name":"is_successful","description":"Whether all users were successfully subscribed to the agent.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Team","description":"A team of users.","fields":[{"name":"id","description":"The team's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_guest","description":"Whether the team is a guest team","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The team's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The team's creation date as an ISO 8601 string.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owners","description":"The users who are the owners of the team.","args":[{"name":"ids","description":"A list of users' unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"picture_url","description":"The team's picture url.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":"The users in the team.","args":[{"name":"emails","description":"A list of users' emails.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"ids","description":"A list of users' unique identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"kind","description":"The kind to search users by (all / non_guests / guests / non_pending).","type":{"kind":"ENUM","name":"UserKind","ofType":null},"defaultValue":null},{"name":"limit","description":"Number of users to get.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"name","description":"Allows to fuzzy search by name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"newest_first","description":"Get the recently created users at the top of the list","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"non_active","description":"Return non active users in the account.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UnsubscribeTeamsFromAgentResult","description":"Result of the unsubscribe_teams_from_agent mutation.","fields":[{"name":"is_successful","description":"Whether all teams were successfully unsubscribed from the agent.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UnsubscribeUsersFromAgentResult","description":"Result of the unsubscribe_users_from_agent mutation.","fields":[{"name":"is_successful","description":"Whether all users were successfully unsubscribed from the agent.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateEmailDomainAttributesInput","description":"Attributes of the email domain to be updated.","fields":null,"inputFields":[{"name":"user_ids","description":"The user identifiers (max 200)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"new_domain","description":"The new email domain.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateEmailDomainError","description":"Error that occurred while changing email domain.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UpdateEmailDomainErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UpdateEmailDomainErrorCode","description":"Error codes that can occur while changing email domain.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPDATE_EMAIL_DOMAIN_ERROR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateEmailDomainResult","description":"Result of updating the email domain for the specified users.","fields":[{"name":"updated_users","description":"The users for which the email domain was updated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred during the update.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UpdateEmailDomainError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUserAttributesError","description":"Error that occurred while updating users attributes.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UpdateUserAttributesErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UpdateUserAttributesErrorCode","description":"Error codes that can occur while updating user attributes.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"INVALID_FIELD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUserAttributesResult","description":"The result of updating users attributes.","fields":[{"name":"updated_users","description":"The users that were updated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred during the update.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UpdateUserAttributesError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUsersRoleError","description":"Error that occurred during updating users role.","fields":[{"name":"message","description":"The error message.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"The error code.","args":[],"type":{"kind":"ENUM","name":"UpdateUsersRoleErrorCode","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The id of the user that caused the error.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UpdateUsersRoleErrorCode","description":"Error codes for updating users roles.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUsersRoleResult","description":"Result of updating users role.","fields":[{"name":"updated_users","description":"The users that were updated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"errors","description":"Errors that occurred during updating users role.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UpdateUsersRoleError","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UserAttributesInput","description":"The attributes to update for a user.","fields":null,"inputFields":[{"name":"birthday","description":"The birthday of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"email","description":"The email of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"join_date","description":"The join date of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"name","description":"The name of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"location","description":"The location of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"mobile_phone","description":"The mobile phone of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"phone","description":"The phone of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"title","description":"The title of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"department","description":"The department of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserRole","description":"The role of the user.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"GUEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UserUpdateInput","description":"","fields":null,"inputFields":[{"name":"user_id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"user_attribute_updates","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserAttributesInput","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardPermission","description":"A board-scope permission that can be required in addition to regular board read access.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD_REPORTABILITY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BoostConfigurationInput","description":"Boost configuration for search results. Key-value pairs where key is strategy type and value is boost weight.","fields":null,"inputFields":[{"name":"boosts","description":"Boost strategies as key-value pairs (strategy: weight). Empty object {} disables all boosts.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CrossEntityDateRangeInput","description":"Date range filter applied globally across all entity types in cross-entity search.","fields":null,"inputFields":[{"name":"created_before","description":"Filter results created before this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"created_after","description":"Filter results created after this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updated_before","description":"Filter results updated before this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updated_after","description":"Filter results updated after this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LookupNamespace","description":"Lookup namespace. Each field looks up a single entity type by name.","fields":[{"name":"boards","description":"Lookup boards by name.","args":[{"name":"query","description":"Search query text (matched against name only).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of results to return (default 10, max 20).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"workspace_ids","description":"Filter boards to specific workspace IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchBoardResults","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MeetingSearchAccess","description":"Controls which meetings are returned based on ownership and sharing scope.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OWN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHARED_WITH_ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MeetingSearchFieldsInput","description":"Specifies which indexed meeting fields to include in the search. Set a field to true to search it. If the entire object is omitted, all fields are searched.","fields":null,"inputFields":[{"name":"title","description":"Meeting title.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"gist","description":"AI-generated meeting gist/summary.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"summary","description":"Meeting summary text.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"talking_points","description":"Meeting talking points and topics.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"action_points","description":"Action items from the meeting.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"attendee_names","description":"Names of meeting participants.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MeetingsDateRangeInput","description":"Date range filter for meetings based on start time.","fields":null,"inputFields":[{"name":"from","description":"Return meetings that start on or after this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"to","description":"Return meetings that start on or before this date.","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Overview","description":"A monday.com overview.","fields":[{"name":"id","description":"The unique identifier of the overview.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The time the overview was created at.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The creator of the overview.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"The overview's folder unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The overview's kind (public/private).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The overview's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The overview's state.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The last time the overview was updated at.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The overview's workspace unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PersonsInput","description":"Persons filter for search queries","fields":null,"inputFields":[{"name":"person_ids","description":"List of person IDs to filter by","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"team_ids","description":"List of team IDs to filter by","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"person_names","description":"List of person names to filter by (searches in multiple-person columns)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"RerankingStrategy","description":"Algorithms for reranking results.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CROSS_ENCODER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"Search","description":"Available search modes.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"LEXICAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SEMANTIC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HYBRID","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"SearchBoardResult","description":"A single board search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Board data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedBoard","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live board data via federation. Null when the referenced board cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchBoardResults","description":"Wrapper for a list of board search results.","fields":[{"name":"results","description":"List of board search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchBoardResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"SearchDateRangeInput","description":"Date range filter for search queries","fields":null,"inputFields":[{"name":"created_before","description":"Filter items created before this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"created_after","description":"Filter items created after this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updated_before","description":"Filter items updated before this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updated_after","description":"Filter items updated after this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"column_value_before","description":"Filter items with a date column having a value before this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"column_value_after","description":"Filter items with a date column having a value after this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"SearchDateRangeLegacyInput","description":"Date range filter for search queries","fields":null,"inputFields":[{"name":"createdBefore","description":"Filter items created before this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"createdAfter","description":"Filter items created after this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updatedBefore","description":"Filter items updated before this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null},{"name":"updatedAfter","description":"Filter items updated after this date","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchDocResult","description":"A single doc search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the doc.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Doc data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedDoc","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live doc data via federation. Null when the referenced doc cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Document","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchDocResults","description":"Wrapper for a list of doc search results.","fields":[{"name":"results","description":"List of doc search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchDocResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedBoard","description":"Board data stored in the search index.","fields":[{"name":"id","description":"Board ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Board name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Board description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"ID of the workspace containing this board.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"ID of the user who created this board.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL to view this board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedDoc","description":"Document data stored in the search index.","fields":[{"name":"id","description":"Document ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Document name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"ID of the workspace containing this document.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedItem","description":"Item data stored in the search index.","fields":[{"name":"id","description":"Item ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Item name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL to view this item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"ID of the board containing this item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"ID of the workspace containing this item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedMeeting","description":"Meeting data stored in the search index.","fields":[{"name":"id","description":"Meeting ID (UUID).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Meeting title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"meeting_provider","description":"Calendar provider (e.g. google_calendar, outlook_calendar).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"start_time","description":"ISO timestamp when the meeting started.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_time","description":"ISO timestamp when the meeting ended.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attendee_emails","description":"Email addresses of meeting participants.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"attendee_names","description":"Names of meeting participants.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"gist","description":"AI-generated meeting gist.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"AI-generated meeting summary.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"talking_points","description":"Meeting talking points and topics.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"action_points","description":"Action items from the meeting.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"highlights","description":"Matched text snippets per field. Keys are field names, values are arrays of highlighted text fragments with <em> tags around matched terms.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedOverview","description":"Overview (dashboard) data stored in the search index.","fields":[{"name":"id","description":"Overview ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Overview name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Overview kind (public or private).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Overview state (active, archived, or deleted).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"Workspace ID this overview belongs to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"ID of the user who created the overview.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Creation timestamp.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last update timestamp.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedTimelineItem","description":"Timeline item data stored in the search index.","fields":[{"name":"id","description":"Timeline item ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"ID of the account owning this timeline item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"ID of the item this timeline item belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"ID of the board containing this timeline item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Timeline item type (e.g. email, googleCalendar).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"product_kind","description":"Product kind the timeline item originates from (e.g. service, crm).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Timeline item title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"Timeline item summary.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"Timeline item full content body.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO timestamp when the timeline item was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO timestamp when the timeline item was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedUpdate","description":"Update data stored in the search index.","fields":[{"name":"id","description":"Update ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"Update content (HTML formatted).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"ID of the user who created the update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"ID of the item this update belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"ID of the board containing this update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO timestamp when the update was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO timestamp when the update was last modified.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedUser","description":"User data stored in the search index.","fields":[{"name":"id","description":"User ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The user's full name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The user's email address.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchIndexedWorkspace","description":"Workspace data stored in the search index.","fields":[{"name":"id","description":"Workspace ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Workspace name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Workspace kind (open or closed).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Workspace description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Workspace state (active, archived, or deleted).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchItemResult","description":"A single item search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Item data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live item data via federation. Null when the referenced item cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchItemResults","description":"Wrapper for a list of item search results.","fields":[{"name":"results","description":"List of item search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchItemResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchMeetingResult","description":"A single meeting search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the meeting.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Meeting data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedMeeting","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchMeetingResults","description":"Wrapper for a list of meeting search results.","fields":[{"name":"results","description":"List of meeting search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchMeetingResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"total_count","description":"Total number of matching meetings in the index (before limit is applied).","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchNamespace","description":"Per-entity search namespace. Each field searches a single entity type.","fields":[{"name":"items","description":"Search for items.","args":[{"name":"query","description":"The search query string.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of results to return (default 10, max 20).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"date_range","description":"Date range filter.","type":{"kind":"INPUT_OBJECT","name":"CrossEntityDateRangeInput","ofType":null},"defaultValue":null},{"name":"strategy","description":"Controls the trade-off between search quality and response time. Defaults to balanced.","type":{"kind":"ENUM","name":"SearchStrategy","ofType":null},"defaultValue":null},{"name":"board_ids","description":"Filter items to specific board IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"workspace_ids","description":"Filter items to specific workspace IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchItemResults","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"boards","description":"Search for boards.","args":[{"name":"query","description":"The search query string.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of results to return (default 10, max 20).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"date_range","description":"Date range filter.","type":{"kind":"INPUT_OBJECT","name":"CrossEntityDateRangeInput","ofType":null},"defaultValue":null},{"name":"strategy","description":"Controls the trade-off between search quality and response time. Defaults to balanced.","type":{"kind":"ENUM","name":"SearchStrategy","ofType":null},"defaultValue":null},{"name":"board_ids","description":"Filter boards to specific board IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"workspace_ids","description":"Filter boards to specific workspace IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchBoardResults","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"docs","description":"Search for documents.","args":[{"name":"query","description":"The search query string.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of results to return (default 10, max 20).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"date_range","description":"Date range filter.","type":{"kind":"INPUT_OBJECT","name":"CrossEntityDateRangeInput","ofType":null},"defaultValue":null},{"name":"strategy","description":"Controls the trade-off between search quality and response time. Defaults to balanced.","type":{"kind":"ENUM","name":"SearchStrategy","ofType":null},"defaultValue":null},{"name":"workspace_ids","description":"Filter documents to specific workspace IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchDocResults","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"workspaces","description":"Search for workspaces.","args":[{"name":"query","description":"The search query string.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"limit","description":"Maximum number of results to return (default 10, max 20).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"date_range","description":"Date range filter.","type":{"kind":"INPUT_OBJECT","name":"CrossEntityDateRangeInput","ofType":null},"defaultValue":null},{"name":"strategy","description":"Controls the trade-off between search quality and response time. Defaults to balanced.","type":{"kind":"ENUM","name":"SearchStrategy","ofType":null},"defaultValue":null},{"name":"workspace_ids","description":"Filter to specific workspace IDs.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"kind","description":"Filter workspaces by kind (open or closed).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchWorkspaceResults","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchOverviewResult","description":"A single overview search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the overview.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Overview data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedOverview","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live overview data via federation. Null when the referenced overview cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Overview","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchOverviewResults","description":"Wrapper for a list of overview search results.","fields":[{"name":"results","description":"List of overview search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchOverviewResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SearchStrategy","description":"Controls the trade-off between search quality and response time.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"SPEED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BALANCED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QUALITY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"SearchTimelineItemResult","description":"A single timelineitem search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the timelineitem.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"TimelineItem data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedTimelineItem","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live timelineitem data via federation. Null when the referenced timelineitem cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchTimelineItemResults","description":"Wrapper for a list of timelineitem search results.","fields":[{"name":"results","description":"List of timelineitem search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchTimelineItemResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchUpdateResult","description":"A single update search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Update data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedUpdate","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live update data via federation. Null when the referenced update cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchUpdateResults","description":"Wrapper for a list of update search results.","fields":[{"name":"results","description":"List of update search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchUpdateResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchUserResult","description":"A single user search result with indexed and live data.","fields":[{"name":"id","description":"Unique identifier of the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"User data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedUser","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live user data via federation. Null when the referenced user cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchUserResults","description":"Wrapper for a list of user search results.","fields":[{"name":"results","description":"List of user search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchUserResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchWorkspaceResult","description":"A single workspace search result.","fields":[{"name":"id","description":"Unique identifier of the workspace.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"indexed_data","description":"Workspace data from the search index.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchIndexedWorkspace","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"live_data","description":"Live workspace data via federation. Null when the referenced workspace cannot be resolved by the owning subgraph (e.g. deleted, not accessible to the caller, or indexing lag).","args":[],"type":{"kind":"OBJECT","name":"Workspace","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchWorkspaceResults","description":"Wrapper for a list of workspace search results.","fields":[{"name":"results","description":"List of workspace search results.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SearchWorkspaceResult","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimelineItem","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":"The item that the timeline item is on.","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"The board that the timeline item is on.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"The user who created the timeline item.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the timeline item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"custom_activity_id","description":"The external ID of the custom activity of the timeline item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The content of the timeline item.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The creation date of the timeline item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"metadata","description":"Type-specific metadata for the timeline item. Populated based on the timeline item type.","args":[],"type":{"kind":"UNION","name":"TimelineItemMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TimelineItemKind","description":"Kind of timeline item.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"googleCalendar","description":"","isDeprecated":false,"deprecationReason":null},{"name":"outlookCalendar","description":"","isDeprecated":false,"deprecationReason":null},{"name":"zoom","description":"","isDeprecated":false,"deprecationReason":null},{"name":"activity","description":"","isDeprecated":false,"deprecationReason":null},{"name":"custom","description":"","isDeprecated":false,"deprecationReason":null},{"name":"note","description":"","isDeprecated":false,"deprecationReason":null},{"name":"videoMeeting","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phoneCall","description":"","isDeprecated":false,"deprecationReason":null},{"name":"meeting","description":"","isDeprecated":false,"deprecationReason":null},{"name":"aiAssistant","description":"","isDeprecated":false,"deprecationReason":null},{"name":"aiReply","description":"","isDeprecated":false,"deprecationReason":null},{"name":"portal","description":"","isDeprecated":false,"deprecationReason":null},{"name":"demoEmail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"aiSummary","description":"","isDeprecated":false,"deprecationReason":null},{"name":"form","description":"","isDeprecated":false,"deprecationReason":null},{"name":"portfolio_status","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sequencesEmail","description":"","isDeprecated":false,"deprecationReason":null},{"name":"outreachExpertPhoneCall","description":"","isDeprecated":false,"deprecationReason":null},{"name":"outreachExpertPhoneCallV2","description":"","isDeprecated":false,"deprecationReason":null},{"name":"mergedTickets","description":"","isDeprecated":false,"deprecationReason":null},{"name":"customInternalApp","description":"","isDeprecated":false,"deprecationReason":null},{"name":"campaigns","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"TimelineItemProductKind","description":"Product kind that owns the timeline item.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"service","description":"","isDeprecated":false,"deprecationReason":null},{"name":"crm","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Update","description":"An update.","fields":[{"name":"id","description":"The update's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":"The update's assets/files.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Asset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"The update's html formatted body.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The update's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The update's creator.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The unique identifier of the update creator.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The update's item ID.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"replies","description":"The update's replies.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Reply","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"text_body","description":"The update's text body.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The update's last edit date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edited_at","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"likes","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Like","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pinned_to_top","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UpdatePin","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"viewers","description":"","args":[{"name":"limit","description":"Number of items to get, the default is 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"100"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Watcher","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"original_creation_date","description":"The original creation time of the update.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":"","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Workspace","description":"A monday.com workspace.","fields":[{"name":"id","description":"The workspace's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_product","description":"The account product that contains workspace.","args":[],"type":{"kind":"OBJECT","name":"AccountProduct","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The workspace's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The workspace's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_default_workspace","description":"Returns true if it is the default workspace of the product or account","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The workspace's kind (open / closed / template).","args":[],"type":{"kind":"ENUM","name":"WorkspaceKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The workspace's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"owners_subscribers","description":"The workspace's user owners.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The workspace's settings.","args":[],"type":{"kind":"OBJECT","name":"WorkspaceSettings","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The workspace's state (all / active / archived / deleted).","args":[],"type":{"kind":"ENUM","name":"State","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"team_owners_subscribers","description":"The workspace's team owners.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"teams_subscribers","description":"The teams subscribed to the workspace.","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"users_subscribers","description":"The users subscribed to the workspace","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppDeletionResponse","description":"Response object for app deletion operations","fields":[{"name":"success","description":"Whether the deletion was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Deletion result message","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppDocumentationAiResponse","description":"Response from querying the apps documentation AI.","fields":[{"name":"id","description":"Unique identifier for this query response.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"question","description":"The original question that was asked.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"answer","description":"The AI-generated answer based on the documentation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"conversation_id","description":"The conversation ID for follow-up queries.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppFeatureRelation","description":"Represents a relation between two app features in an app version.","fields":[{"name":"id","description":"Unique identifier of the app feature relation.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Date when the relation was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Date when the relation was last updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"source_id","description":"The ID of the source app feature for this relation.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"target_reference_id","description":"The reference ID of the target app feature for this relation.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the app feature relation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the app feature relation.","args":[],"type":{"kind":"ENUM","name":"AppFeatureRelationKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"Additional metadata for this app feature relation.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AppFeatureRelationKind","description":"The kind of the app feature relation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DEPENDENCY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOSTING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AppFeatureReleaseDataInput","description":"Input for app feature release data.","fields":null,"inputFields":[{"name":"url","description":"The URL for the release.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AppFeatureReleaseInput","description":"Input for updating an app feature release.","fields":null,"inputFields":[{"name":"kind","description":"The hosting type for the release. The app release category will be automatically determined based on this value.","type":{"kind":"ENUM","name":"AppFeatureReleaseKind","ofType":null},"defaultValue":null},{"name":"data","description":"The data of the release.","type":{"kind":"INPUT_OBJECT","name":"AppFeatureReleaseDataInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AppFeatureReleaseKind","description":"The hosting type for the app feature release","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"SERVER_SIDE_CODE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CLIENT_SIDE_CODE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_HOSTING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AppFeatureType","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the app feature","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The app feature app id","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reference_id","description":"The reference ID of the app feature","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the app feature","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The data of the app feature","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deployment","description":"The deployment information for the app feature","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AppFeatureTypeE","description":"The type of the app feature.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OAUTH","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTEGRATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SOLUTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DASHBOARD_WIDGET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_SETTINGS_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DOC_ACTIONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_BOARD_MAIN_MENU_HEADER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_ITEM_UPDATE_ACTIONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_DOC_SLASH_COMMAND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_DOC_CONTEXTUAL_MENU","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_DOC_QUICK_START","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_DOC_TOP_BAR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COLUMN_TEMPLATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_IC_ASSISTANT_HELP_CENTER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"APP_WIZARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GROUP_MENU_ACTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_MENU_ACTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTIFICATION_KIND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTIFICATION_SETTING_KIND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BLOCK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_BATCH_ACTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_FORMULA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_ITEM_EMAILS_AND_ACTIVITIES_ACTIONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_EMAILS_AND_ACTIVITIES_HEADER_ACTIONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_TYPE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PRODUCT_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_COLUMN_ACTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_COLUMN_EXTENSION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PACKAGED_BLOCK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREDENTIALS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TOPBAR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKFLOW_TEMPLATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COLUMN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUB_WORKFLOW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_HEADER_ACTION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DIALOG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATA_ENTITY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SYNCABLE_RESOURCE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_AGENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SURFACE_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GROWTH_CONFIG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MODAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ADMIN_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DIGITAL_WORKER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_AGENT_SKILL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKILL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_OBJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_ITEM_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_PLATFORM_AGENT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AppKind","description":"The visibility type of an app","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PUBLIC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AppPermission","description":"Permitted OAuth scopes for apps","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ME_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARDS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARDS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACES_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACES_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USERS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USERS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATES_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATES_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TAGS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ASSETS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEAMS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEAMS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPARTMENTS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPARTMENTS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTIFICATIONS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WEBHOOKS_WRITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WEBHOOKS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DOCS_READ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DOCS_WRITE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AppStatus","description":"The current state of an app based on its version status","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DRAFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIVE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AppType","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The app name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"api_app_id","description":"The API app ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"client_id","description":"The client ID used to identify the app for OAuth and API access","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url","description":"The app photo URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url_small","description":"The app photo URL for small size","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The app kind","args":[],"type":{"kind":"ENUM","name":"AppKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The app status (i.e. is live?)","args":[],"type":{"kind":"ENUM","name":"AppStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version_type","description":"The latest version type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description of the app","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"slug","description":"The URL-friendly identifier","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"permissions","description":"The array of permission scopes","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"webhook_url","description":"The webhook endpoint URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The user who created the app","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The app account ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collaborators","description":"The app collaborators","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"features","description":"The apps' features","args":[{"name":"live_version_only","description":"Whether to return only the live version data instead of all versions","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false"},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppFeatureType","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AppVersionStatus","description":"The lifecycle status of an app version","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DRAFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPRECATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROMOTING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateAppFeatureRelationInput","description":"Input for creating an app feature relation.","fields":null,"inputFields":[{"name":"app_feature_id","description":"The ID of the source app feature for this relation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target_app_feature_slug","description":"The app feature full slug of the target app feature.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of the app feature relation.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AppFeatureRelationKind","ofType":null}},"defaultValue":null},{"name":"name","description":"The name of the relation.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"data","description":"Additional metadata for this relation.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateAppInput","description":"Input for creating an app with its configuration data.","fields":null,"inputFields":[{"name":"name","description":"The display name of the app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"kind","description":"App visibility type","type":{"kind":"ENUM","name":"AppKind","ofType":null},"defaultValue":null},{"name":"description","description":"Detailed description of the app","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"slug","description":"URL-friendly identifier in the format {account_slug}_{app_slug}. Must contain only letters, numbers, dashes, and underscores. Example: \"account-slug_my-scheduler\"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"permissions","description":"Array of permission scopes","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AppPermission","ofType":null}}},"defaultValue":null},{"name":"webhook_url","description":"Webhook endpoint URL","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"collaborators","description":"Array of user IDs with access","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateAppResponse","description":"Response object for app creation operations, including app data and API credentials","fields":[{"name":"id","description":"The app's ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"api_app_id","description":"The app's API app ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"client_id","description":"The app's client ID","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"client_secret","description":"The app's client secret","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signing_secret","description":"The app's signing secret used for webhook signature verification","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeveloperAppVersion","description":"An app version","fields":[{"name":"id","description":"The unique identifier of the app version","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"InstallAppInput","description":"Input for installing an app on the current account.","fields":null,"inputFields":[{"name":"app_identifier","description":"The app identifier (numeric ID or slug)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"permitted_workspaces","description":"Optional list of workspace IDs to restrict app access to specific workspaces","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InstallAppResponse","description":"Response object for app installation","fields":[{"name":"app_id","description":"The installed app identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created","description":"Whether a new install was created (false if app was already installed)","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LifecycleEventInput","description":"Input for a single lifecycle event subscription","fields":null,"inputFields":[{"name":"event_type","description":"The lifecycle event type (e.g., \"AppFeatureColumn:create\")","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"webhook_url","description":"The webhook URL for this event (max 2048 characters)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"is_sync","description":"Whether the subscription is synchronous (defaults to false)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LifecycleSubscriptionKind","description":"A lifecycle subscription configuration for an entity","fields":[{"name":"id","description":"The subscription ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity_id","description":"The entity ID (e.g., app feature ID)","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity_type","description":"The type of entity (e.g., \"appFeature\")","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event_type","description":"The lifecycle event type (e.g., \"AppFeatureColumn:create\")","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"webhook_url","description":"The webhook URL for notifications","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_sync","description":"Whether the subscription is synchronous","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the subscription was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"When the subscription was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateAppFeatureInput","description":"Input for updating an app feature with its associated data and release information.","fields":null,"inputFields":[{"name":"data","description":"The app feature data to update. This structure is dynamic and depends on the different app feature types.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"deployment","description":"The deployment data to update. https://developer.monday.com/apps/docs/deploy-your-app","type":{"kind":"INPUT_OBJECT","name":"AppFeatureReleaseInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateAppInput","description":"Input for updating an existing app. Creates draft version for live apps.","fields":null,"inputFields":[{"name":"name","description":"The display name of the app","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"kind","description":"App visibility type","type":{"kind":"ENUM","name":"AppKind","ofType":null},"defaultValue":null},{"name":"description","description":"Detailed description of the app","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"slug","description":"URL-friendly identifier (only settable if app has no existing slug)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"permissions","description":"Array of permission scopes (replaces existing permissions)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AppPermission","ofType":null}}},"defaultValue":null},{"name":"webhook_url","description":"Webhook endpoint URL","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"collaborators","description":"Array of user IDs with access (replaces existing collaborators)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateLifecycleSubscriptionsInput","description":"Input for updating lifecycle subscriptions for an entity","fields":null,"inputFields":[{"name":"lifecycle_events","description":"List of lifecycle event configurations (must have unique eventType values)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"LifecycleEventInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardMuteSettings","description":"","fields":[{"name":"board_id","description":"Board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mute_state","description":"Human-friendly mute state for the board and current user","args":[],"type":{"kind":"ENUM","name":"BoardMuteState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":"List of enabled customizable settings when the board is in CUSTOM_SETTINGS mute state. Null otherwise.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CustomizableBoardSettings","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardMuteState","description":"Represents the mute state of a board for the current user.\n\n- NOT_MUTED: The board is not muted at all (default state). This state, as well as MUTE_ALL, is set by the board owner(s) and only they can change it.\n- MUTE_ALL: All notifications for all users are muted on this board. This state, as well as NOT_MUTED, is set by the board owner(s) and only they can change it.\n- MENTIONS_AND_ASSIGNS_ONLY: The current user will only be notified if mentioned or assigned on the board. \n- CUSTOM_SETTINGS: The current user will only be notified for the enabled custom settings. configurable settings: IM_MENTIONED, IM_ASSIGNED, AUTOMATION_NOTIFY \n- CURRENT_USER_MUTE_ALL: Only the current user has all notifications muted from this board.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NOT_MUTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MUTE_ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MENTIONS_AND_ASSIGNS_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOM_SETTINGS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CURRENT_USER_MUTE_ALL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ChannelEditableStatus","description":"Whether this channel is editable, always enabled, or not relevant to the notification","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AllRelatedNotificationsDontHaveChannel","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AlwaysEnabled","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Editable","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ChannelType","description":"Available notification channel types: Monday, Email, Slack","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Monday","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Email","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Slack","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"CustomizableBoardSettings","description":"These settings can be customized when the board is in CUSTOM_SETTINGS mute state. Configurable settings: IM_MENTIONED, IM_ASSIGNED, AUTOMATION_NOTIFY","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"IM_MENTIONED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IM_ASSIGNED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AUTOMATION_NOTIFY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"NotificationSetting","description":"Represents notification settings configuration","fields":[{"name":"kind","description":"Notification setting kind","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the notification setting","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_for_admins_only","description":"Whether this setting is only configurable by admins","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_for_non_guests_only","description":"Whether this setting is not applicable for guest users","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"channels","description":"Available notification channels for this setting","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"NotificationSettingChannel","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NotificationSettingChannel","description":"Represents a notification channel configuration","fields":[{"name":"name","description":"Notification channel destination: Monday, Email, Slack","args":[],"type":{"kind":"ENUM","name":"ChannelType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"enabled","description":"Whether notifications are enabled for this channel","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editable_status","description":"Whether or not this channel settings is editable","args":[],"type":{"kind":"ENUM","name":"ChannelEditableStatus","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"NotificationTargetType","description":"The notification's target type.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Project","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Post","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"NotificationV2","description":"A notification.","fields":[{"name":"id","description":"The unique identifier of the notification.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the notification was created.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the notification.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The text content of the notification.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creators","description":"The users who created the notification.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"read","description":"Whether the notification has been read.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"update","description":"The update that triggered the notification.","args":[],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":"The item that is associated with the notification.","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"The board that is associated with the notification.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ScopeType","description":"notification settings scope types, the options are account user defaults or user private settings","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"User","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AccountNewUserDefaults","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AiModel","description":"Available AI model tiers.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"MONDAY_FAST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONDAY_STANDARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONDAY_POWERFUL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"RunPromptConfigInput","description":"Configuration options for the AI completion request.","fields":null,"inputFields":[{"name":"model","description":"The AI model to use for the completion.","type":{"kind":"ENUM","name":"AiModel","ofType":null},"defaultValue":null},{"name":"system_prompt","description":"An optional system prompt to set context for the model.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"temperature","description":"Sampling temperature between 0 and 1.","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"max_tokens","description":"Maximum number of tokens to generate.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RunPromptResult","description":"The result of running a prompt against an AI model.","fields":[{"name":"content","description":"The generated text content from the model.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AiActionResponse","description":"Response from AI action request","fields":[{"name":"data","description":"The structured response data from the AI","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the request was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"Token usage information","args":[],"type":{"kind":"OBJECT","name":"TokenUsage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AiDocumentActionResponse","description":"Response from document AI extraction request","fields":[{"name":"data","description":"The structured extraction result from the AI","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the request was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"Token usage information","args":[],"type":{"kind":"OBJECT","name":"TokenUsage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"warnings","description":"Warnings encountered during processing (e.g. skipped assets)","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AllowedFileMime","description":"Allowed MIME types for file uploads","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"IMAGE_PNG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_JPEG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_GIF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_WEBP","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_AVIF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_HEIC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IMAGE_SVG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO_MP4","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO_WEBM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO_QUICKTIME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIDEO_OGG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"APPLICATION_PDF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT_CSV","description":"","isDeprecated":false,"deprecationReason":null},{"name":"APPLICATION_XLSX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT_MARKDOWN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT_PLAIN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AppAudit","description":"An audit record for app actions","fields":[{"name":"id","description":"Unique identifier for the audit record","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account ID associated with the audit","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The user ID who performed the action","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_admin","description":"Whether the user who performed the action is an admin","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of audit action","args":[],"type":{"kind":"ENUM","name":"AppAuditKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The app ID that was audited","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the audit record was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AppAuditKind","description":"The type of app audit action","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UNPUBLISH","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AssetCaptionStatus","description":"AI captioning status of a vibe asset","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NONE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AssetCompletePartInput","description":"ETag for a completed S3 upload part","fields":null,"inputFields":[{"name":"part_number","description":"Part number matching the part returned by asset_upload","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"etag","description":"ETag header value returned by S3 after uploading the part","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AssetCompleteUploadInput","description":"Input for completing a multipart asset upload","fields":null,"inputFields":[{"name":"upload_id","description":"Upload session ID from asset_upload","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"filename","description":"Resolved filename from asset_upload","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"content_type","description":"MIME type of the asset","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"file_size","description":"File size in bytes","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"parts","description":"Completed part ETags from S3","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AssetCompletePartInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssetPartUrl","description":"Presigned S3 URL for a single multipart upload part","fields":[{"name":"part_number","description":"Part number for multipart upload ordering","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Presigned S3 URL to upload this part directly","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"size_range","description":"Byte range this part should contain","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssetSizeRange","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssetSizeRange","description":"Byte range for a multipart upload part","fields":[{"name":"start","description":"Start byte offset of this upload part","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end","description":"End byte offset of this upload part","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssetUploadResult","description":"Result of initiating a multipart asset upload","fields":[{"name":"upload_id","description":"Upload session ID — pass to asset_complete_upload once all parts are uploaded","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filename","description":"Resolved filename (may differ from input if a collision was auto-suffixed)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parts","description":"Presigned S3 URLs for each upload part","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssetPartUrl","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BillingCycleDates","description":"Billing cycle information for the AI credits bucket of the current account","fields":[{"name":"start_date","description":"Start date of the current billing cycle (ISO 8601). Null when no AI credits bucket is provisioned","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"End date of the current billing cycle (ISO 8601). Null when no AI credits bucket is provisioned","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BoardDataSourceInput","description":"Input for specifying a board data source (type is always BOARD)","fields":null,"inputFields":[{"name":"id","description":"The ID of the board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardPromptSuggestions","description":"Prompt suggestions for a single board","fields":[{"name":"board_id","description":"The ID of the board these suggestions are for","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"suggestions","description":"The prompt suggestions for this board","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PromptSuggestion","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardViewPermission","description":"Permission result for creating views on a specific board","fields":[{"name":"board_id","description":"The board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_create","description":"Whether the user can create views on this board","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ChatMessage","description":"A chat message in a conversation","fields":[{"name":"id","description":"Unique identifier for the chat message","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vibe_app_id","description":"ID of the Vibe app this message belongs to","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"ID of the account that owns this message","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"ID of the user who sent or received this message","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sender","description":"Who sent this message","args":[],"type":{"kind":"ENUM","name":"ChatSender","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The message content","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message_type","description":"The type of message","args":[],"type":{"kind":"ENUM","name":"ChatMessageKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mode","description":"The mode of the message (BUILD or ASK)","args":[],"type":{"kind":"ENUM","name":"ChatModeKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code_version_id","description":"ID of the code version associated with this message","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"rollback_version_id","description":"ID of the version that was live when this user message initiated code generation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"credits_used","description":"AI credits charged for generating the response to this user message.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"langsmith_trace_id","description":"LangSmith trace id for the turn that produced this message. Exposed only to users with the trace-exposure flag enabled; populated only in environments where tracing is on. Clients build the trace URL from this id.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"temporal_run_id","description":"Temporal workflow run id for the turn that produced this message. Gated behind the same trace-exposure flag as langsmith_trace_id. The workflow id is the vibe app id; clients build the Temporal UI URL from the run id, namespace, app id, env and region.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"temporal_namespace","description":"Temporal namespace for the turn that produced this message (`vibe`, or `default` under monday-mirror). Gated behind the same trace-exposure flag as langsmith_trace_id.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"feedbacks","description":"User feedback for this chat message","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserFeedback","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"Files attached to this message","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ChatMessageFile","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"component_references","description":"UI element references attached to this message","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ChatMessageComponentReference","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ChatMessageComponentReference","description":"A UI element reference attached to a chat message","fields":[{"name":"title","description":"Human-readable element label shown in the UI chip","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"component_path","description":"Clearest locator for the agent, e.g. \"src/components/Hero.tsx:42\"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"component_name","description":"React component display name, when resolvable","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source_file","description":"Source file relative to the app project root, when resolvable","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"line","description":"1-based line number in the source file, when resolvable","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"stack","description":"React owner-stack string (render path), when resolvable","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"html","description":"Outer HTML snippet of the picked element (smart-elided by the app)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Trimmed visible text of the picked element, when present","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ChatMessageComponentReferenceInput","description":"Input for a UI element reference attached to a chat message","fields":null,"inputFields":[{"name":"title","description":"Human-readable element label shown in the UI chip","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"component_path","description":"Clearest locator for the agent, e.g. \"src/components/Hero.tsx:42\"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"component_name","description":"React component display name, when resolvable","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"source_file","description":"Source file relative to the app project root, when resolvable","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"line","description":"1-based line number in the source file, when resolvable","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"stack","description":"React owner-stack string (render path), when resolvable","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"html","description":"Outer HTML snippet of the picked element (smart-elided by the app)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"text","description":"Trimmed visible text of the picked element, when present","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ChatMessageFile","description":"A file attached to a chat message","fields":[{"name":"file_name","description":"The original file name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"The MIME type of the file","args":[],"type":{"kind":"ENUM","name":"AllowedFileMime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"download_url","description":"Presigned URL to download the file","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ChatMessageFileInput","description":"Input for a file attached to a chat message","fields":null,"inputFields":[{"name":"s3_key","description":"The S3 key where the file is stored","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"file_name","description":"The original file name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"mime_type","description":"The MIME type of the file","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AllowedFileMime","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ChatMessageKind","description":"The type of chat message","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PROCESSING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REASONING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INDICATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CTA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TOOL_CALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_CONNECTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_DISCONNECTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CHIPS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ChatMessagePaginationInput","description":"Input for paginating chat messages","fields":null,"inputFields":[{"name":"limit","description":"Maximum number of messages to retrieve (default: 10)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"10"},{"name":"fromDate","description":"Fetch messages starting from this Date (inclusive)","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null},{"name":"beforeDate","description":"Fetch messages before this Date (exclusive)","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ChatModeKind","description":"The mode of a chat message","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BUILD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ASK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLAN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ChatSender","description":"The sender of a chat message","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CodeFile","description":"A generated code file","fields":[{"name":"path","description":"File path (e.g. src/generated/App.jsx)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"File content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectedBoardPermission","description":"Permission result for a connected board","fields":[{"name":"board_id","description":"The board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_edit","description":"Whether the user can access and edit content in this board","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CreateAppModeInput","description":"Mode for creating a new vibe app","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BUILD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ASK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLAN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CreateBoardViewPreBuiltResult","description":"Result of creating a board view instance for a pre-built vibe","fields":[{"name":"success","description":"Whether the operation was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"view_id","description":"ID of the created view","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CredentialsCreatedInput","description":"Input for handling credentials created event","fields":null,"inputFields":[{"name":"ai_app_id","description":"The ID of the AI app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"message_id","description":"The ID of the CTA message","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"block_instance_id","description":"The ID of the block instance","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"credentials_key","description":"The key for the credentials","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"credentials_reference_id","description":"The reference ID for the credentials","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"credentials_id","description":"The ID of the created credentials","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"variable_key","description":"Optional variable key for updating existing variable","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CredentialsCreatedResult","description":"Result of handling credentials created event","fields":[{"name":"ai_app_id","description":"The ID of the AI app","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variable_key","description":"The variable key (unique within aiAppId) for referencing this credential","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CurrentPublicTemplateLinkResult","description":"The current public-template-link share token if one exists for the app's live code version","fields":[{"name":"share_token","description":"The share token for the public template link","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DataSourceInput","description":"Input for specifying a data source for a multi-board vibe app","fields":null,"inputFields":[{"name":"id","description":"The ID of the data source (e.g. board ID)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of data source","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MondayDataSourceType","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeploymentResult","description":"Result of a deployment operation","fields":[{"name":"success","description":"Whether the operation was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EnhancedPromptResult","description":"Result of enhancing a prompt with AI capabilities","fields":[{"name":"original","description":"The original user prompt","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"addition","description":"The AI capabilities text that was added","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FeedbackSentiment","description":"The sentiment of user feedback","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"POSITIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEGATIVE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FileUploadUrl","description":"Presigned URL for uploading a file to S3","fields":[{"name":"upload_url","description":"Presigned URL to upload the file directly to S3","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"s3_key","description":"S3 key where the file will be stored","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"expires_at","description":"When the presigned URL expires","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_upload_result","description":"Assets-core upload session — present when vibe-assets-upload flag is ON and file_size was provided. Pass upload_id and part ETags to vibe.asset_complete_upload after uploading to each part URL.","args":[],"type":{"kind":"OBJECT","name":"AssetUploadResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GenerateMarketplaceTemplateResult","description":"Result of generating a marketplace template for a vibe app","fields":[{"name":"share_token","description":"The share token for the marketplace template","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GeneratePublicTemplateLinkResult","description":"Result of generating a public template link for a vibe app","fields":[{"name":"share_token","description":"The share token for the public template link","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GenerateRemixLinkResult","description":"Result of generating a public template link for a vibe app (deprecated alias)","fields":[{"name":"share_token","description":"The share token for the public template link","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"HostEntityType","description":"Types of entities that can host an AI app instance","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DASHBOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_VIEW","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"HostTargetInput","description":"Input for specifying the host target where the app will be installed","fields":null,"inputFields":[{"name":"type","description":"The type of host entity (e.g. board)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"id","description":"The ID of the host entity","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InspirationItem","description":"A curated design/style inspiration for app creation","fields":[{"name":"id","description":"The inspiration identifier","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"style","description":"Style name, e.g. \"Minimal SaaS\"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"use_case","description":"Use case tagline, e.g. \"Clean, airy, lots of whitespace\"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnail_url","description":"Absolute CDN URL for the thumbnail image","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InstallFromPublicTemplateLinkResult","description":"Result of installing an app from a public template link","fields":[{"name":"ai_app_id","description":"The ID of the newly created app","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"boards_count","description":"The number of boards included in the installed template","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InstallFromRemixResult","description":"Result of installing an app from a public template link (deprecated alias)","fields":[{"name":"ai_app_id","description":"The ID of the newly created app","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"boards_count","description":"The number of boards included in the installed template","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"IntegrationExecutionResult","description":"Result of executing an integration block","fields":[{"name":"output_fields","description":"The output fields returned by the integration block execution","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"IntegrationVariable","description":"An integration variable (credentials or field value)","fields":[{"name":"id","description":"Unique identifier for the variable","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ai_app_id","description":"ID of the AI app this variable belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variable_key","description":"The variable key slot","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_feature_type","description":"Type of variable: AppFeatureCredentials or AppFeatureFieldType","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_feature_reference_id","description":"Reference ID of the app feature","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"LLMModelInput","description":"Available LLM models for code generation","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CLAUDE_4_5_SONNET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CLAUDE_4_6_SONNET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CLAUDE_5_SONNET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CLAUDE_HAIKU_4_5","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CLAUDE_OPUS_4_6","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GEMINI_3_1_PRO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GEMINI_3_5_FLASH","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GEMINI_3_1_FLASH_LITE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GPT_5_NANO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GPT_5","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GPT_5_MINI","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GPT_5_1","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GPT_5_2","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"MessageTypeInput","description":"Message type for sending chat messages","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ASK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MondayAssetDocumentSourceInput","description":"Reference to a monday.com file-column asset for document extraction","fields":null,"inputFields":[{"name":"asset_id","description":"The monday.com asset ID (obtained from BoardSDK file-column queries)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MondayDataSourceType","description":"Types of Monday.com entities that can be used as data sources","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PromptSuggestion","description":"A prompt suggestion for a vibe","fields":[{"name":"name","description":"The name of the prompt suggestion","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prompt","description":"The prompt suggestion","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"PromptSuggestionFor","description":"The type of context for generating prompt suggestions","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SEARCH_QUERY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WIDGET","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"PromptSuggestionPlatform","description":"The platform requesting prompt suggestions","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"WEB","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MOBILE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PublicTemplateLinkPreviewResult","description":"Display metadata for a public-template-link, used on the install preview card","fields":[{"name":"name","description":"The name of the source app","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"A short description of the source app. Currently always null until tagline backfill ships.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variant","description":"The vibe variant of the source app","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"images","description":"Image URLs for the install card. Null until SharedTemplates.images is populated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"source_ai_app_id","description":"The id of the source AI app the template was created from","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PublishedCommunityAppsResult","description":"Paginated result for published community apps","fields":[{"name":"items","description":"The apps on the current page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SharedTemplate","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_next_page","description":"Whether there are more apps beyond this page","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"PublishedCommunityAppsSortBy","description":"Fields available for sorting published_community_apps results","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DOWNLOADS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"QueueMessageResponse","description":"Response from queue_message mutation","fields":[{"name":"message_id","description":"The ID assigned to the queued message","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"QueuedMessage","description":"A message waiting in the queue while the agent is busy","fields":[{"name":"message_id","description":"The id assigned to the queued message","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"The message content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_chat_mode","description":"Whether this is a chat-mode (discuss) message","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"model","description":"LLM model selected for code generation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the message was queued (epoch milliseconds)","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"Files attached to the queued message","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"QueuedMessageFile","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"QueuedMessageFile","description":"A file attached to a queued message","fields":[{"name":"s3_key","description":"The S3 key where the file is stored","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_name","description":"The original file name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"The MIME type of the file","args":[],"type":{"kind":"ENUM","name":"AllowedFileMime","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RecentVibeApp","description":"A recently visited Vibe app with per-user visit timestamps","fields":[{"name":"vibe_app","description":"The Vibe app","args":[],"type":{"kind":"OBJECT","name":"VibeApp","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"last_viewed_at","description":"When the user last VIEW-visited this app (null if never viewed)","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"last_built_at","description":"When the user last BUILD-visited this app (null if never built)","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RelevantPromptSuggestion","description":"A board-relevant prompt suggestion, render-ready with a thumbnail style","fields":[{"name":"name","description":"Short suggestion title (badge)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prompt","description":"The prompt text the user submits","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"style","description":"Thumbnail layout style token (one of the known thumbnail styles, e.g. \"data_table\")","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Short preview label for the thumbnail","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_ids","description":"Board attribution (single-element today, may be multiple later)","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"board_names","description":"Board name(s) for the chip shown on the card","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SharedTemplate","description":"A vibe app shared as a community template","fields":[{"name":"id","description":"Unique identifier of the shared template","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Display name of the shared template","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of what the template does","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variant","description":"The vibe variant of the template","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"Tags associated with this template","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"images","description":"Image URLs for this template","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ui_framework","description":"The UI framework used by this template","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The kind of this template","args":[],"type":{"kind":"ENUM","name":"SharedTemplateKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The publication status of this template","args":[],"type":{"kind":"ENUM","name":"SharedTemplateStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"downloads","description":"Number of times this template has been downloaded","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the template was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the template was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SharedTemplateKind","description":"The kind of shared template","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"REMIX","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MARKETPLACE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SharedTemplateStatus","description":"The publication status of a shared template","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DRAFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PENDING_REVIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PUBLISHED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REJECTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UNLISTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ARCHIVED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"SortOrder","description":"Sort order direction","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"SuccessResponse","description":"Standard success response for mutations","fields":[{"name":"success","description":"Whether the operation was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Optional message describing the result","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ThemeDefinitionInput","description":"Full ThemeDefinition (used for extracted/custom themes). The radii/light/dark fields are JSON-encoded — radii must contain sm/md/lg/xl/2xl, and light/dark must contain the full ThemeColorTokens map. Validated server-side via resolveTheme.","fields":null,"inputFields":[{"name":"id","description":"The theme identifier (e.g. extracted_<8-char-hash>)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"Theme display name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"radius","description":"Base border radius CSS length (e.g. \"12px\")","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"font_family","description":"Primary font family name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"font_family_secondary","description":"Secondary font family name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"radii","description":"Border radius scale as a JSON object with sm/md/lg/xl/2xl CSS length values","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"light","description":"Light mode CSS token values (HSL strings keyed by CSS variable name)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null},{"name":"dark","description":"Dark mode CSS token values (HSL strings keyed by CSS variable name)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ThemeInput","description":"Theme selection input for app creation. Provide either `id` (preset) or `definition` (extracted).","fields":null,"inputFields":[{"name":"id","description":"Predefined theme ID (e.g., \"gen_z\", \"ios_26\", \"monday_com\").","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"definition","description":"Full ThemeDefinition for an extracted theme (used when id is omitted).","type":{"kind":"INPUT_OBJECT","name":"ThemeDefinitionInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TokenUsage","description":"Token usage details from AI request","fields":[{"name":"total_tokens","description":"Total tokens used in the request","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prompt_tokens","description":"Tokens used in the prompt","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"completion_tokens","description":"Tokens used in the completion","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ToolCallDecision","description":"Decision for a tool call requiring human approval","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"APPROVED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REJECTED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ToolCallResponseInput","description":"Input for responding to a tool call that requires human input","fields":null,"inputFields":[{"name":"tool_call_id","description":"The ID of the tool call to respond to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"decision","description":"Whether to approve or reject the tool call","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ToolCallDecision","ofType":null}},"defaultValue":null},{"name":"payload","description":"Additional data to pass to the tool execution (merged with tool input)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TransitionToExternalEligibility","description":"Result of checking eligibility to transition a vibe app to external mode","fields":[{"name":"is_eligible","description":"Whether the current user owns all boards connected to this app","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateMarketplaceDataResult","description":"Result of updating marketplace template data","fields":[{"name":"share_token","description":"The share token of the updated marketplace template","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserFeedback","description":"User feedback for AI chat messages","fields":[{"name":"id","description":"Unique identifier for the feedback","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"accountId","description":"The account ID associated with the feedback","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"userId","description":"The user ID who provided the feedback","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"feedbackSentiment","description":"The sentiment of the feedback (positive or negative)","args":[],"type":{"kind":"ENUM","name":"FeedbackSentiment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"feedbackMessage","description":"The feedback message text content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"messageId","description":"The ID of the chat message this feedback relates to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"When the feedback was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"When the feedback was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserRequest","description":"A user request for various operations","fields":[{"name":"id","description":"Unique identifier for the request","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account ID associated with the request","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The user ID who created the request","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of request","args":[],"type":{"kind":"ENUM","name":"UserRequestKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleted_at","description":"The date and time the object was deleted","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserRequestKind","description":"The type of user request","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"request_to_upgrade_plan","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notify_plan_close_to_limit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"request_to_make_app_public","description":"","isDeprecated":false,"deprecationReason":null},{"name":"request_to_upgrade_board_connection","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAggregateBucket","description":"One aggregate bucket. `key` is null for an ungrouped aggregate.","fields":[{"name":"key","description":"Group key; null for an ungrouped aggregate.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Computed aggregate value.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAggregateFn","description":"Aggregate function computed over matching documents.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COUNT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AVG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MAX","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeApp","description":"A vibe app created by the AI app builder","fields":[{"name":"id","description":"The unique identifier of the vibe app","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The user ID of the vibe app creator","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The current status of the vibe app","args":[],"type":{"kind":"ENUM","name":"VibeAppStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_preview_mode","description":"Whether the current version returned to the user is preview of a draft or live version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deployment_url","description":"The live frontend deployment URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deployment_draft_url","description":"The draft deployment URL for the frontend","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cdn_key","description":"The CDN subdomain assigned to this app","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tagline","description":"A short AI-generated tagline describing what the app does","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"screenshot_url","description":"Presigned URL for the screenshot of the app's latest live version. The owner and members with full access to all connected boards/objects receive the full image; other members receive a blurred variant. Null when there is no live version or no stored screenshot.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the vibe app","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_published","description":"Whether the current app version is published to live","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The lifecycle state of the vibe app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VibeAppState","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ui_metadata","description":"The UI metadata of the vibe app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeAppUIMetadata","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"config","description":"Configuration settings for the vibe app","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeAppConfig","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"published_at","description":"The date when the vibe app was published","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_feature_reference_id","description":"The app feature reference ID corresponding to this vibe app","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"variant","description":"The variant of the vibe app (GraphQL wire key, e.g. VIBE_ITEM_VIEW)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"first_chat_message_id","description":"The ID of the first chat message for this app, or null if no messages exist","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owner","description":"The owner of this Vibe app, or null if the user could not be resolved","args":[],"type":{"kind":"OBJECT","name":"VibeAppOwner","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"chat_messages","description":"Chat messages for this app. Returns messages in chronological order (oldest to newest)","args":[{"name":"pagination","description":"Pagination options for fetching messages","type":{"kind":"INPUT_OBJECT","name":"ChatMessagePaginationInput","ofType":null},"defaultValue":"{limit: 10}"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ChatMessage","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"instances","description":"Instances of this vibe app deployed to different Monday.com entities","args":[{"name":"account_level","description":"Fetch instances at account level (returns instances for all account members)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeAppInstance","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"code_versions","description":"All active code versions for this vibe app, ordered by version number descending","args":[{"name":"limit","description":"Maximum number of versions to retrieve (default: 50, max: 100)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"50"},{"name":"where","description":"Filter criteria for code versions","type":{"kind":"INPUT_OBJECT","name":"VibeCodeVersionWhereInput","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeCodeVersion","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"audits","description":"Audit records for this app","args":[{"name":"type","description":"Filter audits by type","type":{"kind":"ENUM","name":"AppAuditKind","ofType":null},"defaultValue":null},{"name":"limit","description":"Maximum number of audits to return","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"page","description":"Page number (1-based)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppAudit","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppAccess","description":"Public access info for a vibe app, keyed by the app's mapped vibe user id (the board member id).","fields":[{"name":"vibe_user_id","description":"The vibe user id this app is mapped to (the board member id).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"The vibe app id. Used by the client to build the builder/edit link.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The vibe app name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public_link","description":"The public deployment URL of the app, if deployed.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppConfig","description":"Configuration settings for the vibe app","fields":[{"name":"auto_promote","description":"Whether the app should automatically promote new versions to live","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeAppConfigInput","description":"Input for updating vibe app configuration","fields":null,"inputFields":[{"name":"auto_promote","description":"Whether the app should automatically promote new versions to live","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppCounts","description":"Counts of vibe apps by publish status","fields":[{"name":"total","description":"Total number of apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"live","description":"Number of published apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draft","description":"Number of unpublished apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppInstance","description":"An instance of a vibe app deployed to a specific Monday.com entity","fields":[{"name":"id","description":"Unique identifier for the app instance","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"host_entity_type","description":"Type of the entity hosting this app instance","args":[],"type":{"kind":"ENUM","name":"HostEntityType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"host_entity_id","description":"ID of the specific entity hosting this app instance","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_source_entity_type","description":"Type of the entity used as data source","args":[],"type":{"kind":"ENUM","name":"MondayDataSourceType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_source_entity_ids","description":"IDs of the specific entities used as data sources","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"instance_id","description":"External instance identifier","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"ID of the folder containing this app instance","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppOwner","description":"The owner of a Vibe app","fields":[{"name":"id","description":"The owner user ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The owner display name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url","description":"The owner profile photo URLs","args":[],"type":{"kind":"OBJECT","name":"VibeAppOwnerPhotoUrl","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppOwnerPhotoUrl","description":"Photo URL variants for a Vibe app owner (original, small, thumb)","fields":[{"name":"original","description":"Full-resolution photo URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"small","description":"Small photo URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumb","description":"Thumbnail photo URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppPublishStatus","description":"Status of a vibe app including existence and publish state","fields":[{"name":"exists","description":"Whether the app exists in the database","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_published","description":"Whether the app is published (only meaningful if exists is true)","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppSearchScope","description":"Visibility scope for searching Vibe apps","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppSearchSortField","description":"Fields available for sorting search_apps results","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPDATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeAppSearchSortInput","description":"Sort options for search_apps","fields":null,"inputFields":[{"name":"field","description":"Field to sort by (default: UPDATED_AT)","type":{"kind":"ENUM","name":"VibeAppSearchSortField","ofType":null},"defaultValue":"UPDATED_AT"},{"name":"order","description":"Sort direction (default: DESC)","type":{"kind":"ENUM","name":"SortOrder","ofType":null},"defaultValue":"DESC"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppSortField","description":"Field to sort vibe apps by","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPDATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IS_PUBLISHED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PUBLISHED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"STATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeAppSortInput","description":"Input for sorting vibe apps","fields":null,"inputFields":[{"name":"field","description":"Field to sort by","type":{"kind":"ENUM","name":"VibeAppSortField","ofType":null},"defaultValue":"UPDATED_AT"},{"name":"order","description":"Sort order","type":{"kind":"ENUM","name":"SortOrder","ofType":null},"defaultValue":"DESC"}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppState","description":"The lifecycle state of a vibe app","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PRIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OLD_PRIVATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OLD_INTERNAL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppStateCounts","description":"Counts of vibe apps by lifecycle state","fields":[{"name":"total","description":"Total number of apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public","description":"Number of publicly accessible apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"internal","description":"Number of apps published within the account","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draft","description":"Number of private/draft apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppStatus","description":"The status of an AI-generated app","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GENERATING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING_MESSAGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPLOYING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"READY","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppStorage","description":"An app's App DO storage overview: usage, quota, and its collections.","fields":[{"name":"storage_bytes","description":"Bytes currently used by this app.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"quota_bytes","description":"Soft storage quota in bytes.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"collections","description":"Collections in this app's storage.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeCollection","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppUIMetadata","description":"The UI metadata of the vibe app","fields":[{"name":"app_card_color","description":"The color of the app card","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"source","description":"The source of the app creation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAppUserAccess","description":"The current user's access verdict for a specific vibe app.","fields":[{"name":"ai_app_id","description":"The vibe app id.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_access","description":"True iff the user has 'read' on every connected board AND (for OBJECT / OBJECT_FULLSTACK variants) 'read' on the app's object.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unauthorized_board_ids","description":"Connected board ids the user does NOT have read access to. Empty when all connected boards are authorized. Drives a request-board-access flow on the client.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"unauthorized_object_id","description":"The object id (= app instance_id) the user does NOT have read access to. Null when the app is not an object variant OR the user is authorized on the object. Drives a request-object-access flow on the client.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppVersionStatus","description":"The status of a code version","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DRAFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RETIRED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERRUPTED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"VibeAppVisitKind","description":"The type of visit when a user opens a Vibe app","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BUILD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeAsset","description":"An image or media asset uploaded to and shared across the account","fields":[{"name":"id","description":"Unique identifier for the vibe asset","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_id","description":"Vibe app this asset is scoped to, or null for account-level assets","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_id","description":"Asset ID in the assets-core platform service","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filename","description":"Original filename of the uploaded asset","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mime_type","description":"MIME type of the asset (e.g. image/png)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_size","description":"File size in bytes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cdn_url","description":"Permanent public CDN URL for the asset","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"Image width in pixels, populated after captioning","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"height","description":"Image height in pixels, populated after captioning","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"AI-generated caption describing the asset content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"alt_text","description":"AI-generated alt text for accessibility","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"caption_status","description":"Current status of the AI captioning process","args":[],"type":{"kind":"ENUM","name":"AssetCaptionStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Timestamp when the asset was uploaded","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp when the asset was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeBatchOpInput","description":"A single operation within a batch write.","fields":null,"inputFields":[{"name":"op","description":"One of 'insert' | 'upsert' | 'update' | 'delete'.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"collection","description":"Target collection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"id","description":"Document id (required for upsert/update/delete).","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"data","description":"Document payload (for insert/upsert/update).","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeCodeVersion","description":"A code version of a vibe app","fields":[{"name":"id","description":"The unique identifier of the code version","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of this code version","args":[],"type":{"kind":"ENUM","name":"VibeAppVersionStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version_number","description":"The sequential version number for this code version","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version_name","description":"A descriptive name for this version","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deployed_at","description":"When this version was deployed to live (if applicable)","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"retired_at","description":"When this version was retired (if applicable)","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deployment_url","description":"The CDN deployment URL for this version","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"Generated code files for this version (from src/generated/ directory)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"CodeFile","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"screenshot_url","description":"Presigned URL for the app screenshot (generated on request)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date and time the object was created","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date and time the object was last updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeCodeVersionWhereInput","description":"Filter input for code versions","fields":null,"inputFields":[{"name":"status","description":"Filter by version status (DRAFT, LIVE, RETIRED)","type":{"kind":"ENUM","name":"VibeAppVersionStatus","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeCollection","description":"A document collection within an app's App DO storage.","fields":[{"name":"name","description":"Collection name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc_count","description":"Number of documents in the collection.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":"Inferred field schema, sampled on demand. Empty for empty collections.","args":[{"name":"sample_size","description":"Max documents to sample for inference.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeCollectionField","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeCollectionField","description":"An inferred field of a collection (from sampling documents).","fields":[{"name":"path","description":"Dot-path of the field.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"JSON types observed for this field across the sample.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"presence","description":"Fraction of sampled docs containing this field (0..1).","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sample","description":"A sample value for this field, if any.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeDocument","description":"One App DO document. `data` is the opaque app-defined JSON payload.","fields":[{"name":"id","description":"Document id (unique within its collection).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"Opaque app-defined JSON payload.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Creation time (epoch milliseconds).","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last-update time (epoch milliseconds).","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"Actor that created the document.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":"Actor that last updated the document.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeDocumentConnection","description":"A page of documents with an opaque forward cursor.","fields":[{"name":"nodes","description":"Documents in this page.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeDocument","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"end_cursor","description":"Cursor to fetch the next page; null when there are no more.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_next_page","description":"Whether another page exists.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeFilterInput","description":"A single AND-ed filter. `field` is a dot-path (e.g. `address.city`).","fields":null,"inputFields":[{"name":"field","description":"Dot-path to the document field to filter on.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"op","description":"Comparison operator.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VibeFilterOp","ofType":null}},"defaultValue":null},{"name":"value","description":"Omit / null for IS NULL checks; array for IN.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeFilterOp","description":"Comparison operator for a document filter. Filters combine with AND only.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EQ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEQ","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LTE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GTE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ARRAY_CONTAINS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeMutations","description":"Namespace for all vibe-related mutations","fields":[{"name":"rollback_to_version","description":"Rollback an AI app to an older specific version","args":[{"name":"id","description":"The id of the vibe app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"version_id","description":"The id of the version to rollback to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"SuccessResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ai_actions","description":"Execute an AI action and get a structured response","args":[{"name":"prompt","description":"The prompt to send to the AI","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"schema","description":"JSON Schema for structured output (optional, defaults to text response)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"systemPrompt","description":"System prompt to guide the AI behavior","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"appId","description":"The ID of the app making the request","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"useWebSearch","description":"Web search configuration for context augmentation","type":{"kind":"INPUT_OBJECT","name":"WebSearchConfigInput","ofType":null},"defaultValue":null},{"name":"session_tracker","description":"Optional session ID for tracking","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AiActionResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"document_ai_action","description":"Extract structured data from document files using AI","args":[{"name":"prompt","description":"The extraction prompt describing what to extract from the documents","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"schema","description":"JSON Schema for structured output (optional, defaults to text response)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"system_prompt","description":"System prompt to guide the AI behavior","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"app_id","description":"The ID of the app making the request","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"monday_assets","description":"Monday.com file-column asset references to extract data from","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MondayAssetDocumentSourceInput","ofType":null}}}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AiDocumentActionResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"enhance_prompt","description":"Enhance a user prompt to include AI capabilities","args":[{"name":"prompt","description":"The original user prompt to enhance","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"EnhancedPromptResult","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"file_upload_url","description":"Get a presigned URL to upload a file to S3","args":[{"name":"file_name","description":"Original file name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"mime_type","description":"MIME type of the file","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"AllowedFileMime","ofType":null}},"defaultValue":null},{"name":"file_size","description":"File size in bytes. When provided, the response may include asset upload information.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"FileUploadUrl","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_upload","description":"Initiate a multipart upload for a vibe asset","args":[{"name":"filename","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"content_type","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"file_size","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"AssetUploadResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_complete_upload","description":"Complete a multipart asset upload and persist the asset","args":[{"name":"input","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"AssetCompleteUploadInput","ofType":null}},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VibeAsset","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"asset_delete","description":"Delete a vibe asset","args":[{"name":"id","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VibeOrderByInput","description":"Ordering clause for a document query.","fields":null,"inputFields":[{"name":"field","description":"Dot-path to order by.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"dir","description":"Sort direction; defaults to ASC.","type":{"kind":"ENUM","name":"VibeSortDir","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibePermissions","description":"Permissions for vibe related actions","fields":[{"name":"create_open_workspace","description":"Permission to create open workspaces","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_publish_trusted_app","description":"Permission to publish vibe apps as trusted apps","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_create_or_edit_vibe_app","description":"Permission to create or edit vibe apps","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_publish_to_public_web","description":"Permission to publish vibe apps to the public web","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"can_generate_public_vibe_templates","description":"Permission to generate public vibe template links","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_board_views","description":"Permission to create views on the specified boards","args":[{"name":"board_ids","description":"Array of board IDs to check permissions for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardViewPermission","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"connected_boards","description":"Permission to view the connected boards for an AI app","args":[{"name":"ai_app_id","description":"The AI app ID to get connected boards permissions for","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"app_feature_reference_id","description":"The app feature reference id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ConnectedBoardPermission","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibePublishedStatusFilter","description":"Filter apps by published status","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ALL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PUBLISHED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_PUBLISHED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeQueries","description":"Namespace for all vibe-related queries","fields":[{"name":"app","description":"Get this vibe app details","args":[{"name":"id","description":"The id of the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"appFeatureReferenceId","description":"The app feature reference id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"account_level","description":"Get app at account level","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VibeApp","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"apps","description":"Get a list of vibe apps for the current user","args":[{"name":"status","description":"","type":{"kind":"ENUM","name":"VibeAppStatus","ofType":null},"defaultValue":null},{"name":"published_status","description":"Filter by published status. Default: ALL","type":{"kind":"ENUM","name":"VibePublishedStatusFilter","ofType":null},"defaultValue":null},{"name":"states","description":"Filter by app states. When provided, only apps with matching states are returned.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VibeAppState","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"},{"name":"search_term","description":"Search term for filtering apps","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"searchTerm","description":"[DEPRECATED] Use search_term instead","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"sort_by","description":"Sorting options. Default: { field: updatedAt, order: DESC }","type":{"kind":"INPUT_OBJECT","name":"VibeAppSortInput","ofType":null},"defaultValue":null},{"name":"as_admin","description":"If true, executes this operation with admin privileges (admin only)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeApp","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"apps_by_feature_reference","description":"Get a list of vibe apps by app feature reference IDs","args":[{"name":"app_feature_reference_ids","description":"List of app feature reference IDs","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"sort_by","description":"Sorting options. Default: { field: updatedAt, order: DESC }","type":{"kind":"INPUT_OBJECT","name":"VibeAppSortInput","ofType":null},"defaultValue":null},{"name":"as_admin","description":"If true, executes this operation with admin privileges (admin only)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeApp","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"user_feedback_by_user","description":"Get all user feedback for the current user","args":[{"name":"limit","description":"Maximum number of feedback entries to return (default: 50)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserFeedback","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"permissions","description":"Permissions for vibe related actions","args":[],"type":{"kind":"OBJECT","name":"VibePermissions","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscription","description":"Get account's current Monday Vibe subscription data","args":[],"type":{"kind":"OBJECT","name":"VibeSubscription","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"apps_count","description":"Get count of vibe apps by status","args":[{"name":"status","description":"","type":{"kind":"ENUM","name":"VibeAppStatus","ofType":null},"defaultValue":null},{"name":"search_term","description":"Search term for filtering apps","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"account_level","description":"Get counts for all apps in the account (not just user-created apps).","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"as_admin","description":"If true, executes this operation with admin privileges (admin only)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VibeAppCounts","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"apps_state_count","description":"Get count of vibe apps grouped by lifecycle state","args":[{"name":"search_term","description":"Search term for filtering apps","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"as_admin","description":"If true, executes this operation with admin privileges (admin only)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VibeAppStateCounts","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"chat_messages","description":"Get chat messages for a vibe app. Returns messages in chronological order (oldest to newest)","args":[{"name":"app_id","description":"The ID of the vibe app","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"pagination","description":"Pagination options for fetching messages","type":{"kind":"INPUT_OBJECT","name":"ChatMessagePaginationInput","ofType":null},"defaultValue":"{limit: 10}"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ChatMessage","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"user_requests","description":"Get all user requests for the current user","args":[{"name":"type","description":"Filter requests by type","type":{"kind":"ENUM","name":"UserRequestKind","ofType":null},"defaultValue":null},{"name":"limit","description":"Maximum number of requests to return","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"page","description":"Page number (1-based)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserRequest","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"themes","description":"List of available predefined themes with full styling tokens","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeTheme","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"is_app_published","description":"Check if a vibe app is published by appFeatureReferenceId","args":[{"name":"app_feature_reference_id","description":"The app feature reference id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"app_id","description":"The app feature reference id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"app_publish_status","description":"Get the existence and publish status of a vibe app","args":[{"name":"app_feature_reference_id","description":"The app feature reference id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"app_id","description":"The app id corresponding to the vibe app","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"VibeAppPublishStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"published_community_apps","description":"Get published community apps, optionally filtered by tags","args":[{"name":"tags","description":"Filter apps that contain all specified tags","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"limit","description":"Maximum number of apps to return (default 10, max 50)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"sort_by","description":"Field to sort results by (downloads or updated_at)","type":{"kind":"ENUM","name":"PublishedCommunityAppsSortBy","ofType":null},"defaultValue":"DOWNLOADS"},{"name":"sort_direction","description":"Sort direction (ASC or DESC, default DESC)","type":{"kind":"ENUM","name":"SortOrder","ofType":null},"defaultValue":"DESC"},{"name":"text_search","description":"Free text search across title and description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"page","description":"Zero-based page index for pagination. Returns results from page*limit to (page+1)*limit.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"PublishedCommunityAppsResult","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"published_community_apps_by_id","description":"Get published community apps filtered by unique IDs","args":[{"name":"ids","description":"List of unique IDs to filter by","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SharedTemplate","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"get_version_token","description":"Get the version token for the latest non-deleted version of a community app","args":[{"name":"template_id","description":"The unique ID of the template","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ai_credits_billing_cycle","description":"Get the billing cycle start and end dates for the AI credits bucket of the current account","args":[],"type":{"kind":"OBJECT","name":"BillingCycleDates","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"inspirations","description":"List of active curated inspirations for app creation","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"InspirationItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"assets","description":"List vibe assets. When app_id is provided, returns assets scoped to that app; otherwise returns all assets for the current account.","args":[{"name":"app_id","description":"Optional vibe app ID to scope assets to. Omit to list all account assets.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"VibeAsset","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"whats_new","description":"List of Vibe What's New entries","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WhatsNewItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeSortDir","description":"Sort direction for an order-by clause.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"VibeSubscription","description":"A number of currently published apps and the maximum allowed limit","fields":[{"name":"publishedApps","description":"Current number of published apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"maxPublishedApps","description":"Maximum number of published apps","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VibeTheme","description":"A predefined vibe theme with full styling tokens","fields":[{"name":"id","description":"The theme identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Theme display name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"User-friendly display name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"colors","description":"Representative colors [primary, accent, secondary] as HSL strings","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"radius","description":"Base border radius value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"font_family","description":"Primary font family name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"font_family_secondary","description":"Secondary font family name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"light","description":"Light mode CSS token values (HSL strings keyed by CSS variable name)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dark","description":"Dark mode CSS token values (HSL strings keyed by CSS variable name)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VibeVariant","description":"The variant/platform target for vibe apps","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_ITEM_VIEW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT_FULLSTACK","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WebSearchConfigInput","description":"Configuration for enabling web search in AI requests","fields":null,"inputFields":[{"name":"allowed","description":"Whether web search is enabled for this request","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null},{"name":"options","description":"Optional configuration for web search behavior","type":{"kind":"INPUT_OBJECT","name":"WebSearchOptionsInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WebSearchOptionsInput","description":"Configuration options for web search functionality","fields":null,"inputFields":[{"name":"topK","description":"Hint for max number of sources to consider (default: 5). Interpreted as guidance — the model decides retrieval breadth.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"recencyDays","description":"Hint to prioritize content from the last N days. Interpreted as guidance — not a hard filter.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WhatsNewItem","description":"A single entry from the Vibe What's New board","fields":[{"name":"id","description":"Unique identifier of the What's New item (the board item id)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Headline of the What's New entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"date","description":"Publish date of the entry, as stored on the board","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"release_status","description":"Rollout status of the feature (e.g. released, in progress)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visibility","description":"Audience the entry is visible to","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Category/type of the entry (e.g. feature, fix)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Full description of the entry","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"short_description","description":"Short summary of the entry","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"announcement_url","description":"Link target of the entry's call-to-action","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"announcement_text","description":"Label of the entry's call-to-action","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image_asset_id","description":"Monday asset id of the entry image, if any","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image_cdn_url","description":"Public CDN URL of the entry image","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"video_cdn_url","description":"Public CDN URL of the entry video","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"categories","description":"Categories/tags associated with the entry","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"likes","description":"Number of likes the entry has received","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorkspaceBoardGroup","description":"A group of related boards in a workspace","fields":[{"name":"board_ids","description":"The IDs of the boards in this group","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"reasoning","description":"The reasoning for grouping these boards together","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DailyAnalytics","description":"API usage data.","fields":[{"name":"last_updated","description":"Last time the API usage data was updated.","args":[],"type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"by_day","description":"API usage per day.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByDay","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"by_app","description":"API usage per app.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByApp","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"by_user","description":"API usage per user.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByUser","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DailyLimit","description":"Platform API daily limit.","fields":[{"name":"base","description":"Base daily limit.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"Total daily limit.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"addon","description":"Daily-limit add-on details for the account.","args":[],"type":{"kind":"OBJECT","name":"DailyLimitAddon","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DailyLimitAddon","description":"Platform API daily-limit add-on details.","fields":[{"name":"is_active","description":"Whether the account owns an active daily-limit add-on.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"quantity","description":"Number of daily-limit add-on units the account owns.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PlatformApi","description":"The Platform API's data.","fields":[{"name":"daily_limit","description":"Platform API daily limit.","args":[],"type":{"kind":"OBJECT","name":"DailyLimit","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"daily_analytics","description":"API analytics.","args":[],"type":{"kind":"OBJECT","name":"DailyAnalytics","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByApp","description":"API usage per app.","fields":[{"name":"app","description":"Application.","args":[],"type":{"kind":"OBJECT","name":"AppType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"API usage for the app.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"api_app_id","description":"API app id","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByDay","description":"API usage per day.","fields":[{"name":"day","description":"Day.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"API usage for the day.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PlatformApiDailyAnalyticsByUser","description":"API usage per user.","fields":[{"name":"user","description":"User.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"usage","description":"API usage for the user.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Version","description":"An object containing the API version details","fields":[{"name":"kind","description":"The type of the API version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"VersionKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"Version string that can be used in API-Version header","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"display_name","description":"The display name of the API version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"VersionKind","description":"All possible API version types","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"maintenance","description":"","isDeprecated":false,"deprecationReason":null},{"name":"current","description":"","isDeprecated":false,"deprecationReason":null},{"name":"release_candidate","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dev","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deprecated","description":"","isDeprecated":false,"deprecationReason":null},{"name":"old__maintenance","description":"","isDeprecated":false,"deprecationReason":null},{"name":"old_previous_maintenance","description":"","isDeprecated":false,"deprecationReason":null},{"name":"previous_maintenance","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ClaudeProviderData","description":"Provider-specific data for Claude managed agents","fields":[{"name":"environments","description":"Available environments on this provider","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProviderResource","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"vaults","description":"Available vaults for secret management on this provider","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ProviderResource","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConnectCustomAgentInput","description":"Connect input for a custom external agent reachable via callback URL","fields":null,"inputFields":[{"name":"name","description":"The display name for the connected agent","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"callback_url","description":"The HTTPS callback URL the platform invokes for agent events","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"avatar_url","description":"Optional custom avatar URL for the agent (HTTPS). When omitted, a default avatar is used.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConnectExternalAgentInput","description":"Input for connecting an external agent via BYOA (Bring Your Own Agent)","fields":null,"inputFields":[{"name":"external_provider_type","description":"The type of external provider (e.g. CLAUDE_MANAGED_AGENT, CUSTOM_AGENT)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ExternalProvider","ofType":null}},"defaultValue":null},{"name":"external_agent_id","description":"The unique identifier of the agent on the external provider","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"credential_id","description":"The credential ID used to authenticate with the external provider","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"The display name for the connected agent","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"environment_id","description":"Optional environment identifier on the external provider","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"vault_id","description":"Optional vault identifier for secret management on the external provider","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"callback_url","description":"Optional callback URL for agent event notifications","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectExternalAgentPayload","description":"Payload returned after initiating an external agent connection (async operation)","fields":[{"name":"status","description":"The connection status (e.g. \"connecting\"). Final result is delivered via Pusher.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectExternalAgentResult","description":"Result of a synchronous external-agent connect. agent_id is always present; signing_secret, api_token, and instructions are populated only for custom agents.","fields":[{"name":"agent_id","description":"The internal monday-agents agent ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"signing_secret","description":"Custom-agent only — secret used to sign callback requests. Never logged.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"api_token","description":"Custom-agent only — API token for the agent to call back into monday. Never logged.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"instructions","description":"Custom-agent only — setup instructions for the integrator. Never logged.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConnectExternalAgentSyncInput","description":"Wrapper input for the synchronous connect mutation. Currently supports custom agents only.","fields":null,"inputFields":[{"name":"custom","description":"Connect a custom agent.","type":{"kind":"INPUT_OBJECT","name":"ConnectCustomAgentInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DisconnectExternalAgentPayload","description":"Payload returned after disconnecting an external agent","fields":[{"name":"success","description":"Whether the disconnection was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ExternalProvider","description":"The type of external agent provider","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CLAUDE_MANAGED_AGENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CUSTOM_AGENT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OPENAI","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"UNION","name":"ExternalProviderData","description":"Provider-specific data, use inline fragments to access fields per provider type","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ClaudeProviderData","ofType":null}]},{"kind":"OBJECT","name":"ProviderResource","description":"A resource (agent, environment, or vault) available on an external provider","fields":[{"name":"id","description":"The unique identifier of the resource on the provider","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The display name of the resource","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateCustomAgentInput","description":"Input for updating mutable fields of an existing custom agent","fields":null,"inputFields":[{"name":"agent_id","description":"The ID of the custom agent to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"name","description":"New display name for the agent","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"callback_url","description":"New HTTPS callback URL for agent event notifications. Only valid for CUSTOM_AGENT type.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"avatar_url","description":"New custom avatar URL (HTTPS) for the agent.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateCustomAgentPayload","description":"Payload returned after updating a custom agent","fields":[{"name":"success","description":"Whether the update was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Account","description":"Your monday.com account","fields":[{"name":"active_members_count","description":"The number of active member users in the account","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_code","description":"The account's country two-letter code in ISO3166 format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The account's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"first_day_of_the_week","description":"The first day of the week for the account (sunday / monday)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FirstDayOfTheWeek","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The account's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"logo","description":"The account's logo.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The account's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"plan","description":"The account's payment plan.","args":[],"type":{"kind":"OBJECT","name":"Plan","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"products","description":"The account's active products","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"AccountProduct","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"show_timeline_weekends","description":"Show weekends in timeline","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"sign_up_product_kind","description":"The product the account signed up to first.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"slug","description":"The account's slug.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tier","description":"The account's tier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_during_trial","description":"Is the account during the free trial period","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_trial_expired","description":"Is the account's trial expired","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AccountProduct","description":"The product a workspace is used in.","fields":[{"name":"default_workspace_id","description":"The account product default workspace id","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The account product id","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The account product kind (core / marketing / crm / software /\n  projectManagement / project_management / service / forms / whiteboard).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tier","description":"The account product tier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivityLogType","description":"An activity log event","fields":[{"name":"account_id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The item's column values in string form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entity","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppInstall","description":"An app install details.","fields":[{"name":"app_id","description":"The app's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_install_account","description":"An app installer's account details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppInstallAccount","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_install_user","description":"An app installer's user details","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppInstallUser","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"app_version","description":"The app's version details","args":[],"type":{"kind":"OBJECT","name":"AppVersion","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"permissions","description":"The required and approved scopes for an app install.","args":[],"type":{"kind":"OBJECT","name":"AppInstallPermissions","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timestamp","description":"Installation date","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppInstallAccount","description":"An app installer's account details","fields":[{"name":"id","description":"The app's installer account id.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppInstallPermissions","description":"The required and approved scopes for an app install.","fields":[{"name":"approved_scopes","description":"The scopes approved by the account admin","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"required_scopes","description":"The scopes required by the latest live version","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppInstallUser","description":"An app installer's user details","fields":[{"name":"id","description":"The app's installer user id.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppMonetizationStatus","description":"The app monetization status for the current account","fields":[{"name":"is_supported","description":"Is apps monetization is supported for the account","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppSubscription","description":"The account subscription details for the app.","fields":[{"name":"billing_period","description":"The type of the billing period [monthly/yearly].","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"days_left","description":"The number of days left until the subscription ends.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_trial","description":"Is the subscription a trial","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"max_units","description":"Maximum number of units for current subscription plan.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"plan_id","description":"The subscription plan id (on the app's side).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pricing_version","description":"The pricing version of subscription plan.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"renewal_date","description":"The subscription renewal date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppSubscriptionOperationsCounter","description":"The Operations counter response for the app action.","fields":[{"name":"app_subscription","description":"The account subscription details for the app.","args":[],"type":{"kind":"OBJECT","name":"AppSubscription","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"counter_value","description":"The new counter value.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Operations name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"period_key","description":"Window key.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppVersion","description":"An app's version details.","fields":[{"name":"major","description":"The app's major version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minor","description":"The app's minor version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"patch","description":"The app's patch version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The app's version text","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The app's version type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AppsMonetizationInfo","description":"The app monetization information for the current account","fields":[{"name":"seats_count","description":"The number of seats in the account, across all products, used to match the\n  app’s subscription among apps that utilize the seats-based monetization method","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Asset","description":"A file uploaded to monday.com","fields":[{"name":"created_at","description":"The file's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_extension","description":"The file's extension.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"file_size","description":"The file's size in bytes.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The file's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The file's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"original_geometry","description":"original geometry of the asset.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public_url","description":"public url to the asset, valid for 1 hour.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"uploaded_by","description":"The user who uploaded the file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"url to view the asset.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url_thumbnail","description":"url to view the asset in thumbnail mode. Only available for images.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AssetsSource","description":"The source of the asset","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"all","description":"","isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"","isDeprecated":false,"deprecationReason":null},{"name":"gallery","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BatchExtendTrialPeriod","description":"Result of an batch operation","fields":[{"name":"details","description":"Details of operations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ExtendTrialPeriod","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"Reason of an error","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Result of a batch operation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BatchUndoResult","description":"The result of a batch undo operation.","fields":[{"name":"success","description":"Whether the undo operation completed successfully.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BatteryValueItem","description":"A battery value item representing a status count","fields":[{"name":"count","description":"The count for this status","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"The status index key","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardAccessLevel","description":"The board access level of the user","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"edit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"view","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardAttributes","description":"The board attributes available.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"communication","description":"","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_nickname","description":"","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardBasicRoleName","description":"Basic role names for board permissions. Each role grants different levels of access to the board.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"assigned_contributor","description":"","isDeprecated":false,"deprecationReason":null},{"name":"contributor","description":"","isDeprecated":false,"deprecationReason":null},{"name":"editor","description":"","isDeprecated":false,"deprecationReason":null},{"name":"viewer","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BoardDuplication","description":"A board duplication","fields":[{"name":"board","description":"The new board created by the duplication","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Board","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_async","description":"Was the board duplication performed asynchronously","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardEditPermissions","description":"Edit permissions level for boards.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"assignee","description":"","isDeprecated":false,"deprecationReason":null},{"name":"collaborators","description":"","isDeprecated":false,"deprecationReason":null},{"name":"everyone","description":"","isDeprecated":false,"deprecationReason":null},{"name":"owners","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardHierarchy","description":"The board hierarchy type","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"classic","description":"","isDeprecated":false,"deprecationReason":null},{"name":"multi_level","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BoardIdMapping","description":"Maps a source board ID to the newly created board ID produced by a template installation.","fields":[{"name":"created_board_id","description":"The newly created board ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"source_board_id","description":"The source (template) board ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardObjectType","description":"The board object types.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"board","description":"","isDeprecated":false,"deprecationReason":null},{"name":"custom_object","description":"","isDeprecated":false,"deprecationReason":null},{"name":"document","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sub_items_board","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardSubscriberKind","description":"The board subscriber kind.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"owner","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriber","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BoardView","description":"A board's view.","fields":[{"name":"access_level","description":"The user's permission level for this view (view / edit).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardViewAccessLevel","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The view's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The view's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"settings_str","description":"The view's settings in a string form.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"source_view_id","description":"The view's template id if it was duplicated from other view","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The view's type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"view_specific_data_str","description":"Specific board view data (supported only for forms)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":"The view's settings, the structure varies by view type","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sort","description":"The view's sort","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filter_user_id","description":"The view's filter user id","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"filter_team_id","description":"The view's filter team id","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"The view's tags","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"filter","description":"The view's filter","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BoardViewAccessLevel","description":"The board view access level of the user","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"edit","description":"","isDeprecated":false,"deprecationReason":null},{"name":"view","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardViewPermissions","description":"View permissions level for boards.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"any_assignee_column","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardViewTypeValues","description":"The available board view types.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CalendarBoardView","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DocBoardView","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EmptyBoardView","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FormBoardView","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TableBoardView","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"BoardsOrderBy","description":"Options to order by.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"created_at","description":"","isDeprecated":false,"deprecationReason":null},{"name":"used_at","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ChangeTeamMembershipsResult","description":"The result of adding users to / removing users from a team.","fields":[{"name":"failed_users","description":"The users that team membership update failed for","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"successful_users","description":"The users that team membership update succeeded for","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnMappingInput","description":"An object defining a mapping of column between source board and destination board","fields":null,"inputFields":[{"name":"source","description":"The source column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target","description":"The target column's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ColumnProperty","description":"The property name of the column to be changed.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"description","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INTERFACE","name":"ColumnValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FormulaValue","ofType":null},{"kind":"OBJECT","name":"BatteryValue","ofType":null},{"kind":"OBJECT","name":"BoardRelationValue","ofType":null},{"kind":"OBJECT","name":"ButtonValue","ofType":null},{"kind":"OBJECT","name":"CheckboxValue","ofType":null},{"kind":"OBJECT","name":"ColorPickerValue","ofType":null},{"kind":"OBJECT","name":"CountryValue","ofType":null},{"kind":"OBJECT","name":"CreationLogValue","ofType":null},{"kind":"OBJECT","name":"DateValue","ofType":null},{"kind":"OBJECT","name":"DependencyValue","ofType":null},{"kind":"OBJECT","name":"DirectDocValue","ofType":null},{"kind":"OBJECT","name":"DocValue","ofType":null},{"kind":"OBJECT","name":"DropdownValue","ofType":null},{"kind":"OBJECT","name":"EmailValue","ofType":null},{"kind":"OBJECT","name":"FileValue","ofType":null},{"kind":"OBJECT","name":"GroupValue","ofType":null},{"kind":"OBJECT","name":"HourValue","ofType":null},{"kind":"OBJECT","name":"IntegrationValue","ofType":null},{"kind":"OBJECT","name":"ItemIdValue","ofType":null},{"kind":"OBJECT","name":"LastUpdatedValue","ofType":null},{"kind":"OBJECT","name":"LinkValue","ofType":null},{"kind":"OBJECT","name":"LocationValue","ofType":null},{"kind":"OBJECT","name":"LongTextValue","ofType":null},{"kind":"OBJECT","name":"MirrorValue","ofType":null},{"kind":"OBJECT","name":"NumbersValue","ofType":null},{"kind":"OBJECT","name":"PeopleValue","ofType":null},{"kind":"OBJECT","name":"PersonValue","ofType":null},{"kind":"OBJECT","name":"PhoneValue","ofType":null},{"kind":"OBJECT","name":"ProgressValue","ofType":null},{"kind":"OBJECT","name":"RatingValue","ofType":null},{"kind":"OBJECT","name":"StatusValue","ofType":null},{"kind":"OBJECT","name":"SubtasksValue","ofType":null},{"kind":"OBJECT","name":"TagsValue","ofType":null},{"kind":"OBJECT","name":"TeamValue","ofType":null},{"kind":"OBJECT","name":"TextValue","ofType":null},{"kind":"OBJECT","name":"TimeTrackingValue","ofType":null},{"kind":"OBJECT","name":"TimelineValue","ofType":null},{"kind":"OBJECT","name":"UnsupportedValue","ofType":null},{"kind":"OBJECT","name":"VoteValue","ofType":null},{"kind":"OBJECT","name":"WeekValue","ofType":null},{"kind":"OBJECT","name":"WorldClockValue","ofType":null}]},{"kind":"OBJECT","name":"Complexity","description":"Complexity data.","fields":[{"name":"after","description":"The remainder of complexity after the query's execution.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"before","description":"The remainder of complexity before the query's execution.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"query","description":"The specific query's complexity.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reset_in_x_seconds","description":"How long in seconds before the complexity budget is reset","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Country","description":"","fields":[{"name":"code","description":"The country's two-letter code.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The country's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDocBoardInput","description":"","fields":null,"inputFields":[{"name":"column_id","description":"Column id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"item_id","description":"Item id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDocInput","description":"","fields":null,"inputFields":[{"name":"board","description":"","type":{"kind":"INPUT_OBJECT","name":"CreateDocBoardInput","ofType":null},"defaultValue":null},{"name":"workspace","description":"","type":{"kind":"INPUT_OBJECT","name":"CreateDocWorkspaceInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDocWorkspaceInput","description":"","fields":null,"inputFields":[{"name":"folder_id","description":"Optional board folder id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"kind","description":"The doc's kind (public / private / share)","type":{"kind":"ENUM","name":"BoardKind","ofType":null},"defaultValue":null},{"name":"name","description":"The doc's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"workspace_id","description":"Workspace id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CustomFieldMetas","description":"The custom fields meta data for user profile.","fields":[{"name":"description","description":"The custom field meta's description.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"editable","description":"Is the custom field meta editable or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"field_type","description":"The custom field meta's type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"flagged","description":"Is the custom field meta flagged or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"icon","description":"The custom field meta's icon.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The custom field meta's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The custom field meta's position in the user profile page.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The custom field meta's title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CustomFieldValue","description":"A custom field value for user profile.","fields":[{"name":"custom_field_meta_id","description":"The custom field value's meta unique identifier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The custom field value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyLink","description":"Represents a dependency link between two items, including the relationship type and lag.","fields":[{"name":"dependency_type","description":"The dependency relationship type (0=FS, 1=SS, 2=FF, 3=SF).","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lag","description":"The lag in days between the dependent items.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item_id","description":"The ID of the linked dependent item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DocBlockContentType","description":"Various documents blocks types, such as text.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"bulleted_list","description":"","isDeprecated":false,"deprecationReason":null},{"name":"check_list","description":"","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"","isDeprecated":false,"deprecationReason":null},{"name":"divider","description":"","isDeprecated":false,"deprecationReason":null},{"name":"image","description":"","isDeprecated":false,"deprecationReason":null},{"name":"large_title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"layout","description":"","isDeprecated":false,"deprecationReason":null},{"name":"medium_title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"normal_text","description":"","isDeprecated":false,"deprecationReason":null},{"name":"notice_box","description":"","isDeprecated":false,"deprecationReason":null},{"name":"numbered_list","description":"","isDeprecated":false,"deprecationReason":null},{"name":"page_break","description":"","isDeprecated":false,"deprecationReason":null},{"name":"quote","description":"","isDeprecated":false,"deprecationReason":null},{"name":"small_title","description":"","isDeprecated":false,"deprecationReason":null},{"name":"table","description":"","isDeprecated":false,"deprecationReason":null},{"name":"video","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"DocsOrderBy","description":"Options to order by.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"created_at","description":"","isDeprecated":false,"deprecationReason":null},{"name":"used_at","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DocumentBlock","description":"A monday.com document block.","fields":[{"name":"content","description":"The block's content.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The block's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The block's creator","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc_id","description":"The block's document unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The block's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"parent_block_id","description":"The block's parent block unique identifier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The block's position on the document.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The block content type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The block's last updated date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocumentBlockIdOnly","description":"A monday.com doc block.","fields":[{"name":"id","description":"The block's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DropdownValueOption","description":"","fields":[{"name":"id","description":"The dropdown item's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The dropdown item's label.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DuplicateBoardType","description":"The board duplicate types available.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"duplicate_board_with_pulses","description":"","isDeprecated":false,"deprecationReason":null},{"name":"duplicate_board_with_pulses_and_updates","description":"","isDeprecated":false,"deprecationReason":null},{"name":"duplicate_board_with_structure","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DynamicPosition","description":"","fields":null,"inputFields":[{"name":"is_after","description":"A boolean flag indicating the desired position of the target item: set to true\n  to place the item after the reference object, or false to place it before.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true"},{"name":"object_id","description":"The unique identifier of the reference object relative to which the target item will be positioned.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"object_type","description":"The type or category of the reference object, used to determine how the target\n  item should be positioned in relation to it.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ObjectType","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ExtendTrialPeriod","description":"Result of a single operation","fields":[{"name":"account_slug","description":"Account slug","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"Reason of an error","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Result of a single operation","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FailedUserBoardRoleUpdate","description":"Information about a failed user board role update, including the user ID and the error encountered.","fields":[{"name":"error","description":"The error message describing why the role update failed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The ID of the user whose board role update failed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FileAssetInvalidValue","description":"A file with an invalid or missing asset.","fields":[{"name":"asset_id","description":"The asset's id.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The file's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The user who created the file.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The ID of user who created the file.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"The error message.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The file's name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FileAssetValue","description":"","fields":[{"name":"asset","description":"The asset associated with the file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Asset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"asset_id","description":"The asset's id.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The file's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The user who created the file.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The ID of user who created the file.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_image","description":"Whether the file is an image.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The file's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FileColumnValue","description":"The type of a link value stored inside a file column","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"asset","description":"","isDeprecated":false,"deprecationReason":null},{"name":"box","description":"","isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dropbox","description":"","isDeprecated":false,"deprecationReason":null},{"name":"google_drive","description":"","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"","isDeprecated":false,"deprecationReason":null},{"name":"onedrive","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FileDocValue","description":"","fields":[{"name":"created_at","description":"The file's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The user who created the file.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The ID of user who created the file.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"The doc associated with the file.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Document","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"file_id","description":"The file's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"object_id","description":"The associated board or object's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The file's url.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FileInput","description":"","fields":null,"inputFields":[{"name":"assetId","description":"The asset's id.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"fileType","description":"File kind","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FileColumnValue","ofType":null}},"defaultValue":null},{"name":"linkToFile","description":"File link","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"name","description":"File display name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"objectId","description":"The doc's id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FileLinkValue","description":"","fields":[{"name":"created_at","description":"The file's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The user who created the file.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The ID of user who created the file.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"file_id","description":"The file's id.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The file's kind.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FileLinkValueKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The file's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The file's url.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FileLinkValueKind","description":"The type of a link value stored inside a file column","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"box","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dropbox","description":"","isDeprecated":false,"deprecationReason":null},{"name":"google_drive","description":"","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"","isDeprecated":false,"deprecationReason":null},{"name":"onedrive","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"UNION","name":"FileValueItem","description":"A single file in a column.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"FileAssetInvalidValue","ofType":null},{"kind":"OBJECT","name":"FileAssetValue","ofType":null},{"kind":"OBJECT","name":"FileDocValue","ofType":null},{"kind":"OBJECT","name":"FileLinkValue","ofType":null}]},{"kind":"ENUM","name":"FirstDayOfTheWeek","description":"The first day of work week","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"monday","description":"","isDeprecated":false,"deprecationReason":null},{"name":"sunday","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Folder","description":"A workspace folder containing boards, docs, sub folders, etc.","fields":[{"name":"app_feature_slug","description":"The folder's app feature slug (folders 2.0)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"children","description":"The various items in the folder, not including sub-folders and dashboards.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Board","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"The folder's color.","args":[],"type":{"kind":"ENUM","name":"FolderColor","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The folder's creation date.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"custom_icon","description":"The folder's custom icon.","args":[],"type":{"kind":"ENUM","name":"FolderCustomIcon","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"font_weight","description":"The folder's font weight.","args":[],"type":{"kind":"ENUM","name":"FolderFontWeight","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The folder's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The folder's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"owner_id","description":"The folder's user owner unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent","description":"The folder's parent folder.","args":[],"type":{"kind":"OBJECT","name":"Folder","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sub_folders","description":"Sub-folders inside this folder.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Folder","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"workspace","description":"The workspace that contains this folder (null id for main workspace).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Workspace","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"FolderColor","description":"One value out of a list of valid folder colors","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AQUAMARINE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BRIGHT_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BRIGHT_GREEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CHILI_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DARK_ORANGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DARK_PURPLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DARK_RED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DONE_GREEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INDIGO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIPSTICK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PURPLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SOFIA_PINK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"STUCK_RED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SUNSET","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKING_ORANGE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FolderCustomIcon","description":"One value out of a list of valid folder custom icons","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"FOLDER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MOREBELOW","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MOREBELOWFILLED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORK","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"FolderFontWeight","description":"One value out of a list of valid folder font weights","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"FONT_WEIGHT_BOLD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_LIGHT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_NORMAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_VERY_LIGHT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Group","description":"A group of items in a board.","fields":[{"name":"archived","description":"Is the group archived or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"The group's color.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":"Is the group deleted or not.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The group's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"items_page","description":"The items in the group.","args":[{"name":"cursor","description":"An opaque token representing the position in the result set from which to\n    resume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"hierarchy_scope_config","description":"The hierarchy config to use for the query filters.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\n    control the size of the result set and manage pagination. Maximum: 500.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":"25"},{"name":"query_params","description":"A set of parameters to filter, sort, and control the scope of the items\n    query. Use this to customize the results based on specific criteria.","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsResponse","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The group's position in the board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The group's title.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"GroupAttributes","description":"The group attributes available.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"color","description":"","isDeprecated":false,"deprecationReason":null},{"name":"position","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relative_position_after","description":"","isDeprecated":false,"deprecationReason":null},{"name":"relative_position_before","description":"","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ItemDescription","description":"An item description.","fields":[{"name":"blocks","description":"The item's content blocks","args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"DocumentBlock","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The item's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemNicknameInput","description":"Input type for item nickname configuration","fields":null,"inputFields":[{"name":"plural","description":"The plural form of the item nickname","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"preset_type","description":"The preset type for item nickname","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"singular","description":"The singular form of the item nickname","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ItemsPageByColumnValuesQuery","description":"","fields":null,"inputFields":[{"name":"column_id","description":"The column's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"column_values","description":"The column values to search items by.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsResponse","description":"","fields":[{"name":"cursor","description":"An opaque cursor that represents the position in the list after the last\n  returned item. Use this cursor for pagination to fetch the next set of items.\n  If the cursor is null, there are no more items to fetch.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The items associated with the cursor.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"Kind","description":"Kind of assignee","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"agent","description":"","isDeprecated":false,"deprecationReason":null},{"name":"person","description":"","isDeprecated":false,"deprecationReason":null},{"name":"team","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"MirroredItem","description":"","fields":[{"name":"linked_board","description":"The linked board.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Board","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_board_id","description":"The linked board's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item","description":"The linked item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mirrored_value","description":"The mirrored values.","args":[],"type":{"kind":"UNION","name":"MirroredValue","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"MirroredValue","description":"Represents a mirrored value (column value, group, or board).","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"BatteryValue","ofType":null},{"kind":"OBJECT","name":"Board","ofType":null},{"kind":"OBJECT","name":"BoardRelationValue","ofType":null},{"kind":"OBJECT","name":"ButtonValue","ofType":null},{"kind":"OBJECT","name":"CheckboxValue","ofType":null},{"kind":"OBJECT","name":"ColorPickerValue","ofType":null},{"kind":"OBJECT","name":"CountryValue","ofType":null},{"kind":"OBJECT","name":"CreationLogValue","ofType":null},{"kind":"OBJECT","name":"DateValue","ofType":null},{"kind":"OBJECT","name":"DependencyValue","ofType":null},{"kind":"OBJECT","name":"DirectDocValue","ofType":null},{"kind":"OBJECT","name":"DocValue","ofType":null},{"kind":"OBJECT","name":"DropdownValue","ofType":null},{"kind":"OBJECT","name":"EmailValue","ofType":null},{"kind":"OBJECT","name":"FileValue","ofType":null},{"kind":"OBJECT","name":"FormulaValue","ofType":null},{"kind":"OBJECT","name":"Group","ofType":null},{"kind":"OBJECT","name":"GroupValue","ofType":null},{"kind":"OBJECT","name":"HourValue","ofType":null},{"kind":"OBJECT","name":"IntegrationValue","ofType":null},{"kind":"OBJECT","name":"ItemIdValue","ofType":null},{"kind":"OBJECT","name":"LastUpdatedValue","ofType":null},{"kind":"OBJECT","name":"LinkValue","ofType":null},{"kind":"OBJECT","name":"LocationValue","ofType":null},{"kind":"OBJECT","name":"LongTextValue","ofType":null},{"kind":"OBJECT","name":"MirrorValue","ofType":null},{"kind":"OBJECT","name":"NumbersValue","ofType":null},{"kind":"OBJECT","name":"PeopleValue","ofType":null},{"kind":"OBJECT","name":"PersonValue","ofType":null},{"kind":"OBJECT","name":"PhoneValue","ofType":null},{"kind":"OBJECT","name":"ProgressValue","ofType":null},{"kind":"OBJECT","name":"RatingValue","ofType":null},{"kind":"OBJECT","name":"StatusValue","ofType":null},{"kind":"OBJECT","name":"SubtasksValue","ofType":null},{"kind":"OBJECT","name":"TagsValue","ofType":null},{"kind":"OBJECT","name":"TeamValue","ofType":null},{"kind":"OBJECT","name":"TextValue","ofType":null},{"kind":"OBJECT","name":"TimeTrackingValue","ofType":null},{"kind":"OBJECT","name":"TimelineValue","ofType":null},{"kind":"OBJECT","name":"UnsupportedValue","ofType":null},{"kind":"OBJECT","name":"VoteValue","ofType":null},{"kind":"OBJECT","name":"WeekValue","ofType":null},{"kind":"OBJECT","name":"WorldClockValue","ofType":null}]},{"kind":"OBJECT","name":"Notification","description":"A notification.","fields":[{"name":"id","description":"The notification's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The notification text.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"NumberValueUnitDirection","description":"Indicates where the unit symbol should be placed in a number value","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"left","description":"","isDeprecated":false,"deprecationReason":null},{"name":"right","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ObjectType","description":"Represents a monday object.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"Board","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Folder","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Overview","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"OutOfOffice","description":"The working status of a user.","fields":[{"name":"active","description":"Is the status active?","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"disable_notifications","description":"Are notification disabled?","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"The status end date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"The status start date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Out of office type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PeopleEntity","description":"","fields":[{"name":"id","description":"Id of the entity: a person or a team","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Type of entity","args":[],"type":{"kind":"ENUM","name":"Kind","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Plan","description":"A payment plan.","fields":[{"name":"max_users","description":"The maximum users allowed in the plan.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"period","description":"The plan's time period.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tier","description":"The plan's tier.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"The plan's version.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"PositionRelative","description":"The position relative method.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"after_at","description":"","isDeprecated":false,"deprecationReason":null},{"name":"before_at","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Reply","description":"A reply for an update.","fields":[{"name":"assets","description":"The reply's assets/files.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Asset","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"The reply's html formatted body.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The reply's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The reply's creator.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"The unique identifier of the reply creator.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The reply's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text_body","description":"The reply's text body.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The reply's last edit date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"edited_at","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"likes","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Like","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"pinned_to_top","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UpdatePin","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"viewers","description":"","args":[{"name":"limit","description":"Number of items to get, the default is 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"100"},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Watcher","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SetBoardPermissionResponse","description":"Response type for detailed board permissions. Contains information about the permissions that were set.","fields":[{"name":"cross_product_collaborative","description":"Whether the board allows cross-product collaboration.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edit_permissions","description":"The technical board write permissions value that was set (e.g., 'everyone', 'collaborators', 'owners').","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"BoardEditPermissions","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"failed_actions","description":"List of any actions that failed during the permission update process.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"State","description":"The possible states for a board or item.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"active","description":"","isDeprecated":false,"deprecationReason":null},{"name":"all","description":"","isDeprecated":false,"deprecationReason":null},{"name":"archived","description":"","isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"StatusLabelStyle","description":"A status label style.","fields":[{"name":"border","description":"The label's border color in hex format.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"The label's color in hex format.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Tag","description":"A tag","fields":[{"name":"color","description":"The tag's color.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The tag's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The tag's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Template","description":"A monday.com template.","fields":[{"name":"process_id","description":"The template process unique identifier for async operations.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TemplateInstallationStatus","description":"Lifecycle status of a template installation async operation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"COMPLETE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IN_PROGRESS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"TemplateInstallationStatusResult","description":"Status of a template installation async operation.","fields":[{"name":"board_ids","description":"Board IDs are populated incrementally during the metadata phase as each board\n  is created, and complete by the time per-board content jobs start. Boards\n  exist as empty shells (no items, broken mirror columns, no automations) until\n  status is COMPLETE. Safe to store these IDs early, but do not read or write\n  board content until COMPLETE.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"board_ids_map","description":"Mapping of each source (template) board ID to the newly created board ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardIdMapping","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"is_complete","description":"True iff status is COMPLETE.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_failed","description":"True iff status is FAILED.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"process_id","description":"The process_id returned by use_template.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Lifecycle status (PENDING / IN_PROGRESS / COMPLETE / FAILED).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TemplateInstallationStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeTrackingHistoryItem","description":"","fields":[{"name":"created_at","description":"When the session was added to the cell","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"ended_at","description":"Only applicable if the session has ended","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ended_user_id","description":"The identifier of an user which ended the tracking","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"A unique session identifier","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"manually_entered_end_date","description":"Is true if the session end date was manually entered","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"manually_entered_end_time","description":"Is true if the session end time was manually entered","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"manually_entered_start_date","description":"Is true if the session start date was manually entered","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"manually_entered_start_time","description":"Is true if the session start time was manually entered","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"started_at","description":"Only applicable if the session was added by pressing the play button or via automation","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"started_user_id","description":"The identifier of an user which started the tracking","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status of the session","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"When the session was updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateBoardHierarchyAttributesInput","description":"Attributes for updating a board's position and location","fields":null,"inputFields":[{"name":"account_product_id","description":"The ID of the account product where the board should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"folder_id","description":"The ID of the folder where the board should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"position","description":"The position of the board in the left pane","type":{"kind":"INPUT_OBJECT","name":"DynamicPosition","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The ID of the workspace where the board should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateBoardHierarchyResult","description":"Result of updating a board's position","fields":[{"name":"board","description":"The updated board","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"A message about the operation result","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation was successful","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateOverviewHierarchy","description":"Result type for updating an overview's hierarchy","fields":[{"name":"message","description":"Message about the operation result","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"overview","description":"The updated overview","args":[],"type":{"kind":"OBJECT","name":"Overview","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the operation was successful","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateOverviewHierarchyAttributesInput","description":"Attributes for updating an overview's hierarchy and location","fields":null,"inputFields":[{"name":"account_product_id","description":"The ID of the account product where the overview should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"folder_id","description":"The ID of the folder where the overview should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"position","description":"The position of the overview in the left pane","type":{"kind":"INPUT_OBJECT","name":"DynamicPosition","ofType":null},"defaultValue":null},{"name":"workspace_id","description":"The ID of the workspace where the overview should be placed","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUsersBoardRoleResponse","description":"Response type for updating multiple users' board roles. Contains information\nabout which users were successfully updated and which failed.","fields":[{"name":"failed_users","description":"List of failed user updates with error details.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FailedUserBoardRoleUpdate","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"successful_user_ids","description":"List of IDs of users whose board roles were successfully updated.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWorkspaceAttributesInput","description":"Attributes of a workspace to update","fields":null,"inputFields":[{"name":"account_product_id","description":"The target account product's ID to move the workspace to","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"description","description":"The description of the workspace to update","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"kind","description":"The kind of the workspace to update (open / closed / template)","type":{"kind":"ENUM","name":"WorkspaceKind","ofType":null},"defaultValue":null},{"name":"name","description":"The name of the workspace to update","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserKind","description":"@deprecated Use UserKindFilter with the user_kind arg instead. The kind to search users by.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"all","description":"","isDeprecated":false,"deprecationReason":null},{"name":"guests","description":"","isDeprecated":false,"deprecationReason":null},{"name":"non_guests","description":"","isDeprecated":false,"deprecationReason":null},{"name":"non_pending","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UserPermit","description":"A single user permit/action with its permission status","fields":[{"name":"name","description":"The name/identifier of the permit/action","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"permitted","description":"Whether the user has permission for this action","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reason_context","description":"Contextual information about the permit reason","args":[],"type":{"kind":"OBJECT","name":"UserPermitReasonContext","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"technical_reason","description":"Technical reason code for the permission status","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserPermitReasonContext","description":"Contextual information about the permit reason","fields":[{"name":"permission","description":"Name of the permission that determined this permit decision","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"policy","description":"Name of the policy that determined this permit decision","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"role","description":"Name of the role that determined this permit decision","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"scope_type","description":"The type of scope (account, workspace, board, etc.)","args":[],"type":{"kind":"ENUM","name":"UserPermitScopeKind","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UserPermitScopeInput","description":"A scope for checking user permits","fields":null,"inputFields":[{"name":"id","description":"The scope resource ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The scope type","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserPermitScopeKind","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserPermitScopeKind","description":"The kind of scope for user permits checks","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACCOUNT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_PRODUCT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"UserPermits","description":"User permits grouped by scope type","fields":[{"name":"account","description":"Account scope permits as a list of scope ID and permits pairs","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserPermitsScope","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"account_product","description":"Account product scope permits as a list of scope ID and permits pairs","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserPermitsScope","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"Board scope permits as a list of scope ID and permits pairs","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserPermitsScope","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"workspace","description":"Workspace scope permits as a list of scope ID and permits pairs","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserPermitsScope","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserPermitsScope","description":"A scope ID and its associated permits","fields":[{"name":"permits","description":"List of permits/actions available in this scope","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UserPermit","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"scope_id","description":"The ID of the scope (account ID, workspace ID, board ID, etc.)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Webhook","description":"Monday webhooks","fields":[{"name":"board_id","description":"The webhooks's board id.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"config","description":"The webhooks's config.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"The event webhook will listen to","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhookEventType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The webhooks's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WebhookEventType","description":"The webhook's target type.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"change_column_value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"change_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"change_specific_column_value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"change_status_column_value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"change_subitem_column_value","description":"","isDeprecated":false,"deprecationReason":null},{"name":"change_subitem_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create_column","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create_item","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create_subitem","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create_subitem_update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"create_update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"delete_update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"edit_update","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_archived","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_deleted","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_moved_to_any_group","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_moved_to_specific_group","description":"","isDeprecated":false,"deprecationReason":null},{"name":"item_restored","description":"","isDeprecated":false,"deprecationReason":null},{"name":"move_subitem","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subitem_archived","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subitem_deleted","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WorkspaceIcon","description":"The workspace's icon.","fields":[{"name":"color","description":"The icon color in hex value. Used as a background for the image.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"image","description":"The public image URL, which is temporary in the case of a file that was\n  uploaded by the user, so you'll need to pull a new version at least once an hour.\n  In case it is null, you can use the first letter of the workspace name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkspaceKind","description":"The workspace kinds available.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"closed","description":"","isDeprecated":false,"deprecationReason":null},{"name":"open","description":"","isDeprecated":false,"deprecationReason":null},{"name":"template","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"WorkspaceMembershipKind","description":"The membership kind of the user in the workspace.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"all","description":"","isDeprecated":false,"deprecationReason":null},{"name":"member","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WorkspaceSettings","description":"The workspace's settings.","fields":[{"name":"icon","description":"The workspace icon.","args":[],"type":{"kind":"OBJECT","name":"WorkspaceIcon","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WorkspaceSubscriberKind","description":"The workspace subscriber kind.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"owner","description":"","isDeprecated":false,"deprecationReason":null},{"name":"subscriber","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"WorkspacesOrderBy","description":"Options to order by.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"created_at","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"WorkspacesQueryAccountProductKind","description":"The account product kinds available for workspaces query.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"core","description":"","isDeprecated":false,"deprecationReason":null},{"name":"crm","description":"","isDeprecated":false,"deprecationReason":null},{"name":"forms","description":"","isDeprecated":false,"deprecationReason":null},{"name":"marketing","description":"","isDeprecated":false,"deprecationReason":null},{"name":"project_management","description":"","isDeprecated":false,"deprecationReason":null},{"name":"service","description":"","isDeprecated":false,"deprecationReason":null},{"name":"software","description":"","isDeprecated":false,"deprecationReason":null},{"name":"whiteboard","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WorkspacesQueryInput","description":"Parameters to filter workspaces","fields":null,"inputFields":[{"name":"account_product_kind","description":"Filter workspaces by account product kind (core / marketing / crm / software /\n  project_management / service / forms / whiteboard)","type":{"kind":"ENUM","name":"WorkspacesQueryAccountProductKind","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SearchBenchmarkResults","description":"The results of the search for benchmark.","fields":[{"name":"data","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardEnhancementResult","description":"Result of enhancing a board with AI columns.","fields":[{"name":"board_id","description":"The ID of the board that was enhanced.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"result","description":"The result of the AI column enhancement.","args":[],"type":{"kind":"OBJECT","name":"ConvertColumnsToAiResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConvertColumnsToAiResult","description":"Result of enhancing columns with AI.","fields":[{"name":"succeeded","description":"Whether the conversion succeeded.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"converted_column_ids","description":"List of column IDs that were converted to AI columns.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"added_column_ids","description":"List of column IDs that were added as new AI columns.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateWidgetsSurfaceInput","description":"Input for updating an existing widgets surface via LLM regeneration.","fields":null,"inputFields":[{"name":"prompt","description":"Natural-language instruction describing the desired changes to the widgets surface.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"metadata","description":"Metadata associated with the update request.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"data_structure","description":"JSON Schema (JSONSchema7 format) used as the data structure source for widget generation. If omitted, the previously persisted data_structure is used.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"data_sample","description":"Optional sample data for the data source, used to guide generation.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WidgetsSurface","description":"A generated AI widgets surface containing A2UI component definitions.","fields":[{"name":"id","description":"The unique identifier of the widgets surface.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"version","description":"The current version number, incremented on each update.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"catalog_version","description":"The jazz-widgets catalog version used for generation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"structure","description":"The generated A2UI JSON string defining the widget layout.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data_structure","description":"The JSON Schema used as the data structure for widgets surface generation.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AutomationsPage","description":"A page of automations with cursor for pagination","fields":[{"name":"cursor","description":"Opaque cursor for fetching the next page. Null if no more results.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"items","description":"The automations in this page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardAutomation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"legacy_automations","description":"Read-only automations on this board that were set up in an older way. These ARE automations on the user's board — always list and describe them together with `items`, never omit them. They cannot be activated, deactivated, edited, or deleted. Resolved only for board-scoped queries (null otherwise); best-effort, so it may carry an error marker instead of data.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardAutomation","description":"A board automation","fields":[{"name":"id","description":"Automation ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"Creator user ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"active","description":"Whether the automation is active","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Automation title","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Automation description","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Creation timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last update timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_host_data","description":"Host data (board ID and type)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_blocks","description":"Workflow block definitions","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workflow_variables","description":"Workflow variable definitions","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"importance","description":"Automation importance level","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"notice_message","description":"Notice message for the automation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"template_reference_id","description":"Template reference ID if created from template","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BoardAutomationCreateInput","description":"Input for creating a board automation. Provide template_reference_id to create from a template, or workflow_blocks and workflow_variables for a direct creation.","fields":null,"inputFields":[{"name":"board_id","description":"Board ID to host the automation","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"Automation title","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"description","description":"Automation description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"template_reference_id","description":"Template reference ID (for template-based creation)","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"workflow_blocks","description":"Automation block definitions (for direct creation)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"workflow_variables","description":"Automation variable definitions (for direct creation)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null},{"name":"workflow_variables_values","description":"Template variable values (for template-based creation)","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardAutomationCreateResult","description":"Result of creating a board automation","fields":[{"name":"workflow_id","description":"The ID of the created automation","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardAutomationDeleteResult","description":"Result of deleting a board automation","fields":[{"name":"is_success","description":"Whether the deletion was successful","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SaveWorkspaceAsTemplateResponse","description":"Response from saving a workspace as a template","fields":[{"name":"template_id","description":"The template ID of the created template","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Solution","description":"A solution","fields":[{"name":"id","description":"Unique identifier for the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Name of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"Creation date of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updatedAt","description":"Last update date of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumbnailUrl","description":"Thumbnail URL of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"appFeatureReferenceId","description":"appFeatureReferenceId of the solution","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TemplateType","description":"The type of template that can be created","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"standard_template","description":"","isDeprecated":false,"deprecationReason":null},{"name":"managed_template","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AuditEventCatalogueEntry","description":"","fields":[{"name":"name","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"metadata_details","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AuditLogEntry","description":"","fields":[{"name":"timestamp","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"slug","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"ip_address","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_agent","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"client_name","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"client_version","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"os_name","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"os_version","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"device_name","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"device_type","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"activity_metadata","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AuditLogPage","description":"A paginated collection of audit log entries. This object contains two properties:\nlogs, the requested page of AuditLogEntry objects matching your query, and pagination, which \ncontains metadata about the current and next page (if present).","fields":[{"name":"logs","description":"List of audit log entries for the current page. See the audit log entry object\n  for more details on this object.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AuditLogEntry","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"pagination","description":"Pagination metadata. See the pagination object for more details.","args":[],"type":{"kind":"OBJECT","name":"Pagination","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Pagination","description":"Pagination metadata: indicates the current page and page size, whether there\nare more pages, and the next page number if one exists. Note that the page size reflects\nthe number of items requested, not the number of items returned.","fields":[{"name":"page","description":"Current page number (1-based)","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"page_size","description":"Number of items per page","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"has_more_pages","description":"Indicates if there are more pages available","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"next_page_number","description":"Number of the next page","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignDepartmentMembersResult","description":"Result of assigning members to a department.","fields":[{"name":"successful_users","description":"The users that were successfully assigned to the department.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"failed_users","description":"The users that were not assigned to the department.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignDepartmentOwnerResult","description":"Result of assigning an owner to a department.","fields":[{"name":"owner","description":"The user ID of the owner that was assigned to the department.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ClearUsersDepartmentResult","description":"Result of clearing users department.","fields":[{"name":"cleared_users","description":"The users that their department was cleared.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateDepartmentDataInput","description":"Data for creating a department.","fields":null,"inputFields":[{"name":"name","description":"The name of the department.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"reserved_seats","description":"The number of reserved seats for the department.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Department","description":"A department in the account.","fields":[{"name":"id","description":"The department's ID.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The department's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"reserved_seats","description":"The number of seats reserved for the department.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"assigned_seats","description":"The number of seats assigned to the department.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"members","description":"The members of the department","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"owners","description":"The owners of the department","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UnassignDepartmentOwnerResult","description":"Result of unassigning owners from a department.","fields":[{"name":"unassigned_users","description":"The user IDs of the owners that were unassigned from the department.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateDepartmentOptionsInput","description":"Options for updating a department.","fields":null,"inputFields":[{"name":"name","description":"The new name of the department.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"reserved_seats","description":"The new number of reserved seats for the department.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AttributionEntity","description":"The type of entity that a reaction is attributed to.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AGENT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Like","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reaction_type","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attribution_entity_ref","description":"The reference identifier of the entity that created this reaction on behalf of the user, who this reaction should be attributed to (e.g. agent_{agentId}).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attribution_entity_type","description":"The type of entity that created this reaction.","args":[],"type":{"kind":"ENUM","name":"AttributionEntity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MentionType","description":"The type of the mention.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"User","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Team","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Project","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Board","description":"","isDeprecated":false,"deprecationReason":null},{"name":"Agent","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateMention","description":"","fields":null,"inputFields":[{"name":"id","description":"The object id.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of the mention.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"MentionType","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdatePin","description":"The pin to top data of the update.","fields":[{"name":"item_id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdatesPage","description":"Paginated updates response with cursor.","fields":[{"name":"updates","description":"The list of updates.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Opaque cursor for the next page. Null when no more data.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Watcher","description":"The viewer of the update.","fields":[{"name":"user_id","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"medium","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BulkDeleteInit","description":"Initialization response for bulk delete containing job ID for polling","fields":[{"name":"job_id","description":"Job ID for polling progress via job_status query","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BulkImportFailureReason","description":"Reason for failure when status is Rejected or Failed","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"INVALID_UPLOAD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AUTHORIZATION_FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PERMISSION_DENIED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_CAPACITY_EXCEEDED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ACCOUNT_CAPACITY_EXCEEDED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FILE_TOO_LARGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BulkImportInit","description":"Initialization response for bulk import containing import ID and upload URL","fields":[{"name":"import_id","description":"The unique identifier of the bulk import operation","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"upload_url","description":"The URL where the file should be uploaded for processing","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BulkImportItemCounts","description":"Item counts for a bulk import process","fields":[{"name":"submitted","description":"Total number of items submitted for import","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"invalid","description":"Number of items that failed validation","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"skipped","description":"Number of items that were skipped","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created","description":"Number of items that have been created","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated","description":"Number of items that have been updated","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"Number of valid items that failed during import execution","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BulkImportState","description":"Current state of the import process","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPLOAD_PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"REJECTED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROCESSING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BulkImportStatus","description":"Status information for a bulk import process","fields":[{"name":"status","description":"Current state of the import process","args":[],"type":{"kind":"ENUM","name":"BulkImportState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"counts","description":"Item counts breakdown for the import process","args":[],"type":{"kind":"OBJECT","name":"BulkImportItemCounts","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"progress_percentage","description":"Progress percentage (0-100) of the import process. Note: 100 does not imply success — on FAILED or REJECTED the percentage is also locked to 100 to indicate \"no more work will happen\". Clients must check `status` and `failure_reason` to determine the outcome.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_reason","description":"Reason for failure when status is Rejected or Failed","args":[],"type":{"kind":"ENUM","name":"BulkImportFailureReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_message","description":"User-friendly error message explaining why the import failed or was rejected","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fully_imported","description":"Indicates if the upload is completely done","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"report_created","description":"Indicates if a report file has been generated","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"report_url","description":"URL to download the import report, valid for 10 minutes","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsJobItemCounts","description":"Item counts for an items job process","fields":[{"name":"submitted","description":"Total number of items submitted for processing","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"invalid","description":"Number of items that failed validation","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"skipped","description":"Number of items that were skipped","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created","description":"Number of items that have been created","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated","description":"Number of items that have been updated","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"Number of valid items that failed during execution","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsJobStatus","description":"Status information for an items job process","fields":[{"name":"status","description":"Current state of the job process","args":[],"type":{"kind":"ENUM","name":"BulkImportState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"counts","description":"Item counts breakdown for the job process","args":[],"type":{"kind":"OBJECT","name":"ItemsJobItemCounts","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"progress_percentage","description":"Progress percentage (0-100) of the job process","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_reason","description":"Reason for failure when status is Rejected or Failed","args":[],"type":{"kind":"ENUM","name":"BulkImportFailureReason","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failure_message","description":"User-friendly error message explaining why the job failed or was rejected","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fully_imported","description":"Indicates if the job is completely done","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"report_created","description":"Indicates if a report file has been generated","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"report_url","description":"URL to download the job report, valid for 10 minutes","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"JobStatus","description":"Status of a job operation. Currently supports items job status for backfill and ingest operations.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"ItemsJobStatus","ofType":null}]},{"kind":"ENUM","name":"OnMatchBehaviour","description":"Strategy for handling matching items during import","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"UPSERT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SKIP","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"OnMatchInput","description":"Configuration for how to handle matching items during import","fields":null,"inputFields":[{"name":"match_column_id","description":"The column ID to use for matching (e.g., email, phone number). When importing items, this column value will be used to identify matches.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"behaviour","description":"Strategy for handling matching items","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"OnMatchBehaviour","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UndoResult","description":"Result of an undo operation","fields":[{"name":"success","description":"Whether the undo was successfully initiated","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"Human-readable status message","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UploadJobInit","description":"Initialization response containing job ID and upload URL","fields":[{"name":"job_id","description":"The unique identifier of the job","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"upload_url","description":"The URL where the file should be uploaded for processing","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateApiUserResult","description":"Result of creating an API user.","fields":[{"name":"id","description":"The user ID of the created API user.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreateMultipleUsersResult","description":"Result of creating multiple users.","fields":[{"name":"created_users","description":"Successfully created users.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"uncreated_users","description":"Users that could not be created.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UncreatedUser","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateUserInput","description":"Input for creating a single user.","fields":null,"inputFields":[{"name":"kind","description":"The kind of user to create.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserKindValue","ofType":null}},"defaultValue":null},{"name":"name","description":"The name for the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"email","description":"The email for the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"title","description":"The title for the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"user_creation_flow","description":"The user creation flow to use.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserCreationFlow","ofType":null}},"defaultValue":null},{"name":"invitation_method","description":"The invitation method for the user.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"CreateUserInvitationMethod","ofType":null}},"defaultValue":null},{"name":"status","description":"The activation status for the user.","type":{"kind":"ENUM","name":"UserStatus","ofType":null},"defaultValue":"ACTIVE"},{"name":"confirmed_email","description":"Whether the email is confirmed.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true"},{"name":"photo_url","description":"Photo URL for the user (HTTPS only).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CreateUserInvitationMethod","description":"The invitation method allowed when creating a user via create_multiple_users.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"API_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SYSTEM_CREATION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"InvitationMethod","description":"The method by which a user was added to the account.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SCIM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SSO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AUTH_DOMAIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FIRST_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONSOLIDATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INTERNAL_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UNKNOWN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SERVICE_PORTAL_AUTH_DOMAIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SERVICE_PORTAL_USER_INVITATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"API_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SYSTEM_CREATION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PhotoUrl","description":"URLs for the user's profile photo in various sizes.","fields":[{"name":"original","description":"The user's photo in original size.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"small","description":"The user's photo in small size (150x150).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumb","description":"The user's photo in thumbnail size (100x100).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"thumb_small","description":"The user's photo in small thumbnail size (50x50).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tiny","description":"The user's photo in tiny size (30x30).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UncreatedUser","description":"A user that could not be created, returning the original input and failure reason.","fields":[{"name":"kind","description":"The kind of user to create.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name for the user.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email for the user.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title for the user.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The activation status for the user.","args":[],"type":{"kind":"ENUM","name":"UserStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"confirmed_email","description":"Whether the email is confirmed.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url","description":"Photo URL for the user (HTTPS only).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the user could not be created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UnupdatedUser","description":"A user that could not be updated, returning the original input and failure reason.","fields":[{"name":"id","description":"The user ID that failed to update.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name that was requested.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title that was requested.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"photo_url","description":"The photo URL that was requested.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"The status that was requested.","args":[],"type":{"kind":"ENUM","name":"UpdatableUserStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reason","description":"The reason the user could not be updated.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UpdatableUserStatus","description":"Activation status values that can be set via mutations.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INACTIVE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateUserInput","description":"Input for updating a single user.","fields":null,"inputFields":[{"name":"id","description":"The user ID to update.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"name","description":"New name for the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"title","description":"New title for the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"photo_url","description":"New photo URL for the user (HTTPS only).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"status","description":"New activation status (ACTIVE or INACTIVE).","type":{"kind":"ENUM","name":"UpdatableUserStatus","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UpdateUsersResult","description":"Result of updating multiple users.","fields":[{"name":"updated_users","description":"Successfully updated users.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"unupdated_users","description":"Users that could not be updated.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"UnupdatedUser","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserConfig","description":"User config of a user kind within the account.","fields":[{"name":"kind","description":"The user kind for the user config.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"role_id","description":"The role ID associated with this user config.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"visibility","description":"The visibility for this user config.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"behaviors","description":"The behavior IDs that are true for this user kind.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"group","description":"The group this user config belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserCreationFlow","description":"The user creation flow/context type.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"API_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_USER_CREATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SYSTEM_CREATION","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"UserKindFilter","description":"Filter for user kinds, including kind groups.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ADMIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GUEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PERSONAL_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_SIGNUP_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORK_MANAGEMENT_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_AGENT_DETACHED_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE_PRIMARY_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SERVICE_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PORTAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PORTFOLIO_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEXUS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_DIRECTORY_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OMNICHANNEL_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GOALS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROJECTS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SPRINT_MANAGEMENT_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CRM_COMMERCE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CAMPAIGNS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATA_RETENTION_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONDAY_SERVICE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_PLATFORM_AGENT_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPENDENCIES_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HISTORICAL_TRACKING_BACKFILL_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ENTITY_KNOWLEDGE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ORG_HUB_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BASIC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UserKindFilterInput","description":"Filter users by kind. Supports individual kinds and groups (e.g. BASIC = admin, member, guest, view_only). The not_in values are removed from the expanded in set.","fields":null,"inputFields":[{"name":"in","description":"Include users matching these kinds or kind groups.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserKindFilter","ofType":null}}},"defaultValue":null},{"name":"not_in","description":"Exclude users matching these kinds or kind groups.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UserKindFilter","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"UserKindValue","description":"A specific user kind value.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ADMIN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GUEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PERSONAL_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AGENT_SIGNUP_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORK_MANAGEMENT_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXTERNAL_AGENT_DETACHED_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE_PRIMARY_AGENT_MEMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SERVICE_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"VIBE_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PORTAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PORTFOLIO_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NEXUS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RESOURCE_DIRECTORY_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OMNICHANNEL_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GOALS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PROJECTS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SPRINT_MANAGEMENT_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CRM_COMMERCE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CAMPAIGNS_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DATA_RETENTION_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MONDAY_SERVICE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"AI_PLATFORM_AGENT_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DEPENDENCIES_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HISTORICAL_TRACKING_BACKFILL_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ENTITY_KNOWLEDGE_API_USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ORG_HUB_API_USER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"UserStatus","description":"The activation status of a user.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"INACTIVE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"UsersSortDirection","description":"The direction to sort users.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"UsersSortField","description":"The field to sort users by.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATED_AT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UsersSortInput","description":"Input for sorting users.","fields":null,"inputFields":[{"name":"field","description":"The field to sort by.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UsersSortField","ofType":null}},"defaultValue":null},{"name":"direction","description":"The sort direction.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"UsersSortDirection","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DashboardDataResult","description":"Aggregated result of synchronously loading all widget data for a dashboard.","fields":[{"name":"dashboard_id","description":"Identifier of the dashboard whose widgets were loaded.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"widgets","description":"Per-widget results for the dashboard, one entry per supported widget.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"WidgetResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WidgetResult","description":"Result of loading a single widget within a dashboard data load.","fields":[{"name":"widget_id","description":"Identifier of the widget this result belongs to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Whether the widget data loaded successfully or failed.","args":[],"type":{"kind":"ENUM","name":"WidgetStatus","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"Loaded widget data payload; null when status is ERROR or no data is available.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error message describing why the widget failed to load; null on success.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WidgetStatus","description":"Outcome of loading a single widget within loadDashboardData.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"OK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ERROR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectProjectResult","description":"","fields":[{"name":"success","description":"Indicates if the operation was successful.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"A message describing the result of the operation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"portfolio_item_id","description":"The ID of the created portfolio item, if successful.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"process_id","description":"Unique process ID for tracking this request. Included in the callback payload when the operation completes.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreatePortfolioResult","description":"","fields":[{"name":"solution_live_version_id","description":"The ID of the solution that was created","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Indicates if the operation was successful.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"message","description":"A message describing the result of the operation.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"process_id","description":"Unique process ID for tracking this request. Included in the callback payload when the operation completes.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AsyncJobResult","description":"Structured result data for a completed or partially-completed operation","fields":[{"name":"total","description":"Total items in the operation","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"succeeded","description":"Successfully processed items","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"failed","description":"Items that failed","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"details","description":"Operation-specific details (failed item IDs, report URLs, etc.)","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AsyncJobStatus","description":"Status information for an async job","fields":[{"name":"id","description":"Unique job identifier","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Current job status","args":[],"type":{"kind":"ENUM","name":"JobState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the job was created (ISO 8601)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"When the job was last updated (ISO 8601)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Error description if the job failed","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"result","description":"Structured result data for completed or partially-completed operations","args":[],"type":{"kind":"OBJECT","name":"AsyncJobResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"JobState","description":"Status of an async job","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RUNNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EXPIRED","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CANCELLED","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Dashboard","description":"Aggregates data from one or more boards.","fields":[{"name":"id","description":"Unique identifier of the dashboard.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Dashboard title (UTF-8 chars).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"ID of the workspace that owns this dashboard.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Visibility level: `PUBLIC` (default) or `PRIVATE`.","args":[],"type":{"kind":"ENUM","name":"DashboardKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_folder_id","description":"Folder ID that groups elements inside the workspace (null = workspace root).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DashboardKind","description":"Dashboard visibility. `PUBLIC` dashboards are visible to all workspace members; `PRIVATE` dashboards are only visible to invited users.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"PUBLIC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PRIVATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ExternalWidget","description":"Widget types available for creating data visualizations and displays","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CHART","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NUMBER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BATTERY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CALENDAR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GANTT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"APP_FEATURE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LISTVIEW","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Widget","description":"Data visualization object.","fields":[{"name":"id","description":"Unique identifier of this widget.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent","description":"Parent container where the widget is placed.","args":[],"type":{"kind":"OBJECT","name":"WidgetParentOutput","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The type of widget (CHART, NUMBER, BATTERY, CALENDAR, GANTT, MAP).","args":[],"type":{"kind":"ENUM","name":"ExternalWidget","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Widget label (UTF-8 chars).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"WidgetParentInput","description":"Parent container input where the widget will be placed.","fields":null,"inputFields":[{"name":"kind","description":"The type of parent container (DASHBOARD or BOARD_VIEW)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WidgetParentKind","ofType":null}},"defaultValue":null},{"name":"id","description":"The ID of the parent container.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"WidgetParentKind","description":"The kind of parent container where the widget will be placed.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DASHBOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_VIEW","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"WidgetParentOutput","description":"Parent container information in widget responses. Indicates where the widget is placed.","fields":[{"name":"kind","description":"The type of parent container (DASHBOARD or BOARD_VIEW)","args":[],"type":{"kind":"ENUM","name":"WidgetParentKind","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The ID of the parent container.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WidgetSchemaInfo","description":"Information about a widget type and its JSON schema","fields":[{"name":"widget_type","description":"The widget kind (e.g., Chart, Number, Battery)","args":[],"type":{"kind":"ENUM","name":"ExternalWidget","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"schema","description":"The JSON schema (draft 7) for this widget type","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GroupInput","description":"Input for a group of validation rules with a logical operator","fields":null,"inputFields":[{"name":"operator","description":"The group operator","type":{"kind":"ENUM","name":"GroupOperator","ofType":null},"defaultValue":"AND"},{"name":"groups","description":"The group configuration","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"RuleConstraintInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"GroupOperator","description":"The operator for the group","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"AND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"OR","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"RequiredColumns","description":"List of required column IDs for a board","fields":[{"name":"required_column_ids","description":"Array of required column IDs","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"RuleConstraintInput","description":"Input for a single validation rule constraint with operator and definition","fields":null,"inputFields":[{"name":"operator","description":"The validation operator","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"RuleOperator","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The column ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"compare_value","description":"The compare values (array of strings or numbers)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"CompareValue","ofType":null}}},"defaultValue":null},{"name":"compare_attribute","description":"The compare attribute","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"RuleOperator","description":"Available operators for validation rules","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ANY_OF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_ANY_OF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EQUALS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_EQUALS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IS_EMPTY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"IS_NOT_EMPTY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GREATER_THAN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GREATER_THAN_OR_EQUALS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOWER_THAN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOWER_THAN_OR_EQUAL","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONTAINS_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOT_CONTAINS_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"STARTS_WITH_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BETWEEN","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ValidationRule","description":"A validation rule with then and optional if conditions","fields":[{"name":"id","description":"The unique identifier of the validation rule","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"then","description":"The force condition group","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"if","description":"The optional if condition group","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ValidationRuleInput","description":"Input for creating a validation rule with then and optional if conditions","fields":null,"inputFields":[{"name":"then","description":"The conditions that must be enforced when the rule applies","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupInput","ofType":null}},"defaultValue":null},{"name":"if","description":"Optional conditions that determine if the rule should be applied","type":{"kind":"INPUT_OBJECT","name":"GroupInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Validations","description":"","fields":[{"name":"required_column_ids","description":"Array of required column IDs","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"rules","description":"Validation rules","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ValidationsEntityType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"board","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Instance","description":"Represents an instance of a managed template.","fields":[{"name":"id","description":"The unique identifier for the instance.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entityId","description":"The ID of the entity this instance represents (e.g., a board ID).","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entityType","description":"The type of the entity (e.g., 'board').","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"syncStatus","description":"The current synchronization status of the instance (e.g., \"synced\", \"failed\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"syncStatusData","description":"Additional data about the sync status, like error details.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"createdAt","description":"The timestamp when the instance was created.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deletedAt","description":"The timestamp when the instance was soft-deleted, if applicable.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnPropertyInput","description":"","fields":null,"inputFields":[{"name":"column_id","description":"The ID of the column","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"visible","description":"Whether the column is visible","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnsConfigInput","description":"","fields":null,"inputFields":[{"name":"column_properties","description":"Configuration for main board columns","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnPropertyInput","ofType":null}}},"defaultValue":null},{"name":"subitems_column_properties","description":"Configuration for subitems columns","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnPropertyInput","ofType":null}}},"defaultValue":null},{"name":"floating_columns_count","description":"Number of floating columns to display","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"column_order","description":"Order of columns","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GroupByColumnConfigInput","description":"Configuration settings for group by column","fields":null,"inputFields":[{"name":"sortSettings","description":"Sort settings for the column","type":{"kind":"INPUT_OBJECT","name":"GroupBySortSettingsInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GroupByConditionInput","description":"Condition for grouping items by column","fields":null,"inputFields":[{"name":"columnId","description":"ID of the column to group by","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"config","description":"Configuration for the group by column","type":{"kind":"INPUT_OBJECT","name":"GroupByColumnConfigInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GroupBySettingsInput","description":"Settings for grouping board items","fields":null,"inputFields":[{"name":"conditions","description":"List of conditions for grouping items","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GroupByConditionInput","ofType":null}}}},"defaultValue":null},{"name":"hideEmptyGroups","description":"Whether to hide groups with no items","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"GroupBySortSettingsInput","description":"Sort settings for group by configuration","fields":null,"inputFields":[{"name":"direction","description":"Sort direction for the group","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SortDirection","ofType":null}},"defaultValue":null},{"name":"type","description":"Type of sorting to apply","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SortDirection","description":"Direction for sorting items","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DESC","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TableViewSettingsInput","description":"Settings configuration for table view display options","fields":null,"inputFields":[{"name":"columns","description":"Column visibility configuration for the board view","type":{"kind":"INPUT_OBJECT","name":"ColumnsConfigInput","ofType":null},"defaultValue":null},{"name":"group_by","description":"The group by to apply to the board view","type":{"kind":"INPUT_OBJECT","name":"GroupBySettingsInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ViewContext","description":"Specifies the entity scope for the created view","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ViewKind","description":"Available view types for board displays","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DASHBOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TABLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FORM","description":"","isDeprecated":false,"deprecationReason":null},{"name":"APP","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"ViewMutationKind","description":"Type of mutation operation","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"CREATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"CustomActivity","description":"","fields":[{"name":"id","description":"","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"icon_id","description":"","args":[],"type":{"kind":"ENUM","name":"CustomActivityIcon","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"","args":[],"type":{"kind":"ENUM","name":"CustomActivityColor","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"CustomActivityColor","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"VIVID_CERULEAN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GO_GREEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PHILIPPINE_GREEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"YANKEES_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CELTIC_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEDIUM_TURQUOISE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CORNFLOWER_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MAYA_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SLATE_BLUE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GRAY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"YELLOW_GREEN","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DINGY_DUNGEON","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PARADISE_PINK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BRINK_PINK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"YELLOW_ORANGE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIGHT_DEEP_PINK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LIGHT_HOT_PINK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PHILIPPINE_YELLOW","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"CustomActivityIcon","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ASCENDING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CAMERA","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CONFERENCE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FLAG","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GIFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HEADPHONES","description":"","isDeprecated":false,"deprecationReason":null},{"name":"HOMEKEYS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LOCATION","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PAPERPLANE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLANE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NOTEBOOK","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PLIERS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TRIPOD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TWOFLAGS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UTENCILS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"EmailTimelineItemMetadata","description":"Email metadata for email-type timeline items.","fields":[{"name":"from","description":"The email sender address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"to","description":"List of recipient email addresses.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cc","description":"List of CC email addresses.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"bcc","description":"List of BCC email addresses.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Note","description":"Serialized note timeline item.","fields":[{"name":"id","description":"The timeline item id of the note.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The timeline item type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":"The item the note is associated with.","args":[],"type":{"kind":"OBJECT","name":"Item","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"The board the note is associated with.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"The user who created the note timeline item.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"due_date","description":"The note due date.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The timeline item creation timestamp.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The timeline item last update timestamp.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_sample","description":"Whether this note is a sample timeline item.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"origin_item_id","description":"The origin item id when relevant.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"The note resource payload.","args":[],"type":{"kind":"OBJECT","name":"NoteData","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NoteData","description":"Serialized note resource payload.","fields":[{"name":"id","description":"The note id.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The note content.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content_preview","description":"A shortened preview of the note content.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"The user who created the note.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account id where the note exists.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The note creation timestamp.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The note last update timestamp.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The note name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public","description":"Whether the note is public.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"TimelineItemMetadata","description":"Type-specific metadata union for timeline items.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"EmailTimelineItemMetadata","ofType":null}]},{"kind":"INPUT_OBJECT","name":"TimelineItemTimeRange","description":"","fields":null,"inputFields":[{"name":"start_timestamp","description":"Start time","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"defaultValue":null},{"name":"end_timestamp","description":"End time","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimelineItemsPage","description":"","fields":[{"name":"timeline_items","description":"The timeline items in the current page","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimelineItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor for fetching the next page","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimelineResponse","description":"","fields":[{"name":"timeline_items_page","description":"Paginated set of timeline items and a cursor to get the next page","args":[{"name":"cursor","description":"The cursor for the next set of timeline items","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"null"},{"name":"limit","description":"The limit for the current page of timeline items","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25"}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimelineItemsPage","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ActivityGroupBy","description":"Dimension to group event counts by","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ActivityLog","description":"Represents a single activity log entry","fields":[{"name":"id","description":"The unique identifier of the activity log entry","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account this activity log entry belongs to","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The user who performed the action","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"The type of event that occurred","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity","description":"The entity type that was affected","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"Additional data associated with the event as a JSON string","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The timestamp when the activity log entry was created","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivityLogInternalQueries","description":"Entry point for internal activity log queries","fields":[{"name":"logs","description":"Internal activity log entries for boards or users — skips authorization, entity whitelisting, and always includes boardless events","args":[{"name":"board_ids","description":"Filter by board IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"user_ids","description":"Filter by user IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"from","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"event_types","description":"Filter by event types (e.g. \"create_pulse\", \"delete_pulse\")","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"correlation_ids","description":"Filter by correlation IDs to retrieve all events belonging to the same logical session","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"entities","description":"Filter by entity types (e.g. \"pulse\" (item), \"board\", \"update\", etc.)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"search","description":"Free-text prefix search.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"cursor","description":"Cursor for fetching the next page, obtained from a previous response","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ActivityLogsPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event_counts","description":"Event counts grouped by board or user in a single aggregation request (no per-entity fan-out). board_ids is always required. Provide user_ids to count specific users; omit them (with group_by USER) to discover the top-N users active on the given boards.","args":[{"name":"group_by","description":"Dimension to group counts by","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ActivityGroupBy","ofType":null}},"defaultValue":null},{"name":"limit","description":"Discovery mode only (group_by USER, no user_ids): max users to return (default 100, max 500)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"board_ids","description":"Board IDs to scope and group by (required)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null},{"name":"user_ids","description":"Filter by user IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"from","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"event_types","description":"Filter by event types (e.g. \"create_pulse\", \"delete_pulse\")","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"correlation_ids","description":"Filter by correlation IDs to retrieve all events belonging to the same logical session","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"entities","description":"Filter by entity types (e.g. \"pulse\" (item), \"board\", \"update\", etc.)","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"search","description":"Free-text prefix search.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"EventCountsResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivityLogQueries","description":"Entry point for all activity log queries","fields":[{"name":"logs","description":"Activity log entries for boards or users","args":[{"name":"board_ids","description":"Filter by board IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"user_ids","description":"Filter by user IDs","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"from","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"limit","description":"","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"event_types","description":"Filter by event types (e.g. \"create_pulse\", \"delete_pulse\")","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null},{"name":"cursor","description":"Cursor for fetching the next page, obtained from a previous response","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"type":{"kind":"OBJECT","name":"ActivityLogsPage","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ActivityLogsPage","description":"A page of activity log entries with a cursor for fetching the next page","fields":[{"name":"logs","description":"The activity log entries for this page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ActivityLog","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor to pass to fetch the next page, null if this is the last page","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EventCountsResult","description":"Event counts grouped by the requested dimension","fields":[{"name":"buckets","description":"Explicit mode (IDs supplied): one bucket per requested ID, count 0 for IDs with no events. Discovery mode (group_by USER without user_ids): top-N users active on the given boards.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GroupCountBucket","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GroupCountBucket","description":"A grouped entity and its event count","fields":[{"name":"key","description":"The grouped entity ID (board ID or user ID, depending on group_by)","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"count","description":"Number of events for this entity within the filtered range","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserActivityLogsPage","description":"A page of activity log entries with a cursor for fetching the next page","fields":[{"name":"logs","description":"The activity log entries for this page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ActivityLog","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"Cursor to pass to fetch the next page, null if this is the last page","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Article","description":"The Article is the main object type of monday.com Knowledge product. A collaborative article that can contain rich text, media, and structured content. Articles have both draft and published versions, and are organized within workspaces and folders, with configurable privacy settings and access controls. They support features like version history, real-time collaboration, and can be shared with specific users or teams. Articles are commonly used for documentation, knowledge sharing, and team collaboration.","fields":[{"name":"metadata","description":"The Article is the main object type of monday.com Knowledge product. Article Metadata is a subset of the Article object that contains only the metadata of the article, not the article itself. It is used to get the metadata of an article without having to fetch the article itself.","args":[],"type":{"kind":"OBJECT","name":"ArticleMetadata","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blocks","description":"The content blocks that make up the article.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ArticleBlock","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ArticleBlock","description":"The content blocks that make up the article.","fields":[{"name":"id","description":"The block's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The block's content.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The block's creation date.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The block's creator","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"published_article_id","description":"The unique identifier of the published article that contains this block.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent_block_id","description":"The block's parent block unique identifier. Will be null if the block is at the top level of the article.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The block's position on the article.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The block content type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The block's last updated date.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ArticleMetadata","description":"The Article is the main object type of monday.com Knowledge product. Article Metadata is a subset of the Article object that contains only the metadata of the article, not the article itself. It is used to get the metadata of an article without having to fetch the article itself.","fields":[{"name":"object_id","description":"The unique identifier of the article object. Can be used to reference this specific object in queries and mutations. This ID can be found in the article's URL.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"draft_article_id","description":"The ID of the draft version of this article.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"published_article_id","description":"The ID of the published version of this article.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The display name of the article. This is what appears in the monday.com interface.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"privacy_kind","description":"The kind/visibility setting of the article (private, public). Determines who can access it.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"The ID of the workspace containing this article.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"The ID of the folder containing this article, if the article is organized in a folder structure.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp of when the article was last updated. Format is ISO 8601.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The current state of the article. Determines visibility in the interface.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"The ID of the user who created this article. Useful for tracking article origin.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"owners","description":"List of users who are owners of this article. Owners have full control permissions.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"subscribers","description":"List of users who are subscribers to this article. Subscribers receive notifications about changes.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Attributes","description":"Text formatting attributes (bold, italic, links, colors, etc.)","fields":[{"name":"bold","description":"Apply bold formatting to the text","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"italic","description":"Apply italic formatting to the text","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"underline","description":"Apply underline formatting to the text","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"strike","description":"Apply strikethrough formatting to the text","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"code","description":"Apply inline code formatting to the text","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"link","description":"URL to create a hyperlink","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"Text color (hex, rgb, or named color)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"background","description":"Background color for text highlighting (hex, rgb, or named color)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AttributesInput","description":"Text formatting attributes (bold, italic, links, colors, etc.)","fields":null,"inputFields":[{"name":"bold","description":"Apply bold formatting to the text","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"italic","description":"Apply italic formatting to the text","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"underline","description":"Apply underline formatting to the text","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"strike","description":"Apply strikethrough formatting to the text","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"code","description":"Apply inline code formatting to the text","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"link","description":"URL to create a hyperlink","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"color","description":"Text color (hex, rgb, or named color)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"background","description":"Background color for text highlighting (hex, rgb, or named color)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"BlockAlignment","description":"Alignment options for blocks","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"LEFT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RIGHT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CENTER","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"BlockChanges","description":"Describes what type of change occurred to a block between two versions.","fields":[{"name":"added","description":"True if this block was added in the newer version.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":"True if this block was deleted in the newer version. The content reflects the state before deletion.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"changed","description":"True if this block content was modified between the two versions.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"UNION","name":"BlockContent","description":"Abstract union type representing different types of block content","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"TextBlockContent","ofType":null},{"kind":"OBJECT","name":"ListBlockContent","ofType":null},{"kind":"OBJECT","name":"NoticeBoxContent","ofType":null},{"kind":"OBJECT","name":"ImageContent","ofType":null},{"kind":"OBJECT","name":"VideoContent","ofType":null},{"kind":"OBJECT","name":"TableContent","ofType":null},{"kind":"OBJECT","name":"LayoutContent","ofType":null},{"kind":"OBJECT","name":"DividerContent","ofType":null},{"kind":"OBJECT","name":"PageBreakContent","ofType":null}]},{"kind":"ENUM","name":"BlockDirection","description":"Text direction options for blocks","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"LTR","description":"","isDeprecated":false,"deprecationReason":null},{"name":"RTL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"UNION","name":"BlotContent","description":"Object representing structured data within a text block","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"Mention","ofType":null},{"kind":"OBJECT","name":"DocsColumnValue","ofType":null}]},{"kind":"INPUT_OBJECT","name":"BlotInput","description":"Object representing structured data within a text block","fields":null,"inputFields":[{"name":"mention","description":"Mention blot data","type":{"kind":"INPUT_OBJECT","name":"MentionInput","ofType":null},"defaultValue":null},{"name":"column_value","description":"Column value blot data","type":{"kind":"INPUT_OBJECT","name":"DocsColumnValueInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Cell","description":"A cell containing a reference to a block","fields":[{"name":"block_id","description":"The ID of the block representing the cell (parent block of all the content blocks in the cell)","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ColumnStyle","description":"Column style configuration","fields":[{"name":"width","description":"The width percentage of the column","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ColumnStyleInput","description":"Column style configuration input","fields":null,"inputFields":[{"name":"width","description":"The width percentage of the column","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"CreateBlockInput","description":"Choose one specific block type to create.\n\n💡 TIP: Before using table_block, consider add_content_to_doc_from_markdown for tables with data.\n\ntable_block creates empty structure requiring manual cell population.","fields":null,"inputFields":[{"name":"text_block","description":"Create a text block (normal text, titles)","type":{"kind":"INPUT_OBJECT","name":"TextBlockInput","ofType":null},"defaultValue":null},{"name":"list_block","description":"Create a list block (bulleted, numbered, checklist)","type":{"kind":"INPUT_OBJECT","name":"ListBlockInput","ofType":null},"defaultValue":null},{"name":"notice_box_block","description":"The notice-box's own ID must be captured.  Every block that should appear inside it must be created with parentBlockId = that ID (and can still use afterBlockId for ordering among siblings).","type":{"kind":"INPUT_OBJECT","name":"NoticeBoxBlockInput","ofType":null},"defaultValue":null},{"name":"image_block","description":"Create an image block","type":{"kind":"INPUT_OBJECT","name":"ImageBlockInput","ofType":null},"defaultValue":null},{"name":"video_block","description":"Create a video block","type":{"kind":"INPUT_OBJECT","name":"VideoBlockInput","ofType":null},"defaultValue":null},{"name":"table_block","description":"Create a table block. Capture its returned ID; nest child blocks by setting parentBlockId to that ID and use afterBlockId for sibling ordering.","type":{"kind":"INPUT_OBJECT","name":"TableBlockInput","ofType":null},"defaultValue":null},{"name":"layout_block","description":"Create a layout block. Capture its returned ID; nest child blocks by setting parentBlockId to that ID and use afterBlockId for sibling ordering.","type":{"kind":"INPUT_OBJECT","name":"LayoutBlockInput","ofType":null},"defaultValue":null},{"name":"divider_block","description":"Create a divider block","type":{"kind":"INPUT_OBJECT","name":"DividerBlockInput","ofType":null},"defaultValue":null},{"name":"page_break_block","description":"Create a page break block","type":{"kind":"INPUT_OBJECT","name":"PageBreakBlockInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DeletedDocBlock","description":"Represents a document block that was successfully deleted.","fields":[{"name":"id","description":"The deleted block's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DiffBlock","description":"A document block that was changed between two versions, including its content and what type of change occurred.","fields":[{"name":"id","description":"The unique identifier of the block.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of block (e.g., text, image, list).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The block content as a JSON string.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":"A human-readable summary of what changed in this block. For text blocks, shows the added and deleted text. For other block types, describes the change type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent_block_id","description":"The parent block ID, or null if the block is at the top level.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_id","description":"The ID of the user who made the change to this block, or null if not available.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"agent_id","description":"The ID of the AI agent that made the change to this block, or null if the change was made by a user.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"changes","description":"The changes that occurred to this block (added, deleted, or changed).","args":[],"type":{"kind":"OBJECT","name":"BlockChanges","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DividerBlockInput","description":"Input for creating divider blocks","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INTERFACE","name":"DocBaseBlockContent","description":"Base interface for all block content types","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[{"kind":"OBJECT","name":"DividerContent","ofType":null},{"kind":"OBJECT","name":"ImageContent","ofType":null},{"kind":"OBJECT","name":"LayoutContent","ofType":null},{"kind":"OBJECT","name":"ListBlockContent","ofType":null},{"kind":"OBJECT","name":"NoticeBoxContent","ofType":null},{"kind":"OBJECT","name":"PageBreakContent","ofType":null},{"kind":"OBJECT","name":"TableContent","ofType":null},{"kind":"OBJECT","name":"TextBlockContent","ofType":null},{"kind":"OBJECT","name":"VideoContent","ofType":null}]},{"kind":"OBJECT","name":"DocBlocksFromMarkdownResult","description":"Response from adding markdown content to a document. Contains success status and the IDs of newly created blocks.","fields":[{"name":"success","description":"True if markdown was successfully converted and added to the document","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"block_ids","description":"Array of block IDs that were created from the markdown content. Use these IDs to reference or modify the newly created blocks.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Detailed error message if the operation failed. Check this when success is false.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DocKind","description":"The kind/type of document access level","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"private","description":"","isDeprecated":false,"deprecationReason":null},{"name":"public","description":"","isDeprecated":false,"deprecationReason":null},{"name":"share","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DocObjectLink","description":"Object link data for a doc attached to a column - contains the parent board, item, and column identifiers.","fields":[{"name":"parent_object_id","description":"The object ID of the parent board that contains the doc column.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The ID of the item the doc is attached to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"column_id","description":"The ID of the doc column on the item.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocRestoringPoint","description":"A single restoring point (snapshot) in the document version history. Represents a group of changes made within a time window, including which users made changes.","fields":[{"name":"date","description":"The ISO 8601 timestamp of when this restoring point was captured.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user_ids","description":"The IDs of users who made changes in this restoring point time window.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of restoring point. \"publish\" indicates the document was published at this point. Null for regular edit snapshots.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"agent_attributions","description":"AI agents that contributed changes in this restoring point time window.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RestoringPointAgentAttribution","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocVersionDiff","description":"Represents the diff between two versions of a document. Contains the blocks that were added, deleted, or changed between two restoring points.","fields":[{"name":"doc_id","description":"The ID of the document this diff belongs to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"date","description":"The newer version date used for this diff.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"prev_date","description":"The older version date used for this diff.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blocks","description":"The list of blocks that have changes between the two versions. Only blocks with actual changes are included.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DiffBlock","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocVersionHistory","description":"Represents the version history of a document, including a list of restoring points (snapshots) that capture the state of the document at specific points in time.","fields":[{"name":"doc_id","description":"The ID of the document this version history belongs to.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"restoring_points","description":"The list of restoring points (snapshots) for this document, ordered by date descending.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DocRestoringPoint","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocsColumnValue","description":"Column value reference for displaying board item column data","fields":[{"name":"item_id","description":"The ID of the board item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_id","description":"The ID of the column","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DocsColumnValueInput","description":"Column value reference for displaying board item column data","fields":null,"inputFields":[{"name":"item_id","description":"The ID of the board item","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_id","description":"The ID of the column","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DocsMention","description":"Type of mention - user, document, or board","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"USER","description":"","isDeprecated":false,"deprecationReason":null},{"name":"DOC","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"DocumentBlockV2","description":"Represents a content block — the fundamental building unit of a monday.com document. Each block encapsulates its structured content, hierarchical relationships, and associated metadata.","fields":[{"name":"id","description":"The block's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"doc_id","description":"The block's document unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent_block_id","description":"The block's parent block unique identifier. Used for nesting (e.g., content inside table cells, layout columns, or notice boxes). Null for top-level blocks.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The block content type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The block's content as an array of structured content blocks.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"UNION","name":"BlockContent","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The block's position on the document (auto-generated). Higher numbers appear later in document. Use afterBlockId in mutations to control ordering.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The block's creation date.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The block's last updated date.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":"The block's creator.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DuplicateType","description":"Controls what gets copied when duplicating a document","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"duplicate_doc_with_content","description":"","isDeprecated":false,"deprecationReason":null},{"name":"duplicate_doc_with_content_and_updates","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"ExportMarkdownResult","description":"Response from exporting document content as markdown. Contains the generated markdown text or error details.","fields":[{"name":"success","description":"True if document content was successfully exported as markdown","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"markdown","description":"The exported markdown content as a string. Ready to use in other systems or save to files.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Detailed error message if the export failed. Check this when success is false.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"GreetingType","description":"","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"HELLO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GOODBYE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ImageBlockInput","description":"Input for creating image blocks","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"asset_id","description":"The monday.com asset ID of the image","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"public_url","description":"The public URL of the image","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"width","description":"The width of the image","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ImportDocFromHtmlResult","description":"Response from importing an HTML document. Contains success status and the ID of the newly created document.","fields":[{"name":"success","description":"True if HTML was successfully converted and imported as a new document","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"doc_id","description":"The ID of the newly created document. Use this ID to reference or modify the imported document.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"error","description":"Detailed error message if the operation failed. Check this when success is false.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InsertOps","description":"Content inserted in delta operations","fields":[{"name":"text","description":"Plain text content","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"blot","description":"Object representing structured data within a text block","args":[],"type":{"kind":"UNION","name":"BlotContent","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"InsertOpsInput","description":"Content to insert in delta operations","fields":null,"inputFields":[{"name":"text","description":"Plain text content","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"blot","description":"Object representing structured data within a text block","type":{"kind":"INPUT_OBJECT","name":"BlotInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"LayoutBlockInput","description":"Input for creating layout blocks.\n\nBehaviour:\n• When a layout is created the system automatically generates\ncolumn_count child \"cell\" blocks (one per column).\n• The layout block itself is just a container; each generated cell block has\nparentBlockId === <layout-block-id> and acts as the direct parent for any\ncontent you want to insert into that column.\n• The creation response already contains the ordered list of generated cell\nIDs under `content[0].cells` (1-D array from left to right).\n• To populate a layout:\n1. Create the layout and capture its ID.\n2. Obtain the cell block IDs either by inspecting `content[0].cells`\nin the response **or** by querying the document for children of the\nlayout block.\n3. Create your content blocks (textBlock, imageBlock, tableBlock, etc.)\nwith parentBlockId set to the specific cell block ID.\n• Use afterBlockId only to order siblings *within* the same cell.","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"column_count","description":"The number of columns in the layout","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"column_style","description":"The column style configuration","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnStyleInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"ListBlock","description":"Specific types of list blocks","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"BULLETED_LIST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"NUMBERED_LIST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CHECK_LIST","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ListBlockInput","description":"Input for creating list blocks (bulleted, numbered, todo)","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"alignment","description":"","type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"defaultValue":null},{"name":"direction","description":"","type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"defaultValue":null},{"name":"list_block_type","description":"The specific type of list block (defaults to bulleted list)","type":{"kind":"ENUM","name":"ListBlock","ofType":null},"defaultValue":null},{"name":"delta_format","description":"The text content in delta format - array of operations with insert content and optional attributes","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OperationInput","ofType":null}}}},"defaultValue":null},{"name":"indentation","description":"The indentation level of the list item","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Mention","description":"Mention object for user or document references","fields":[{"name":"id","description":"The unique identifier of the mentioned entity","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the mentioned entity","args":[],"type":{"kind":"ENUM","name":"DocsMention","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MentionInput","description":"Mention object for user or document references","fields":null,"inputFields":[{"name":"id","description":"The ID of the mentioned user or document","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"type","description":"The type of mention: user, doc, or board","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DocsMention","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"NoticeBoxBlockInput","description":"The notice-box's own ID must be captured.  Every block that should appear inside it must be created with parentBlockId = that ID (and can still use afterBlockId for ordering among siblings).","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"theme","description":"","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"NoticeBoxTheme","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"NoticeBoxTheme","description":"Theme options for notice box blocks","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"INFO","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TIPS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WARNING","description":"","isDeprecated":false,"deprecationReason":null},{"name":"GENERAL","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"Operation","description":"A delta operation with insert content and optional formatting attributes","fields":[{"name":"insert","description":"Content to insert - either text or blot object","args":[],"type":{"kind":"OBJECT","name":"InsertOps","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"attributes","description":"Optional formatting attributes (bold, italic, underline, strike, code, link, color, background)","args":[],"type":{"kind":"OBJECT","name":"Attributes","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"OperationInput","description":"A delta operation with insert content and optional formatting attributes","fields":null,"inputFields":[{"name":"insert","description":"Content to insert - either text or blot object","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"InsertOpsInput","ofType":null}},"defaultValue":null},{"name":"attributes","description":"Optional formatting attributes (bold, italic, underline, strike, code, link, color, background)","type":{"kind":"INPUT_OBJECT","name":"AttributesInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PageBreakBlockInput","description":"Input for creating page break blocks","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RestoringPointAgentAttribution","description":"An AI agent that contributed changes in this restoring point time window.","fields":[{"name":"agent_id","description":"The ID of the agent that made changes.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"entity_type","description":"The type of entity (e.g. \"agent\", \"workflow\").","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"agent_name","description":"The display name of the agent, if available.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TableBlockInput","description":"Input for creating table blocks.\n⚠️  RECOMMENDATION: Use add_content_to_doc_from_markdown with markdown tables instead for simpler table creation.\nBehavior:\n- When a table is created, the system automatically generates `row_count × column_count` child \"cell\" blocks (one per cell).\n- The table block is a container. Each generated cell block has `parentBlockId === <table-block-id>` and is used to insert content.\n\nImportant:\n- Always use the 2D matrix returned under `content[0].cells` to access cells.\n- This matrix is row-major: `matrix[rowIndex][columnIndex]`.\n- Do not rely on the order returned by `docs { blocks { ... } }`, as it's implementation-specific.\n\nRecommended workflow:\n1. Create the table and capture its ID.\n2. Read `content[0].cells` to get the cell ID matrix.\n3. Use bulk create blocks to create all the child blocks (e.g. textBlock, imageBlock) with `parentBlockId = matrix[row][col]`.\nUse `afterBlockId` only to order siblings within the same cell.","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"column_count","description":"The number of columns in the table","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"row_count","description":"The number of rows in the table","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"width","description":"The width of the table","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"column_style","description":"The column style configuration","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ColumnStyleInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TableRow","description":"A row of cells in a table","fields":[{"name":"row_cells","description":"The cells in this row","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Cell","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"TextBlock","description":"Text block formatting types. Controls visual appearance and semantic meaning.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"NORMAL_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LARGE_TITLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MEDIUM_TITLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SMALL_TITLE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CODE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"QUOTE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TextBlockInput","description":"Input for creating text blocks (normal text, titles, quote, code)","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"alignment","description":"","type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"defaultValue":null},{"name":"direction","description":"","type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"defaultValue":null},{"name":"text_block_type","description":"The specific type of text block (defaults to normal text)","type":{"kind":"ENUM","name":"TextBlock","ofType":null},"defaultValue":null},{"name":"delta_format","description":"The text content in delta format - array of operations with insert content and optional attributes","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"OperationInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"VideoBlockInput","description":"Input for creating video blocks","fields":null,"inputFields":[{"name":"parent_block_id","description":"The parent block id to append the created block under.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"raw_url","description":"The raw URL of the video","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"width","description":"The width of the video","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BoolInput","description":"Boolean compound query with must/should/must_not clauses","fields":null,"inputFields":[{"name":"min_should_match","description":"Minimum number of SHOULD clauses that must match","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"clauses","description":"Child clauses","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ClauseInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ClauseInput","description":"A single search clause. Exactly one leaf or compound field must be set. occur and boost are optional modifiers used when this clause is a child of a bool or dis_max.","fields":null,"inputFields":[{"name":"occur","description":"How this clause affects the parent score","type":{"kind":"ENUM","name":"Occur","ofType":null},"defaultValue":null},{"name":"boost","description":"Score multiplier for this clause","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"term","description":"Exact-term match on a field","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"phrase","description":"Exact phrase match on a field","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"phrase_prefix","description":"Phrase-prefix (autocomplete) match","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"term_prefix","description":"Term-prefix match on a field","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"wildcard","description":"Wildcard pattern match (* and ?)","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"regex","description":"Regular-expression match on a field","type":{"kind":"INPUT_OBJECT","name":"FieldTextInput","ofType":null},"defaultValue":null},{"name":"terms_any","description":"Matches if the field equals ANY of the given values","type":{"kind":"INPUT_OBJECT","name":"FieldTextListInput","ofType":null},"defaultValue":null},{"name":"terms_all","description":"Matches if the field equals ALL of the given values","type":{"kind":"INPUT_OBJECT","name":"FieldTextListInput","ofType":null},"defaultValue":null},{"name":"range","description":"Range match over a numeric or date field","type":{"kind":"INPUT_OBJECT","name":"RangeInput","ofType":null},"defaultValue":null},{"name":"fuzzy","description":"Typo-tolerant fuzzy term match (Levenshtein)","type":{"kind":"INPUT_OBJECT","name":"FuzzyInput","ofType":null},"defaultValue":null},{"name":"exists","description":"Matches documents where the field has any indexed value","type":{"kind":"INPUT_OBJECT","name":"FieldInput","ofType":null},"defaultValue":null},{"name":"all","description":"When true, matches every document (equivalent to a match-all query)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"bool","description":"Boolean compound of sub-clauses (must / should / must_not)","type":{"kind":"INPUT_OBJECT","name":"BoolInput","ofType":null},"defaultValue":null},{"name":"dis_max","description":"Disjunction-max compound — scores by the best-matching sub-clause","type":{"kind":"INPUT_OBJECT","name":"DisMaxInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DisMaxInput","description":"Disjunction-max query — scores by the best-matching child clause","fields":null,"inputFields":[{"name":"tie_breaker","description":"Boost factor for non-best-matching clauses (0–1)","type":{"kind":"SCALAR","name":"Float","ofType":null},"defaultValue":null},{"name":"clauses","description":"Child clauses","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ClauseInput","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FieldInput","description":"Checks that a field has at least one indexed value (exists query)","fields":null,"inputFields":[{"name":"field","description":"The indexed field that must have a value","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchField","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FieldTextInput","description":"A field+value pair for term/phrase/regex style leaf queries","fields":null,"inputFields":[{"name":"field","description":"The indexed field to match against","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchField","ofType":null}},"defaultValue":null},{"name":"value","description":"The value to match","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FieldTextListInput","description":"A field+values pair for terms_any / terms_all leaf queries","fields":null,"inputFields":[{"name":"field","description":"The indexed field to match against","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchField","ofType":null}},"defaultValue":null},{"name":"values","description":"The list of values to match","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"FuzzyInput","description":"Fuzzy term query with edit-distance tolerance","fields":null,"inputFields":[{"name":"field","description":"The indexed field to match against","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchField","ofType":null}},"defaultValue":null},{"name":"value","description":"The value to fuzzily match","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"distance","description":"Maximum edit distance (Levenshtein)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null},{"name":"prefix_len","description":"Length of the common prefix that is not fuzzified","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null},{"name":"transpositions","description":"Count transpositions as a single edit","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"Occur","description":"Boolean occurrence modifier for a clause inside a bool query","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"MUST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SHOULD","description":"","isDeprecated":false,"deprecationReason":null},{"name":"MUST_NOT","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"RangeInput","description":"Range query over a numeric or date field","fields":null,"inputFields":[{"name":"field","description":"The numeric or date field to range over","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SearchField","ofType":null}},"defaultValue":null},{"name":"min","description":"Lower bound (inclusive when include_min is true)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"max","description":"Upper bound (inclusive when include_max is true)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"include_min","description":"Whether the lower bound is inclusive (default false)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"include_max","description":"Whether the upper bound is inclusive (default false)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"SearchField","description":"Indexed fields available for structured search queries","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"ITEM_NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_ID","description":"","isDeprecated":false,"deprecationReason":null},{"name":"UPDATED_AT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_FREE_TEXT","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEM_STATUSES","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_NAME","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEMS_NUMERICS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ITEMS_DATES","description":"","isDeprecated":false,"deprecationReason":null},{"name":"WORKSPACE_ID","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_KIND","description":"","isDeprecated":false,"deprecationReason":null},{"name":"PERSONS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"CREATED_BY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LAST_UPDATED_BY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_OWNER_ID","description":"","isDeprecated":false,"deprecationReason":null},{"name":"BOARD_WITH_PULSE_VIEW_PERMISSIONS","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AccountContext","description":"Account context information.","fields":[{"name":"id","description":"Unique account identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Account name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"industry","description":"Account industry. Examples: \"Technology\", \"Healthcare\", \"Finance\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sector","description":"Industry sector.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"sub_sector","description":"Industry sub-sector.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"golden_use_cases","description":"Primary use cases for the account.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"platform_usages","description":"Platform usage categories. Examples: \"project_management\", \"crm\", \"marketing\".","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"active_product_kinds","description":"Active monday.com products. Values: \"core\", \"crm\", \"software\", \"marketing\", \"project_management\", \"service\".","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AssignedBoard","description":"A board where the user has item assignments.","fields":[{"name":"board_id","description":"Board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assignment_count","description":"Number of items assigned to the user on this board","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"Board details resolved via federation from the boards subgraph.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Intelligence","description":"Intelligence data.","fields":[{"name":"relevant_boards","description":"Top visited boards ranked by relevance (frequency + recency).","args":[{"name":"limit","description":"Maximum number of boards to return. Default: 10, Max: 50.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RelevantBoard","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"relevant_people","description":"Top related users ranked by relevance (multi-signal frequency + recency).","args":[{"name":"limit","description":"Maximum number of users to return. Default: 10, Max: 50.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"RelevantPerson","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"context","description":"User and account context information.","args":[],"type":{"kind":"OBJECT","name":"UserContextResponse","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"assigned_boards","description":"Boards where the user has item assignments.","args":[{"name":"user_id","description":"User ID. Defaults to the authenticated user.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"size","description":"Maximum number of boards to return. Default: 20, Max: 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AssignedBoard","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RelevantBoard","description":"A board ranked by relevance based on visit frequency and recency.","fields":[{"name":"id","description":"Board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board","description":"Board details resolved via federation from the boards subgraph.","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RelevantPerson","description":"A user ranked by relevance based on interaction frequency and recency.","fields":[{"name":"id","description":"User ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":"User details resolved via federation from the users subgraph.","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserContext","description":"User context information.","fields":[{"name":"id","description":"Unique user identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"User display name.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"User job title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"User email address.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"User type. Values: null (regular), \"guest\", \"view_only\", \"portal_user\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"job_role","description":"User job role. Examples: \"project_manager\", \"marketing_manager\", \"ceo\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"job_department","description":"User job department. Examples: \"engineering\", \"marketing\", \"sales\", \"hr\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"department","description":"Organizational department within the workspace.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time_zone","description":"User time zone. Examples: \"America/New_York\", \"Europe/London\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"locale","description":"User locale for date and number formatting. Examples: \"en-US\", \"de-DE\".","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tenure_days","description":"Number of days since the user became active.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UserContextResponse","description":"Combined user and account context.","fields":[{"name":"user","description":"User context.","args":[],"type":{"kind":"OBJECT","name":"UserContext","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account","description":"Account context.","args":[],"type":{"kind":"OBJECT","name":"AccountContext","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"BoardRelationColumnDefaultsInput","description":"Input for board relation column default settings.","fields":null,"inputFields":[{"name":"allow_create_reflection_column","description":"Whether creating a reflection column is allowed.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"allow_multiple_items","description":"Whether multiple items can be linked.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null},{"name":"board_ids","description":"List of linked board identifiers.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"data_view_id","description":"The unique identifier of the data view when applicable.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"relation_type","description":"The type of relation (e.g. item_to_board).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardRelationConnectedBoardsResult","description":"A connected board entry (column_id + connected board ref). Used by add/remove mutations and by the get connected boards query page.","fields":[{"name":"column_id","description":"The board relation column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connected_board","description":"The connected board (resolved from the boards subgraph).","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConnectedBoardColumnMappingInput","description":"Mapping between source and target columns for a connected board.","fields":null,"inputFields":[{"name":"source_column_id","description":"The unique identifier of the source column in the mapping.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"target_column_id","description":"The unique identifier of the target column in the mapping.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"ConnectedBoardInput","description":"A connected board with optional column mappings.","fields":null,"inputFields":[{"name":"board_id","description":"The unique identifier of the connected board.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"mappings","description":"Column mappings between the linked boards.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ConnectedBoardColumnMappingInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectedColumnItem","description":"A connected column entry with board relation context.","fields":[{"name":"column_id","description":"The mirror/lookup column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_relation_column_id","description":"The board relation column identifier that this mirror references.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connected_board","description":"The connected board (resolved from the boards subgraph).","args":[],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"connected_column","description":"The connected column on the connected board (id, and when available title and type).","args":[],"type":{"kind":"OBJECT","name":"ConnectedTargetColumn","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ConnectedTargetColumn","description":"Target column metadata from the data view (mirror target column).","fields":[{"name":"id","description":"The column identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column title.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column type.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CursorPaginatedConnectedColumnsResult","description":"Cursor-paginated result for connected columns query.","fields":[{"name":"total","description":"Total number of connected columns across all requested columns.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"next_cursor","description":"Cursor for the next page. Null if no more results.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"The current page of connected column entries.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ConnectedColumnItem","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"target_schema_groups","description":"Target schema per group of columns that share the same data view.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TargetSchemaGroup","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MirrorCalc","description":"Controls how mirrored values are aggregated or selected.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"EARLIEST_TO_LATEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"EARLIEST","description":"","isDeprecated":false,"deprecationReason":null},{"name":"LATEST","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MirrorColumnDefaultsInput","description":"Input for mirror column default settings.","fields":null,"inputFields":[{"name":"relation_column","description":"Relation column IDs to enable (e.g. board_relation_xxx). Each listed column is treated as enabled.","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"defaultValue":null},{"name":"displayed_linked_columns","description":"Array mapping linked boards to the columns to display. Example: [{ board_id, column_ids: [\"name\", \"status\"] }].","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"MirrorDisplayedLinkedColumnInput","ofType":null}}},"defaultValue":null},{"name":"sum_type","description":"Aggregation type for status summaries.","type":{"kind":"ENUM","name":"MirrorSum","ofType":null},"defaultValue":null},{"name":"calc_type","description":"Calculation type for linked date aggregation.","type":{"kind":"ENUM","name":"MirrorCalc","ofType":null},"defaultValue":null},{"name":"target_column_id","description":"Data view column ID within the target schema.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null},{"name":"filter","description":"Filter configuration for the lookup/mirror column.","type":{"kind":"INPUT_OBJECT","name":"ItemsQueryGroup","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MirrorDisplayedLinkedColumnInput","description":"Mapping of a linked board to the columns to display.","fields":null,"inputFields":[{"name":"board_id","description":"The unique identifier of the linked board.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"column_ids","description":"Column IDs to display for this board.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"MirrorSum","description":"Controls which statuses are included when summing mirrored values.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DONE_ONLY","description":"","isDeprecated":false,"deprecationReason":null},{"name":"ALL_STATUSES","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"PaginatedConnectedBoards","description":"Cursor-paginated result for connected boards query.","fields":[{"name":"total","description":"Total number of connected boards across all requested columns.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"next_cursor","description":"Cursor for the next page. Null if no more results.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"The current page of connected board entries.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BoardRelationConnectedBoardsResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"target_schema_groups","description":"Target schema per group of columns that share the same data view.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TargetSchemaGroup","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TargetSchemaGroup","description":"Target schema (data view target columns) for a set of columns that share the same data view.","fields":[{"name":"column_ids","description":"Column ids (board-relation or mirror) that use this target schema.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"target_columns","description":"Target columns for this schema.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ConnectedTargetColumn","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardDependencies","description":"Paginated list of items with their dependency predecessor edges for a board","fields":[{"name":"items","description":"List of items with their predecessor edges for the current page","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemDependency","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"total_count","description":"Total number of items across all pages","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardGraphExport","description":"The complete graph export for a board","fields":[{"name":"boardId","description":"The ID of the board","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"graphData","description":"The graph data structure","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"exportedAt","description":"The timestamp when the graph was exported","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"nodeCount","description":"The total number of nodes in the graph","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edgeCount","description":"The total number of edges in the graph","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"graphAttributes","description":"The attributes of the graph","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"cycles","description":"The cycles in the graph","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyColumnConfig","description":"Configuration record for a dependency column","fields":[{"name":"id","description":"The ID of the configuration record","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The account ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"The board ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"data","description":"Configuration data containing mode and is_new_dependency","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"Creation timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Last update timestamp","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"config_type","description":"The type of configuration (always \"dependency\")","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyColumnConfigResult","description":"Result containing dependency column configurations for a board","fields":[{"name":"board_id","description":"The ID of the board","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependency_columns","description":"Array of dependency column configurations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DependencyColumnConfig","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyEdge","description":"A dependency edge representing a predecessor relationship between two items","fields":[{"name":"source_item_id","description":"The ID of the predecessor item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependency_type","description":"The type of dependency relationship (FS, SS, FF, SF)","args":[],"type":{"kind":"ENUM","name":"DependencyRelation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lag","description":"The lag in days between the predecessor and dependent item (can be negative)","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DependencyPulseValueInput","description":"Input type for updating a single pulse dependency value","fields":null,"inputFields":[{"name":"pulseId","description":"The ID of the pulse to update the dependency value for","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"value","description":"The value of the dependency pulse value to update","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DependencyValueInput","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DependencyRelatedColumnTypes","description":"The type of the dependency related column","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"DATE","description":"","isDeprecated":false,"deprecationReason":null},{"name":"TIMELINE","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DependencyRelatedValueInput","description":"The value of the dependency related column. when updating a date column the from and to fields should have the same value","fields":null,"inputFields":[{"name":"from","description":"From value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"to","description":"To value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"DependencyRelation","description":"Type of dependency relationship between items","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"FS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"","isDeprecated":false,"deprecationReason":null},{"name":"FF","description":"","isDeprecated":false,"deprecationReason":null},{"name":"SF","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"DependencyValueInput","description":"Input type for updating dependency column value, supporting both adding and removing dependencies","fields":null,"inputFields":[{"name":"added_pulse","description":"List of pulses to add as dependencies with their configuration","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateDependencyColumnInput","ofType":null}}},"defaultValue":null},{"name":"removed_pulse","description":"List of pulses to remove from dependencies","type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateDependencyColumnInput","ofType":null}}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"Event","description":"A single event record","fields":[{"name":"id","description":"The unique identifier of the event","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The type of the event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"The current state of the event","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"The ID of the board associated with this event","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"event_data","description":"The event data payload","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"origin_last_updated","description":"The timestamp of the origin last update","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The timestamp when the event was created","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The timestamp when the event was last updated","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EventsExport","description":"Paginated export of events","fields":[{"name":"events","description":"The list of events","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Event","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"total","description":"The total number of events matching the query","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The maximum number of events returned","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"The offset from which events are returned","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemDependency","description":"An item and all its dependency predecessor edges","fields":[{"name":"item_id","description":"The ID of the item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"predecessors","description":"List of predecessor dependency edges for this item","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DependencyEdge","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"MetadataInput","description":"Metadata wrapper containing payload information for dependency configuration","fields":null,"inputFields":[{"name":"payload","description":"The dependency configuration payload containing type and lag settings","type":{"kind":"INPUT_OBJECT","name":"PayloadInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"PayloadInput","description":"Input type for dependency metadata payload containing dependency type and lag configuration","fields":null,"inputFields":[{"name":"dependency_type","description":"Type of dependency relationship between the items","type":{"kind":"ENUM","name":"DependencyRelation","ofType":null},"defaultValue":null},{"name":"lag","description":"Number of days offset between the dependent items (can be negative)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"TimelineDateInput","description":"Input type for timeline dates with from and to date strings","fields":null,"inputFields":[{"name":"id","description":"The ID of the successor pulse whose date should be updated","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"from","description":"Start date of the timeline in ISO format","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null},{"name":"to","description":"End date of the timeline in ISO format","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"UpdateDependencyColumnInput","description":"Input type for updating a single dependency relationship between pulses","fields":null,"inputFields":[{"name":"linkedPulseId","description":"The ID of the pulse to create or remove a dependency relationship with","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null},{"name":"metadata","description":"Optional metadata containing dependency configuration (type and lag)","type":{"kind":"INPUT_OBJECT","name":"MetadataInput","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"KnowledgeBaseAnswer","description":"Knowledge base answer generated from snippets using LLM.","fields":[{"name":"raw_snippets","description":"List of knowledge base snippets used to generate the answer.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SnippetSearchResult","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"answer","description":"LLM-generated answer based on the knowledge base snippets.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SnippetSearchResult","description":"A knowledge base for monday.com which returns a list of snippet search results containing document content and metadata.","fields":[{"name":"id","description":"The unique identifier of the snippet.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the article.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The content of the snippet.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"parent_id","description":"The parent document ID.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"When the snippet was created.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"When the snippet was last updated.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"distance","description":"The vector distance score. Lower is better. value between 0 and 1.","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The URL of the source article.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnEntity","description":"Type of entity to extract from text.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"email_address","description":"","isDeprecated":false,"deprecationReason":null},{"name":"first_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"last_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"phone_number","description":"","isDeprecated":false,"deprecationReason":null},{"name":"company_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"domain_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"url","description":"","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"","isDeprecated":false,"deprecationReason":null},{"name":"time","description":"","isDeprecated":false,"deprecationReason":null},{"name":"year","description":"","isDeprecated":false,"deprecationReason":null},{"name":"custom","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AiColumnExtraSettingsInput","description":"Optional settings controlling backfill behavior when configuring an AI column.","fields":null,"inputFields":[{"name":"run_backfill","description":"Whether to immediately apply the AI automation to existing items. Defaults to true.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnImproverLength","description":"Desired output length relative to the input text.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"same","description":"","isDeprecated":false,"deprecationReason":null},{"name":"shorter","description":"","isDeprecated":false,"deprecationReason":null},{"name":"longer","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnLanguage","description":"Target language for translation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"english","description":"","isDeprecated":false,"deprecationReason":null},{"name":"spanish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"french","description":"","isDeprecated":false,"deprecationReason":null},{"name":"german","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hebrew","description":"","isDeprecated":false,"deprecationReason":null},{"name":"chinese","description":"","isDeprecated":false,"deprecationReason":null},{"name":"korean","description":"","isDeprecated":false,"deprecationReason":null},{"name":"arabic","description":"","isDeprecated":false,"deprecationReason":null},{"name":"bengali","description":"","isDeprecated":false,"deprecationReason":null},{"name":"danish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"dutch","description":"","isDeprecated":false,"deprecationReason":null},{"name":"hindi","description":"","isDeprecated":false,"deprecationReason":null},{"name":"indonesian","description":"","isDeprecated":false,"deprecationReason":null},{"name":"italian","description":"","isDeprecated":false,"deprecationReason":null},{"name":"japanese","description":"","isDeprecated":false,"deprecationReason":null},{"name":"norwegian","description":"","isDeprecated":false,"deprecationReason":null},{"name":"polish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"portuguese","description":"","isDeprecated":false,"deprecationReason":null},{"name":"russian","description":"","isDeprecated":false,"deprecationReason":null},{"name":"swedish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"thai","description":"","isDeprecated":false,"deprecationReason":null},{"name":"turkish","description":"","isDeprecated":false,"deprecationReason":null},{"name":"vietnamese","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnOutputLength","description":"Approximate desired length of generated text.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"sentence","description":"","isDeprecated":false,"deprecationReason":null},{"name":"paragraph","description":"","isDeprecated":false,"deprecationReason":null},{"name":"brief","description":"","isDeprecated":false,"deprecationReason":null},{"name":"in_depth","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"INPUT_OBJECT","name":"AiColumnPersonGroupInput","description":"A group of people available for AI-based assignment.","fields":null,"inputFields":[{"name":"user_ids","description":"Array of user IDs in this group.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"defaultValue":null},{"name":"description","description":"Description of this group (e.g., role, team name, or assignment criteria).","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnRefinementLevel","description":"Level of text refinement to apply.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"minimal_changes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"moderate_changes","description":"","isDeprecated":false,"deprecationReason":null},{"name":"high_creativity","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"AiColumnRemoveResult","description":"The result of removing AI configuration from a column.","fields":[{"name":"column_id","description":"The ID of the column that had AI removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"success","description":"Whether the AI configuration was successfully removed.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"AiColumnResult","description":"The result of configuring AI on a column.","fields":[{"name":"column_id","description":"The ID of the column that was configured.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnSource","description":"The data source for AI column processing.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"item_name","description":"","isDeprecated":false,"deprecationReason":null},{"name":"thread","description":"","isDeprecated":false,"deprecationReason":null},{"name":"column","description":"","isDeprecated":false,"deprecationReason":null},{"name":"emails_and_activities","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"ENUM","name":"AiColumnTone","description":"Writing tone/style for AI text generation.","fields":null,"inputFields":[],"interfaces":[],"enumValues":[{"name":"empathic","description":"","isDeprecated":false,"deprecationReason":null},{"name":"promotional","description":"","isDeprecated":false,"deprecationReason":null},{"name":"confident","description":"","isDeprecated":false,"deprecationReason":null},{"name":"professional","description":"","isDeprecated":false,"deprecationReason":null},{"name":"natural","description":"","isDeprecated":false,"deprecationReason":null},{"name":"casual","description":"","isDeprecated":false,"deprecationReason":null},{"name":"friendly","description":"","isDeprecated":false,"deprecationReason":null},{"name":"same","description":"","isDeprecated":false,"deprecationReason":null}],"possibleTypes":[]},{"kind":"OBJECT","name":"FormulaValue","description":"","fields":[{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"A string representing all the formula values, separated by commas","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageBatteryValue","description":"The rollup value of a status column on a multi-level board: a distribution of status counts.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"battery_value","description":"Per-status counts aggregated across the item and its subitems.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageBatteryValueItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageBoardRelationValue","description":"The value of a board relation column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"Comma-separated display text of linked item names","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"Linked items with id and name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageLinkedItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item_ids","description":"IDs of linked items","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageButtonValue","description":"The value of a button column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageCheckboxValue","description":"The value of a checkbox column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"checked","description":"Whether the checkbox is checked","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageColorPickerValue","description":"The value of a color picker column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageCountryValue","description":"The value of a country column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_short_name","description":"ISO 2-letter country code","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_name","description":"Full country name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageCreationLogValue","description":"The value of a creation log column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"ISO timestamp of item creation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"ID of the user who created the item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageDateValue","description":"The value of a date column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"date","description":"Date portion (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time","description":"Time portion (HH:MM:SS)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageDependencyValue","description":"The value of a dependency column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"Comma-separated display text of dependency item names","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"Dependency items with id and name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageLinkedItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item_ids","description":"IDs of dependency items","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageDocValue","description":"The value of a document column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageDropdownValue","description":"The value of a dropdown column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"Selected dropdown options with resolved labels","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageDropdownValueOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageEmailValue","description":"The value of an email column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"Email address","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageFileValue","description":"The value of a file column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageFormulaValue","description":"The value of a formula column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"The computed formula result as a display string","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageHourValue","description":"The value of an hour column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hour","description":"Hour (0-23)","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"minute","description":"Minute (0-59)","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageItemIdValue","description":"The value of an item ID column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageLastUpdatedValue","description":"The value of a last updated column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"ISO timestamp of last update","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updater_id","description":"ID of the user who last updated the item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageLinkValue","description":"The value of a link column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"link_text","description":"Display text for the link","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageLocationValue","description":"The value of a location column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lat","description":"Latitude","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lng","description":"Longitude","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"address","description":"Human-readable address","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageLongTextValue","description":"The value of a long text column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageMirrorValue","description":"The value of a mirror (connected boards) column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"Comma-separated display text of mirrored values","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"mirrored_items","description":"Mirrored column values from linked items","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageMirroredItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageNumbersValue","description":"The value of a numbers column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"Numeric value","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPagePeopleValue","description":"The value of a people column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"persons_and_teams","description":"People and teams assigned","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPagePeopleEntity","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPagePhoneValue","description":"The value of a phone column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"Phone number","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_short_name","description":"ISO country short name","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageRatingValue","description":"The value of a rating column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"rating","description":"Rating value","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageStatusValue","description":"The value of a status column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"Resolved status label text","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"index","description":"Status label index","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageSubtasksValue","description":"The value of a subtasks (subitems) column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"Comma-separated display text of subitem names","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subitems","description":"Subitems with id and name","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ItemsPageLinkedItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageTagsValue","description":"The value of a tags column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"tag_ids","description":"List of tag IDs","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageTextValue","description":"The value of a text column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageTimeTrackingValue","description":"The value of a time tracking column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"Total tracked duration in seconds","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageTimelineValue","description":"The value of a timeline column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"from_date","description":"Start date (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"to_date","description":"End date (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageUnknownValue","description":"A column value of an unsupported or unrecognized column type.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageVoteValue","description":"The value of a vote column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vote_count","description":"Number of votes","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageWeekValue","description":"The value of a week column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"Week start date (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"Week end date (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemsPageWorldClockValue","description":"The value of a world clock column.","fields":[{"name":"id","description":"Column ID","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Column type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Stringified text representation","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"JSON string value matching old API format","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Multi-level boards: whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"capabilities","description":"Column capabilities (calculated/rollup metadata on multi-level boards).","args":[],"type":{"kind":"OBJECT","name":"ItemsPageColumnCapabilities","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timezone","description":"Timezone string (e.g. \"America/New_York\")","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ItemsPageColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BaseFieldType","description":"Base field type implementation","fields":[{"name":"id","description":"Unique identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Current state of the field type","args":[],"type":{"kind":"ENUM","name":"FieldTypeState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"Unique key identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultFieldKey","description":"Default key for fields of this type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependencyConfig","description":"Dependency configuration specifying mandatory and optional field dependencies required to enable this field and compute its dynamic values. When fetching the permitted values for custom input fields via the remote_options query, you must provide these dependencies in the query input.","args":[],"type":{"kind":"OBJECT","name":"DependencyConfig","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"implement","description":"List of field type implementations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FieldTypeImplementation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_remote_options","description":"Indicates whether this field type fetches its options from a remote source","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"FieldType","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CustomInputFieldConfig","description":"Configuration for a custom input field","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeReferenceId","description":"Reference ID to the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeUniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"constraints","description":"Constraints applied to the field","args":[],"type":{"kind":"OBJECT","name":"InputFieldConstraints","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeData","description":"Data for the referenced field type. Fetch this field when you need the `fieldTypeReferenceId` to call the `remote_options` query and retrieve the available options for the input field.","args":[],"type":{"kind":"INTERFACE","name":"FieldType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"InputFieldConfig","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CustomOutputFieldConfig","description":"Configuration for a custom output field","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeReferenceId","description":"Reference ID to the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeUniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"constraints","description":"Constraints applied to the field","args":[],"type":{"kind":"OBJECT","name":"OutputFieldConstraints","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTypeData","description":"Data for the referenced field type","args":[],"type":{"kind":"INTERFACE","name":"FieldType","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"OutputFieldConfig","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"InterfaceInputFieldConfig","description":"Configuration for an interface input field","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subfieldName","description":"Name of the subfield in the interface","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"interface_id","description":"Reference id of the field-type interface this input requires. Null when the source block does not declare one.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"constraints","description":"Constraints applied to the field","args":[],"type":{"kind":"OBJECT","name":"InputFieldConstraints","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"InputFieldConfig","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PrimitiveFieldType","description":"Primitive field type implementation","fields":[{"name":"id","description":"Unique identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Current state of the field type","args":[],"type":{"kind":"ENUM","name":"FieldTypeState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"Unique key identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultFieldKey","description":"Default key for fields of this type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependencyConfig","description":"Dependency configuration specifying mandatory and optional field dependencies required to enable this field and compute its dynamic values. When fetching the permitted values for custom input fields via the remote_options query, you must provide these dependencies in the query input.","args":[],"type":{"kind":"OBJECT","name":"DependencyConfig","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"implement","description":"List of field type implementations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FieldTypeImplementation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_remote_options","description":"Indicates whether this field type fetches its options from a remote source","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"primitiveType","description":"The primitive type of the field","args":[],"type":{"kind":"ENUM","name":"PrimitiveTypes","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"configurartionMetadata","description":"Configuration metadata for the field type","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"FieldType","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PrimitiveInputFieldConfig","description":"Configuration for a primitive input field","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"primitiveType","description":"Type of the primitive field","args":[],"type":{"kind":"ENUM","name":"PrimitiveTypes","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"InputFieldConfig","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PrimitiveOutputFieldConfig","description":"Configuration for a primitive output field","fields":[{"name":"id","description":"Unique identifier for the field","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldKey","description":"Key identifier for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fieldTitle","description":"Display title for the field","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isNullable","description":"Whether the field can be null","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isArray","description":"Whether the field is an array type","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOptional","description":"Whether the field is optional","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"information","description":"Additional information about the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Detailed description of the field","args":[],"type":{"kind":"OBJECT","name":"FieldInformation","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"Type of the field relation","args":[],"type":{"kind":"ENUM","name":"FieldTypeRelationType","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"primitiveType","description":"Type of the primitive field","args":[],"type":{"kind":"ENUM","name":"PrimitiveTypes","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"OutputFieldConfig","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SubfieldsFieldType","description":"Object field type implementation","fields":[{"name":"id","description":"Unique identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"uniqueKey","description":"Unique key of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Description of the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":"Current state of the field type","args":[],"type":{"kind":"ENUM","name":"FieldTypeState","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"key","description":"Unique key identifier for the field type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"defaultFieldKey","description":"Default key for fields of this type","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"dependencyConfig","description":"Dependency configuration specifying mandatory and optional field dependencies required to enable this field and compute its dynamic values. When fetching the permitted values for custom input fields via the remote_options query, you must provide these dependencies in the query input.","args":[],"type":{"kind":"OBJECT","name":"DependencyConfig","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"implement","description":"List of field type implementations","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"FieldTypeImplementation","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"has_remote_options","description":"Indicates whether this field type fetches its options from a remote source","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"hasRemoteSubfields","description":"Indicates if the object field type has remote subfields","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"FieldType","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BatteryValue","description":"A value showing status distribution counts","fields":[{"name":"battery_value","description":"The battery value for this item","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"BatteryValueItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"BoardRelationValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"A string representing all the names of the linked items, separated by commas","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item_ids","description":"The linked items IDs","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"The linked items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ButtonValue","description":"","fields":[{"name":"color","description":"The button's color in hex value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The button's label.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CheckboxValue","description":"","fields":[{"name":"checked","description":"The column's boolean value.","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ColorPickerValue","description":"","fields":[{"name":"color","description":"The color in hex value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CountryValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"The country value.","args":[],"type":{"kind":"OBJECT","name":"Country","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"CreationLogValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":"The date when the item was created.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Date","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":"User who created the item","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":"ID of the user who created the item","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DateValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"date","description":"The column's date value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"icon","description":"The string representation of selected icon.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The formatted date and time in user time zone.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"time","description":"The column's time value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DependencyValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"dependency_links","description":"The linked items with dependency metadata (type and lag).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DependencyLink","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"A string representing all the names of the linked items, separated by commas","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_item_ids","description":"The linked items ids","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"linked_items","description":"The linked items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DirectDocValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"file","description":"The document file attached to the column.","args":[],"type":{"kind":"OBJECT","name":"DirectDocValue","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DocValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"file","description":"The document file attached to the column.","args":[],"type":{"kind":"OBJECT","name":"FileDocValue","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DropdownValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"values","description":"The selected dropdown values.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DropdownValueOption","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"EmailValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The column's email value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The column's text value. It can be the same as email when user didn't enter any text.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"FileValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"files","description":"The files attached to the column.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"UNION","name":"FileValueItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"GroupValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"group","description":"The group value.","args":[],"type":{"kind":"OBJECT","name":"Group","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"group_id","description":"The group identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"HourValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"hour","description":"Hour","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"minute","description":"Minute","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"IntegrationValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"entity_id","description":"ID of the entity","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"issue_api_url","description":"URL of the issue","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"issue_id","description":"ID of the issue","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ItemIdValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"ID of the item","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LastUpdatedValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"Timestamp of the last time the item was updated","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updater","description":"User who updated the item","args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updater_id","description":"ID of the user who updated the item","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LinkValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"Url","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url_text","description":"Url text","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LocationValue","description":"","fields":[{"name":"address","description":"Address","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city","description":"City","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"city_short","description":"City","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"country","description":"Country","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"country_short","description":"Country short name (e.g. PE for Peru)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"lat","description":"Latitude","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"lng","description":"Longitude","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"place_id","description":"Place ID of the location","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"street","description":"Street","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"street_number","description":"Number of building in the street","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"street_number_short","description":"Short number of building in the street","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"street_short","description":"Street","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LongTextValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"MirrorValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"A string representing all the names of the linked items, separated by commas","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mirrored_items","description":"The mirrored items.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"MirroredItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NumbersValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"Indicates where the symbol should be placed - on the right or left of the number","args":[],"type":{"kind":"ENUM","name":"NumberValueUnitDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"number","description":"Number","args":[],"type":{"kind":"SCALAR","name":"Float","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"symbol","description":"The symbol of the unit","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PeopleValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"persons_and_teams","description":"The people and teams assigned to the item.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"PeopleEntity","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PersonValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"person_id","description":"The person assigned to the item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PhoneValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"country_short_name","description":"ISO-2 country code","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"Phone number","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ProgressValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"RatingValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"rating","description":"Rating value","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"StatusValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"index","description":"The index of the status in the board","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_done","description":"Whether the status is done","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":"The label of the status","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label_style","description":"The style of the status label","args":[],"type":{"kind":"OBJECT","name":"StatusLabelStyle","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"update_id","description":"The ID of an update attached to the status","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"SubtasksValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"display_value","description":"A string representing all the names of the subtasks, separated by commas","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"subitems","description":"The subitems","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Item","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"subitems_ids","description":"The subitems IDs","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TagsValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"tag_ids","description":"Tag ID's","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"A list of tags","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Tag","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TeamValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"team_id","description":"ID of the assigned team","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TextValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The column's textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimeTrackingValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"duration","description":"Total duration of the time tracker","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"history","description":"","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimeTrackingHistoryItem","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"running","description":"Whether the time tracker is running","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"started_at","description":"The date when the time tracker was started","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TimelineValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"from","description":"The start date of the timeline","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The range of dates representing the timeline (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"to","description":"The end date of the timeline","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"visualization_type","description":"The visualization type for the timeline","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"UnsupportedValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Text representation of the column value. Note: Not all columns support textual value","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VoteValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"vote_count","description":"The total number of votes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"voter_ids","description":"A list of IDs of users who voted","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"voters","description":"A list of users who voted","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WeekValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"The end date of the week","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"The start date of the week","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The range of dates representing the week (YYYY-MM-DD)","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"WorldClockValue","description":"","fields":[{"name":"column","description":"The column that this value belongs to.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Column","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The column's unique identifier.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"is_leaf","description":"Whether this item is a leaf (has no subitems).","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"timezone","description":"Timezone","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The column's type.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ColumnType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":"The date when column value was last updated.","args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The column's raw value in JSON format.","args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"DividerContent","description":"Content for a divider block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ImageContent","description":"Content for an image block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"public_url","description":"The public URL of the image","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The width of the image","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"LayoutContent","description":"Content for a layout block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_style","description":"The column style configuration","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ColumnStyle","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cells","description":"1-D array of cells (columns). Each cell carries a blockId reference.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Cell","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"ListBlockContent","description":"Content for a list block (bulleted, numbered, todo)","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delta_format","description":"The text content in delta format - array of operations with insert content and optional attributes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Operation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"indentation","description":"The indentation level of the list item","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"NoticeBoxContent","description":"Content for a notice box block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"theme","description":"The theme of the notice box","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"NoticeBoxTheme","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"PageBreakContent","description":"Content for a page break block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TableContent","description":"Content for a table block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The width of the table","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"column_style","description":"The column style configuration","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ColumnStyle","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"cells","description":"2-D array of cells (rows × columns). Each cell contains a blockId reference that represents the parent block for all content blocks within that cell.","args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TableRow","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"TextBlockContent","description":"Content for a text block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delta_format","description":"The text content in delta format - array of operations with insert content and optional attributes","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Operation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"OBJECT","name":"VideoContent","description":"Content for a video block","fields":[{"name":"alignment","description":"The alignment of the block content","args":[],"type":{"kind":"ENUM","name":"BlockAlignment","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"The text direction of the block content","args":[],"type":{"kind":"ENUM","name":"BlockDirection","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The raw URL of the video","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"width","description":"The width of the video","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":[],"interfaces":[{"kind":"INTERFACE","name":"DocBaseBlockContent","ofType":null}],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"Int","description":"The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"String","description":"The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]},{"kind":"SCALAR","name":"ID","description":"The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as \"4\") or integer (such as 4) input value will be accepted as an ID.","fields":null,"inputFields":[],"interfaces":[],"enumValues":null,"possibleTypes":[]}],"directives":[{"name":"include","description":"Directs the executor to include this field or fragment only when the argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Included when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the argument is true.","locations":["FIELD","FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"if","description":"Skipped when true.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ARGUMENT_DEFINITION","ENUM_VALUE","INPUT_FIELD_DEFINITION"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion\n    for how to access supported similar data. Formatted in\n    [Markdown](https://daringfireball.net/projects/markdown/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\""}]},{"name":"specifiedBy","description":"Exposes a URL that specifies the behavior of this scalar","locations":["SCALAR"],"args":[{"name":"url","description":"The URL that specifies the behavior of this scalar.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null}]},{"name":"oneOf","description":"The @oneOf built-in directive marks an input object as a OneOf Input Object.\nExactly one field must be provided and its value must be non-null at runtime.\nAll fields defined within a @oneOf input must be nullable in the schema.","locations":["INPUT_OBJECT"],"args":[]},{"name":"defer","description":"Directs the executor to defer this fragment when the if argument is true or undefined.","locations":["FRAGMENT_SPREAD","INLINE_FRAGMENT"],"args":[{"name":"label","description":"A unique identifier for the results.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null},{"name":"if","description":"Controls whether the fragment will be deferred, usually via a variable.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":"true"}]}]}}}