{"data":{"__schema":{"queryType":{"name":"Query","kind":"OBJECT"},"mutationType":{"name":"Mutation","kind":"OBJECT"},"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Query","description":"Root query type for the Dependencies service","fields":[{"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,"isDeprecated":false,"deprecationReason":null},{"name":"connectionState","description":"Filter connections by their state (e.g., active, inactive).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"withPartialScopes","description":"Include connections created with partial scopes.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"withStateValidation","description":"Validate connection state before returning the result.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page index for offset-based pagination (starting from 1).","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"order","description":"Ordering of returned connections (e.g., \"createdAt\", \"-createdAt\").","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pagination","description":"Cursor-based pagination parameters: specify \"limit\" and optionally \"lastId\".","type":{"kind":"INPUT_OBJECT","name":"PaginationInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":"connectionId","description":"Unique identifier of the connection.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"trigger_events","description":"List trigger events with optional filters","args":[{"name":"nextPageOffset","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"0","isDeprecated":false,"deprecationReason":null},{"name":"filters","description":null,"type":{"kind":"INPUT_OBJECT","name":"TriggerEventsFiltersInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"nextPageOffset","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"0","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"BlockEventsPage","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"account_trigger_statistics","description":"Get aggregated automation runs statistics in the account","args":[{"name":"filters","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountTriggerStatisticsFiltersInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"TriggerEventState","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"filters","description":null,"type":{"kind":"INPUT_OBJECT","name":"AccountTriggersByEntityIdFiltersInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AccountTriggersByEntityId","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"empty","description":"Placeholder query field for automations-test microservice.\nThis can be replaced with actual queries as the service evolves.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updates","description":null,"args":[{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"custom_activity","description":null,"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,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the custom activity, case insensitive and partial match","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"icon_id","description":"The icon of the custom activity","type":{"kind":"ENUM","name":"CustomActivityIcon","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"color","description":"The color of the custom activity","type":{"kind":"ENUM","name":"CustomActivityColor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TimelineResponse","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ManagedColumn","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"start_date","description":"Filter events created after this date (ISO format)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"end_date","description":"Filter events created before this date (ISO format)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Maximum number of events to return (default: 100, max: 1000)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"offset","description":"Number of events to skip for pagination","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"order_by","description":"Field to order by (default: createdAt)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"order_direction","description":"Order direction: ASC or DESC (default: DESC)","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"EventsExport","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"marketplace_app_discounts","description":null,"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,"isDeprecated":false,"deprecationReason":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":null,"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,"isDeprecated":false,"deprecationReason":null},{"name":"status","description":null,"type":{"kind":"ENUM","name":"SubscriptionStatus","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"account_id","description":"The ID of an account","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The size of the requested page","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppSubscriptions","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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"AppType","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25. Max: 100","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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\"","isDeprecated":false,"deprecationReason":null}],"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"latest","description":"Boolean that brings the latest data","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"order_by","description":"Property to order by (created_at / used_at).","type":{"kind":"ENUM","name":"BoardsOrderBy","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"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","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"order_by","description":"Property to order by (created_at / used_at).","type":{"kind":"ENUM","name":"DocsOrderBy","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"newest_first","description":"Get the recently created items at the top of the list","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"cursor","description":"An opaque token representing the position in the result set from which to\nresume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\ncontrol 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","isDeprecated":false,"deprecationReason":null}],"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\nresume 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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\ncontrol 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","isDeprecated":false,"deprecationReason":null}],"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"users","description":"Get a collection of users.","args":[{"name":"emails","description":"A list of users' emails.","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of users to get.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Allows to fuzzy search by name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"non_active","description":"Return non active users in the account.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","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,"isDeprecated":false,"deprecationReason":null},{"name":"board_id","description":"Board unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The workspace's kind (open / closed / template)","type":{"kind":"ENUM","name":"WorkspaceKind","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"order_by","description":"Property to order by (created_at).","type":{"kind":"ENUM","name":"WorkspacesOrderBy","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Workspace","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Board","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":"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":"platform_api","description":"Platform API data.","args":[],"type":{"kind":"OBJECT","name":"PlatformApi","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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Sprint","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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Boolean","description":"The `Boolean` scalar type represents `true` or `false`.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":"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":"birthday","description":"The user's birthday.","args":[],"type":{"kind":"SCALAR","name":"Date","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":"created_at","description":"The user's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","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":"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":"email","description":"The user's email.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","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":"location","description":"The user’s location.","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":"name","description":"The user's name.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","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":"phone","description":"The user's phone number.","args":[],"type":{"kind":"SCALAR","name":"String","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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Team","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":"title","description":"The user's title.","args":[],"type":{"kind":"SCALAR","name":"String","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":"utc_hours_diff","description":"The user’s utc hours difference.","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Mutation","description":"Root mutation type for the Dependencies service","fields":[{"name":"like_update","description":null,"args":[{"name":"update_id","description":"The update identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"reaction_type","description":"The reaction type.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"unlike_update","description":null,"args":[{"name":"update_id","description":"The update identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"delete_update","description":null,"args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edit_update","description":null,"args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"body","description":"The update text.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"pin_to_top","description":null,"args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"unpin_from_top","description":null,"args":[{"name":"id","description":"The update's unique identifier.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"create_update","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Update","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_timeline_item","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"summary","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"content","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"Location field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"Phone number field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"URL field value","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_timeline_item","description":null,"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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"TimelineItem","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_custom_activity","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomActivity","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_custom_activity","description":null,"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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"CustomActivity","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,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateDropdownColumnSettingsInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateStatusColumnSettingsInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UpdateDropdownColumnSettingsInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"The column revision.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The column title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The column description.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"settings","description":null,"type":{"kind":"INPUT_OBJECT","name":"UpdateStatusColumnSettingsInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":"The column revision.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ManagedColumn","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_column","description":"Deletes a column from a board. Cannot delete mandatory columns (e.g., name column).","args":[{"name":"board_id","description":"The unique identifier of the board containing the column to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"column_id","description":"The unique identifier of the column to delete.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The description text for the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Column","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_dependency_column","description":"Update the dependency column for a specific pulse","args":[{"name":"boardId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pulseId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"DependencyValueInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"columnId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"columnId","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ExportMarkdownResult","ofType":null},"isDeprecated":true,"deprecationReason":"Please use the query export_markdown_from_doc instead."},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ArticleBlock","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"delete_marketplace_app_discount","description":null,"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,"isDeprecated":false,"deprecationReason":null},{"name":"account_slug","description":"Slug of an account","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscountResult","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"grant_marketplace_app_discount","description":null,"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,"isDeprecated":false,"deprecationReason":null},{"name":"account_slug","description":"Slug of an account","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"data","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"GrantMarketplaceAppDiscountData","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GrantMarketplaceAppDiscountResult","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,"isDeprecated":false,"deprecationReason":null},{"name":"file","description":"The file to upload.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"File","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"Subscribers kind (subscriber / owner)","type":{"kind":"ENUM","name":"BoardSubscriberKind","ofType":null},"defaultValue":"subscriber","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"value","description":"The new description of the column.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"column_values","description":"The column values updates.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"board_name","description":"The board's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Optional board's description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"empty","description":"Optional flag to create an empty board (without any default items)","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null},{"name":"folder_id","description":"Optional board folder id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"template_id","description":"Optional board template id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"Optional workspace id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Board","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_doc","description":"Create a new doc.","args":[{"name":"location","description":"new monday doc location","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateDocInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The block's content.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The block's content type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DocBlockContentType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"custom_icon","description":"The folder's custom icon.","type":{"kind":"ENUM","name":"FolderCustomIcon","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"font_weight","description":"The folder's font weight.","type":{"kind":"ENUM","name":"FolderFontWeight","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The folder's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"parent_folder_id","description":"The folder's parent folder unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"group_color","description":"A hex representing the group's color","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"relative_to","description":"The group to set the position next to.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"column_values","description":"The column values of the new item.","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"group_id","description":"The group's unique identifier.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"relative_to","description":"The item to set the position next to.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"text","description":"The notification text.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"tag_name","description":"The new tag's name.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"config","description":"The webhook config","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"event","description":"The event to listen to","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"WebhookEventType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"url","description":"The webhook URL.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":"The Workspace's description","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The Workspace's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Board","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"duplicate_type","description":"The duplication type.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"DuplicateBoardType","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"keep_subscribers","description":"Duplicate the subscribers to the new board. Defaults to false.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"Optional destination workspace. Defaults to the original board workspace.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"group_title","description":"The group's title.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item's unique identifier. *Required","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"with_updates","description":"Duplicate with the item's updates.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":null},{"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\"","isDeprecated":false,"deprecationReason":null}],"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"The item's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"ChangeTeamMembershipsResult","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,"isDeprecated":false,"deprecationReason":null},{"name":"billing_period","description":"Billing period [monthly/yearly]","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_trial","description":"Is the subscription a trial","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"max_units","description":"Maximum number of units for the mocked plan","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"plan_id","description":"The plan id for the mocked plan","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"pricing_version","description":"Pricing plans version","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"renewal_date","description":"The subscription renewal date","type":{"kind":"SCALAR","name":"Date","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"new_value","description":"The new attribute value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"SCALAR","name":"JSON","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,"isDeprecated":false,"deprecationReason":null},{"name":"content","description":"The block's content.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"JSON","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"DocumentBlock","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"update_folder","description":"Updates a folder.","args":[{"name":"color","description":"The folder's color.","type":{"kind":"ENUM","name":"FolderColor","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"custom_icon","description":"The folder's custom icon.","type":{"kind":"ENUM","name":"FolderCustomIcon","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"font_weight","description":"The folder's font weight.","type":{"kind":"ENUM","name":"FolderFontWeight","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The folder's name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"parent_folder_id","description":"The folder's parent folder.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"new_value","description":"The new attribute value.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Group","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,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":"The workspace ID.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"board_subscriber_ids","description":"Optional board subscriber ids","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"destination_folder_id","description":"The folder ID to duplicate the template to.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"destination_name","description":"The name of the instance","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"skip_target_folder_creation","description":"Skips target folder creation in multiple entities templates","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"solution_extra_options","description":"Optional adding extra options","type":{"kind":"SCALAR","name":"JSON","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"template_id","description":"The template ID","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"Template","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"create_team","description":"Creates a new team.","args":[{"name":"input","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"CreateTeamAttributesInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"options","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateTeamOptionsInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"new_role","description":"The base role name (e.g. admin, member, etc.)","type":{"kind":"ENUM","name":"BaseRoleName","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"role_id","description":"The ID of a custom role","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UpdateEmailDomainAttributesInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"user_role","description":"The new role of the users.","type":{"kind":"ENUM","name":"UserRole","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"product","description":"The product to invite the users to","type":{"kind":"ENUM","name":"Product","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"OBJECT","name":"InviteUsersResult","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Date","description":"A date.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"ISO8601DateTime","description":"An ISO 8601-encoded datetime (e.g., 2024-04-09T13:45:30Z)","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"JSON","description":"A JSON formatted string.","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"File","description":"A file","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"lastId","description":"Last ID for cursor-based pagination","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"Float","description":"The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"endDate","description":"End date (ISO 8601)","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"entityKind","description":"Filter by entity kind","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"itemId","description":"Filter by item identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"filterByEntity","description":"Whether to filter only monday automations","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"isAutomationsEntity","description":"True if entity is automation","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"hostType","description":"Filter by host type","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"hostInstanceId","description":"Filter by host instance identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"creatorAppFeatureReferenceId","description":"Filter by creator app feature reference ID","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"billingActionCountField","description":"Billing action count field to filter by","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"isWorkflowFilter","description":"Whether workflow filter is applied","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"boardId","description":"Filter by board identifier","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"TriggerEventState","description":"Automation run status","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"success","description":"Automation run completed successfully","isDeprecated":false,"deprecationReason":null},{"name":"failure","description":"Automation run failed","isDeprecated":false,"deprecationReason":null},{"name":"exhausted","description":"Automation run exhausted all retry attempts","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":"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,"isDeprecated":false,"deprecationReason":null},{"name":"type","description":"The view's type","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"BoardView","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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Column","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,"isDeprecated":false,"deprecationReason":null},{"name":"from","description":"From timestamp (ISO8601)","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"group_ids","description":"Group ids to filter","type":{"kind":"LIST","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null},{"name":"to","description":"To timestamp (ISO8601)","type":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":"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":"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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Group","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\nresume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\ncontrol 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","isDeprecated":false,"deprecationReason":null},{"name":"query_params","description":"A set of parameters to filter, sort, and control the scope of the items\nquery. Use this to customize the results based on specific criteria.","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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":"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"BoardView","description":"A board's view.","fields":[{"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":"type","description":"The view's type.","args":[],"type":{"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":"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":"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"CompareValue","description":"A string or number value for comparison","fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ItemsOrderByDirection","description":"Sort direction","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"asc","description":"Ascending order","isDeprecated":false,"deprecationReason":null},{"name":"desc","description":"Descending order","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ItemsQueryOperator","description":"Logical operator","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"or","description":"Logical OR","isDeprecated":false,"deprecationReason":null},{"name":"and","description":"Logical AND","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ItemsQueryOrderBy","description":"Sort the results by specified columns","fields":null,"inputFields":[{"name":"column_id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"direction","description":"Sort direction (defaults to ASC)","type":{"kind":"ENUM","name":"ItemsOrderByDirection","ofType":null},"defaultValue":"asc","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ItemsQueryRule","description":"A rule to filter items by a specific column","fields":null,"inputFields":[{"name":"column_id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"compare_value","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"CompareValue","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"compare_attribute","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"operator","description":null,"type":{"kind":"ENUM","name":"ItemsQueryRuleOperator","ofType":null},"defaultValue":"any_of","isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ItemsQueryRuleOperator","description":"Rule operator","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"any_of","description":"Any of the values","isDeprecated":false,"deprecationReason":null},{"name":"not_any_of","description":"None of the values","isDeprecated":false,"deprecationReason":null},{"name":"is_empty","description":"Empty value","isDeprecated":false,"deprecationReason":null},{"name":"is_not_empty","description":"Not empty value","isDeprecated":false,"deprecationReason":null},{"name":"greater_than","description":"Greater than the value","isDeprecated":false,"deprecationReason":null},{"name":"greater_than_or_equals","description":"Greater than or equal to the value","isDeprecated":false,"deprecationReason":null},{"name":"lower_than","description":"Lower than the value","isDeprecated":false,"deprecationReason":null},{"name":"lower_than_or_equal","description":"Lower than or equal to the value","isDeprecated":false,"deprecationReason":null},{"name":"between","description":"Between the two values","isDeprecated":false,"deprecationReason":null},{"name":"not_contains_text","description":"Does not contain the text","isDeprecated":false,"deprecationReason":null},{"name":"contains_text","description":"Contains the text","isDeprecated":false,"deprecationReason":null},{"name":"contains_terms","description":"Contains all the terms","isDeprecated":false,"deprecationReason":null},{"name":"starts_with","description":"Starts with the value","isDeprecated":false,"deprecationReason":null},{"name":"ends_with","description":"Ends with the value","isDeprecated":false,"deprecationReason":null},{"name":"within_the_next","description":"Within the next","isDeprecated":false,"deprecationReason":null},{"name":"within_the_last","description":"Within the last","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"Update","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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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":"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Like","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"creator_id","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"creator","description":null,"args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"reaction_type","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":null,"args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":null,"args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Reply","description":"A reply for an update.","fields":[{"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":"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":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","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":"edited_at","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"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":"likes","description":null,"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":null,"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":null,"args":[{"name":"limit","description":"Number of items to get, the default is 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"100","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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":"created_at","description":"The reply's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","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":"text_body","description":"The reply's text body.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":"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":"creator_id","description":"The unique identifier of the update creator.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"edited_at","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"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":"likes","description":null,"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":null,"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":null,"args":[{"name":"limit","description":"Number of items to get, the default is 100.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"100","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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":"created_at","description":"The update's creation date.","args":[],"type":{"kind":"SCALAR","name":"Date","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":"item_id","description":"The update's item ID.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"item","description":null,"args":[],"type":{"kind":"OBJECT","name":"Item","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":"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":"text_body","description":"The update's text body.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UpdatePin","description":"The pin to top data of the update.","fields":[{"name":"item_id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Watcher","description":"The viewer of the update.","fields":[{"name":"user_id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"medium","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"user","description":null,"args":[],"type":{"kind":"OBJECT","name":"User","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CustomActivity","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"icon_id","description":null,"args":[],"type":{"kind":"ENUM","name":"CustomActivityIcon","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":null,"args":[],"type":{"kind":"ENUM","name":"CustomActivityColor","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"CustomActivityColor","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"VIVID_CERULEAN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GO_GREEN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PHILIPPINE_GREEN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YANKEES_BLUE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CELTIC_BLUE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEDIUM_TURQUOISE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CORNFLOWER_BLUE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MAYA_BLUE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"SLATE_BLUE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GRAY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YELLOW_GREEN","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"DINGY_DUNGEON","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PARADISE_PINK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"BRINK_PINK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YELLOW_ORANGE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIGHT_DEEP_PINK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LIGHT_HOT_PINK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PHILIPPINE_YELLOW","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"CustomActivityIcon","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ASCENDING","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CAMERA","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CONFERENCE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FLAG","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"GIFT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HEADPHONES","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"HOMEKEYS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"LOCATION","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PAPERPLANE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PLANE","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"NOTEBOOK","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"PLIERS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TRIPOD","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"TWOFLAGS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"UTENCILS","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"TimelineItem","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TimelineItemsPage","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"TimelineItemTimeRange","description":null,"fields":null,"inputFields":[{"name":"start_timestamp","description":"Start time","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"end_timestamp","description":"End time","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ISO8601DateTime","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TimelineResponse","description":null,"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","isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The limit for the current page of timeline items","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"TimelineItemsPage","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Column","description":null,"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":"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_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."}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"ColumnSettings","description":null,"fields":null,"inputFields":null,"interfaces":null,"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":null,"interfaces":null,"enumValues":[{"name":"auto_number","description":"Number items according to their order in the group/board","isDeprecated":false,"deprecationReason":null},{"name":"board_relation","description":"Connect data from other boards","isDeprecated":false,"deprecationReason":null},{"name":"button","description":"Perform actions on items by clicking a button","isDeprecated":false,"deprecationReason":null},{"name":"checkbox","description":"Check off items and see what's done at a glance","isDeprecated":false,"deprecationReason":null},{"name":"color_picker","description":"Manage a design system using a color palette","isDeprecated":false,"deprecationReason":null},{"name":"country","description":"Choose a country","isDeprecated":false,"deprecationReason":null},{"name":"creation_log","description":"Add the item's creator and creation date automatically","isDeprecated":false,"deprecationReason":null},{"name":"date","description":"Add dates like deadlines to ensure you never drop the ball","isDeprecated":false,"deprecationReason":null},{"name":"dependency","description":"Set up dependencies between items in the board","isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"Document your work and increase collaboration","isDeprecated":false,"deprecationReason":null},{"name":"dropdown","description":"Create a dropdown list of options","isDeprecated":false,"deprecationReason":null},{"name":"email","description":"Email team members and clients directly from your board","isDeprecated":false,"deprecationReason":null},{"name":"file","description":"Add files & docs to your item","isDeprecated":false,"deprecationReason":null},{"name":"formula","description":"Use functions to manipulate data across multiple columns","isDeprecated":false,"deprecationReason":null},{"name":"group","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"hour","description":"Add times to manage and schedule tasks, shifts and more","isDeprecated":false,"deprecationReason":null},{"name":"integration","description":"Integration is really cool...","isDeprecated":false,"deprecationReason":null},{"name":"item_assignees","description":"Show all item's assignees","isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"Show a unique ID for each item","isDeprecated":false,"deprecationReason":null},{"name":"last_updated","description":"Add the person that last updated the item and the date","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"Simply hyperlink to any website","isDeprecated":false,"deprecationReason":null},{"name":"location","description":"Place multiple locations on a geographic map","isDeprecated":false,"deprecationReason":null},{"name":"long_text","description":"Add large amounts of text without changing column width","isDeprecated":false,"deprecationReason":null},{"name":"mirror","description":"Show and edit columns' data from connected boards","isDeprecated":false,"deprecationReason":null},{"name":"numbers","description":"Add revenue, costs, time estimations and more","isDeprecated":false,"deprecationReason":null},{"name":"people","description":"Assign people to improve team work","isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"Call your contacts directly from monday.com","isDeprecated":false,"deprecationReason":null},{"name":"progress","description":"Show progress by combining status columns in a battery","isDeprecated":false,"deprecationReason":null},{"name":"rating","description":"Rate or rank anything visually","isDeprecated":false,"deprecationReason":null},{"name":"status","description":"Get an instant overview of where things stand","isDeprecated":false,"deprecationReason":null},{"name":"tags","description":"Add tags to categorize items across multiple boards","isDeprecated":false,"deprecationReason":null},{"name":"team","description":"Assign a full team to an item ","isDeprecated":false,"deprecationReason":null},{"name":"text","description":"Add textual information e.g. addresses, names or keywords","isDeprecated":false,"deprecationReason":null},{"name":"timeline","description":"Visualize your item’s duration, with a start and end date","isDeprecated":false,"deprecationReason":null},{"name":"time_tracking","description":"Easily track time spent on each item, group, and board","isDeprecated":false,"deprecationReason":null},{"name":"vote","description":"Vote on an item e.g. pick a new feature or a favorite lunch place","isDeprecated":false,"deprecationReason":null},{"name":"week","description":"Select the week on which each item should be completed","isDeprecated":false,"deprecationReason":null},{"name":"world_clock","description":"Keep track of the time anywhere in the world","isDeprecated":false,"deprecationReason":null},{"name":"unsupported","description":"Unsupported column type","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Name is really cool...","isDeprecated":false,"deprecationReason":null},{"name":"person","description":"Assign a person to increase ownership and accountability (deprecated)","isDeprecated":false,"deprecationReason":null},{"name":"direct_doc","description":"Document your work and increase collaboration","isDeprecated":false,"deprecationReason":null},{"name":"subtasks","description":"Use the subtasks column to create another level of tasks","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateDropdownColumnSettingsInput","description":null,"fields":null,"inputFields":[{"name":"labels","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateDropdownLabelInput","description":null,"fields":null,"inputFields":[{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateStatusColumnSettingsInput","description":null,"fields":null,"inputFields":[{"name":"labels","description":null,"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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateStatusLabelInput","description":null,"fields":null,"inputFields":[{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"color","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StatusColumnColors","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"index","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_done","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DropdownColumnSettings","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"ENUM","name":"ManagedColumnTypes","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DropdownLabel","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DropdownLabel","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DropdownManagedColumn","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"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":null,"args":[],"type":{"kind":"OBJECT","name":"DropdownColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ManagedColumn","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"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":null,"args":[],"type":{"kind":"UNION","name":"ColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ManagedColumnState","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"active","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"inactive","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"ManagedColumnTypes","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"status","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dropdown","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"StatusColumnColors","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"working_orange","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"done_green","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"stuck_red","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dark_blue","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"purple","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"explosive","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"grass_green","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"bright_blue","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"saladish","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"egg_yolk","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"blackish","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dark_red","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"sofia_pink","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"lipstick","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dark_purple","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"bright_green","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"chili_blue","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"american_gray","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"brown","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dark_orange","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"sunset","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"bubble","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"peach","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"berry","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"winter","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"river","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"navy","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"aquamarine","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"indigo","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dark_indigo","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"pecan","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"lavender","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"royal","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"steel","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"orchid","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"lilac","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"tan","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"sky","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"coffee","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"teal","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"StatusColumnSettings","description":null,"fields":[{"name":"type","description":null,"args":[],"type":{"kind":"ENUM","name":"ManagedColumnTypes","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"labels","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"StatusLabel","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StatusLabel","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"label","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"color","description":null,"args":[],"type":{"kind":"ENUM","name":"StatusColumnColors","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"index","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"is_done","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StatusManagedColumn","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"title","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"settings_json","description":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"created_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_by","description":null,"args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"revision","description":null,"args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"state","description":null,"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":null,"args":[],"type":{"kind":"OBJECT","name":"StatusColumnSettings","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateDropdownColumnSettingsInput","description":null,"fields":null,"inputFields":[{"name":"labels","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateDropdownLabelInput","description":null,"fields":null,"inputFields":[{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateStatusColumnSettingsInput","description":null,"fields":null,"inputFields":[{"name":"labels","description":null,"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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateStatusLabelInput","description":null,"fields":null,"inputFields":[{"name":"label","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"color","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"StatusColumnColors","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"index","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_done","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"id","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_deactivated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DependencyRelation","description":"Type of dependency relationship between items","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FS","description":"Finish to Start - The dependent item can start only after the predecessor finishes","isDeprecated":false,"deprecationReason":null},{"name":"SS","description":"Start to Finish - The dependent item can finish only after the predecessor starts","isDeprecated":false,"deprecationReason":null},{"name":"FF","description":"Finish to Finish - The dependent item can finish only after the predecessor finishes","isDeprecated":false,"deprecationReason":null},{"name":"SF","description":"Start to Start - The dependent item can start only after the predecessor starts","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"lag","description":"Number of days offset between the dependent items (can be negative)","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"metadata","description":"Optional metadata containing dependency configuration (type and lag)","type":{"kind":"INPUT_OBJECT","name":"MetadataInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Document","description":"Represents a monday.com doc - a rich-text page built from editable blocks (text, files, embeds, etc.).\n  A 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":"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":"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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":"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"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":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionStatus","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discounts","description":null,"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"AppSubscriptions","description":null,"fields":[{"name":"subscriptions","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscount","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscountResult","description":null,"fields":[{"name":"deleted_discount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"DeleteMarketplaceAppDiscount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DiscountPeriod","description":"The period of a discount","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"MONTHLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"YEARLY","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"GrantMarketplaceAppDiscount","description":null,"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":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"GrantMarketplaceAppDiscountData","description":null,"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,"isDeprecated":false,"deprecationReason":null},{"name":"discount","description":"Percentage value of a discount","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"is_recurring","description":"Is discount recurring","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"period","description":"The period of a discount","type":{"kind":"ENUM","name":"DiscountPeriod","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"GrantMarketplaceAppDiscountResult","description":null,"fields":[{"name":"granted_discount","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"GrantMarketplaceAppDiscount","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MarketplaceAppDiscount","description":null,"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":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionDiscountModelType","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"discount_type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"SubscriptionDiscountType","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionDiscountModelType","description":"The information whether the discount is percentage or nominal","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"percent","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"nominal","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionDiscountType","description":"The information whether the discount has been granted one time or recurring","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"recurring","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"one_time","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionPeriodType","description":"The billing period of the subscription. Possible values: monthly, yearly","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"monthly","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"yearly","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SubscriptionStatus","description":"The status of the subscription. Possible values: active, inactive.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"active","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"inactive","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AppFeatureType","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":null,"args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":null,"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":"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AppKind","description":"The visibility type of an app","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PRIVATE","description":"App is private and only visible to the account that created it","isDeprecated":false,"deprecationReason":null},{"name":"PUBLIC","description":"App is public and can be shared and installed by other accounts","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"AppStatus","description":"The current state of an app based on its version status","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"DRAFT","description":"App is in draft state and not yet published","isDeprecated":false,"deprecationReason":null},{"name":"LIVE","description":"App has a live published version","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"AppType","description":null,"fields":[{"name":"id","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"created_at","description":null,"args":[],"type":{"kind":"SCALAR","name":"Date","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"updated_at","description":null,"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":"limit","description":"Number of items to get, the default is 25.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"25","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"AppFeatureType","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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 /\nprojectManagement / project_management / service / forms / whiteboard).","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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\napp’s subscription among apps that utilize the seats-based monetization method","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AssetsSource","description":"The source of the asset","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"all","description":"Assets from file columns and item's files gallery. From version 2026-04, also includes assets from updates","isDeprecated":false,"deprecationReason":null},{"name":"columns","description":"Assets only from file columns","isDeprecated":false,"deprecationReason":null},{"name":"gallery","description":"Assets only from item's files gallery","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BoardAttributes","description":"The board attributes available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"communication","description":"Object that contains available Video conferences on the board.","isDeprecated":false,"deprecationReason":null},{"name":"description","description":"Board description.","isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Board name.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BoardKind","description":"The board kinds available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"private","description":"Private boards.","isDeprecated":false,"deprecationReason":null},{"name":"public","description":"Public boards.","isDeprecated":false,"deprecationReason":null},{"name":"share","description":"Shareable boards.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"BoardObjectType","description":"The board object types.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"board","description":"Parent Board.","isDeprecated":false,"deprecationReason":null},{"name":"custom_object","description":"Custom Object.","isDeprecated":false,"deprecationReason":null},{"name":"document","description":"Document.","isDeprecated":false,"deprecationReason":null},{"name":"sub_items_board","description":"Sub Items Board.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"BoardRelationValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BoardsOrderBy","description":"Options to order by.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"created_at","description":"The rank order of the board creation time (desc).","isDeprecated":false,"deprecationReason":null},{"name":"used_at","description":"The last time the user making the request used the board (desc).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"BoardSubscriberKind","description":"The board subscriber kind.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"owner","description":"Board owner.","isDeprecated":false,"deprecationReason":null},{"name":"subscriber","description":"Board subscriber.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ButtonValue","description":null,"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":"label","description":"The button's label.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CheckboxValue","description":null,"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":"text","description":null,"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":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ColorPickerValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"target","description":"The target column's unique identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ColumnProperty","description":"The property name of the column to be changed.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"description","description":"the column description.","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"the column title.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INTERFACE","name":"ColumnValue","description":null,"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":"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":null,"interfaces":[],"enumValues":null,"possibleTypes":[{"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":"FormulaValue","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":"TimelineValue","ofType":null},{"kind":"OBJECT","name":"TimeTrackingValue","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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Country","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CountryValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateDocBoardInput","description":null,"fields":null,"inputFields":[{"name":"column_id","description":"Column id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"item_id","description":"Item id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateDocInput","description":null,"fields":null,"inputFields":[{"name":"board","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateDocBoardInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"workspace","description":null,"type":{"kind":"INPUT_OBJECT","name":"CreateDocWorkspaceInput","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"CreateDocWorkspaceInput","description":null,"fields":null,"inputFields":[{"name":"folder_id","description":"Optional board folder id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The doc's kind (public / private / share)","type":{"kind":"ENUM","name":"BoardKind","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The doc's name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"workspace_id","description":"Workspace id","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"CreationLogValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DateValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DependencyValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DirectDocValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DocBlockContentType","description":"Various documents blocks types, such as text.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"bulleted_list","description":"Bulleted list block","isDeprecated":false,"deprecationReason":null},{"name":"check_list","description":"Check list block","isDeprecated":false,"deprecationReason":null},{"name":"code","description":"Code block","isDeprecated":false,"deprecationReason":null},{"name":"divider","description":"Divider block","isDeprecated":false,"deprecationReason":null},{"name":"image","description":"Image block","isDeprecated":false,"deprecationReason":null},{"name":"large_title","description":"Large title block","isDeprecated":false,"deprecationReason":null},{"name":"layout","description":"Layout block","isDeprecated":false,"deprecationReason":null},{"name":"medium_title","description":"Medium title block","isDeprecated":false,"deprecationReason":null},{"name":"normal_text","description":"Simple text block","isDeprecated":false,"deprecationReason":null},{"name":"notice_box","description":"Notice block","isDeprecated":false,"deprecationReason":null},{"name":"numbered_list","description":"Numbered list block","isDeprecated":false,"deprecationReason":null},{"name":"page_break","description":"Page break block","isDeprecated":false,"deprecationReason":null},{"name":"quote","description":"Quote text block","isDeprecated":false,"deprecationReason":null},{"name":"small_title","description":"Small title block","isDeprecated":false,"deprecationReason":null},{"name":"table","description":"Table block","isDeprecated":false,"deprecationReason":null},{"name":"video","description":"Video block","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"DocsOrderBy","description":"Options to order by.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"created_at","description":"The rank order of the document creation time (desc).","isDeprecated":false,"deprecationReason":null},{"name":"used_at","description":"The last time the user making the request viewd the document (desc).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DocValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DropdownValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"DropdownValueOption","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DuplicateBoardType","description":"The board duplicate types available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"duplicate_board_with_pulses","description":"Duplicate board with structure and items.","isDeprecated":false,"deprecationReason":null},{"name":"duplicate_board_with_pulses_and_updates","description":"Duplicate board with structure, items and updates.","isDeprecated":false,"deprecationReason":null},{"name":"duplicate_board_with_structure","description":"Duplicate board with structure.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"EmailValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileAssetValue","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FileColumnValue","description":"The type of a link value stored inside a file column","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"asset","description":"Asset file","isDeprecated":false,"deprecationReason":null},{"name":"box","description":"Box file","isDeprecated":false,"deprecationReason":null},{"name":"doc","description":"Doc file","isDeprecated":false,"deprecationReason":null},{"name":"dropbox","description":"Dropbox file","isDeprecated":false,"deprecationReason":null},{"name":"google_drive","description":"Google Drive file","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"Generic link file","isDeprecated":false,"deprecationReason":null},{"name":"onedrive","description":"OneDrive file","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FileDocValue","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"FileInput","description":null,"fields":null,"inputFields":[{"name":"assetId","description":"The asset's id.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"fileType","description":"File kind","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"FileColumnValue","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"linkToFile","description":"File link","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"File display name","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"objectId","description":"The doc's id","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"FileLinkValue","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FileLinkValueKind","description":"The type of a link value stored inside a file column","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"box","description":"Box file","isDeprecated":false,"deprecationReason":null},{"name":"dropbox","description":"Dropbox file","isDeprecated":false,"deprecationReason":null},{"name":"google_drive","description":"Google Drive file","isDeprecated":false,"deprecationReason":null},{"name":"link","description":"Generic link file","isDeprecated":false,"deprecationReason":null},{"name":"onedrive","description":"OneDrive file","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FileValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"FileValueItem","description":"A single file in a column.","fields":null,"inputFields":null,"interfaces":null,"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":null,"interfaces":null,"enumValues":[{"name":"monday","description":"Monday","isDeprecated":false,"deprecationReason":null},{"name":"sunday","description":"Sunday","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Folder","description":"A workspace folder containing boards, docs, sub folders, etc.","fields":[{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"FolderColor","description":"One value out of a list of valid folder colors","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"AQUAMARINE","description":"aquamarine","isDeprecated":false,"deprecationReason":null},{"name":"BRIGHT_BLUE","description":"bright-blue","isDeprecated":false,"deprecationReason":null},{"name":"BRIGHT_GREEN","description":"bright-green","isDeprecated":false,"deprecationReason":null},{"name":"CHILI_BLUE","description":"chili-blue","isDeprecated":false,"deprecationReason":null},{"name":"DARK_ORANGE","description":"dark-orange","isDeprecated":false,"deprecationReason":null},{"name":"DARK_PURPLE","description":"dark_purple","isDeprecated":false,"deprecationReason":null},{"name":"DARK_RED","description":"dark-red","isDeprecated":false,"deprecationReason":null},{"name":"DONE_GREEN","description":"done-green","isDeprecated":false,"deprecationReason":null},{"name":"INDIGO","description":"indigo","isDeprecated":false,"deprecationReason":null},{"name":"LIPSTICK","description":"lipstick","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"No color","isDeprecated":false,"deprecationReason":null},{"name":"PURPLE","description":"purple","isDeprecated":false,"deprecationReason":null},{"name":"SOFIA_PINK","description":"sofia_pink","isDeprecated":false,"deprecationReason":null},{"name":"STUCK_RED","description":"stuck-red","isDeprecated":false,"deprecationReason":null},{"name":"SUNSET","description":"sunset","isDeprecated":false,"deprecationReason":null},{"name":"WORKING_ORANGE","description":"working_orange","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FolderCustomIcon","description":"One value out of a list of valid folder custom icons","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FOLDER","description":"Folder","isDeprecated":false,"deprecationReason":null},{"name":"MOREBELOW","description":"MoreBelow","isDeprecated":false,"deprecationReason":null},{"name":"MOREBELOWFILLED","description":"MoreBelowFilled","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"No custom icon","isDeprecated":false,"deprecationReason":null},{"name":"WORK","description":"Work","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"FolderFontWeight","description":"One value out of a list of valid folder font weights","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"FONT_WEIGHT_BOLD","description":"font-weight-bold","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_LIGHT","description":"font-weight-light","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_NORMAL","description":"font-weight-normal","isDeprecated":false,"deprecationReason":null},{"name":"FONT_WEIGHT_VERY_LIGHT","description":"font-weight-very-light","isDeprecated":false,"deprecationReason":null},{"name":"NULL","description":"No font weight","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"FormulaValue","description":null,"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":"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},{"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}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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\nresume fetching items. Use this to paginate through large result sets.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"The maximum number of items to fetch in a single request. Use this to\ncontrol 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","isDeprecated":false,"deprecationReason":null},{"name":"query_params","description":"A set of parameters to filter, sort, and control the scope of the items\nquery. Use this to customize the results based on specific criteria.","type":{"kind":"INPUT_OBJECT","name":"ItemsQuery","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"GroupAttributes","description":"The group attributes available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"color","description":"Group color (one of the supported colors, check the API documentation).","isDeprecated":false,"deprecationReason":null},{"name":"position","description":"The group's position in the board. Deprecated! - replaced with relative position","isDeprecated":false,"deprecationReason":null},{"name":"relative_position_after","description":"The group's relative position after another group in the board.","isDeprecated":false,"deprecationReason":null},{"name":"relative_position_before","description":"The group's relative position before another group in the board.","isDeprecated":false,"deprecationReason":null},{"name":"title","description":"Group title.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"GroupValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"HourValue","description":null,"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":"minute","description":"Minute","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"IntegrationValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ItemIdValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ItemsPageByColumnValuesQuery","description":null,"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"ItemsQuery","description":null,"fields":null,"inputFields":[{"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,"isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":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","isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"ItemsResponse","description":null,"fields":[{"name":"cursor","description":"An opaque cursor that represents the position in the list after the last\nreturned item. Use this cursor for pagination to fetch the next set of items.\nIf 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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"Kind","description":"Kind of assignee","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"person","description":"Represents a person","isDeprecated":false,"deprecationReason":null},{"name":"team","description":"Represents a team","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"LastUpdatedValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LinkValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LocationValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"LongTextValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"MirroredItem","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"UNION","name":"MirroredValue","description":"Represents a mirrored value (column value, group, or board).","fields":null,"inputFields":null,"interfaces":null,"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":"MirrorValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"NotificationTargetType","description":"The notification's target type.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"Post","description":"Update","isDeprecated":false,"deprecationReason":null},{"name":"Project","description":"Item or Board.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"NumbersValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"NumberValueUnitDirection","description":"Indicates where the unit symbol should be placed in a number value","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"left","description":"The symbol is placed on the left of the number","isDeprecated":false,"deprecationReason":null},{"name":"right","description":"The symbol is placed on the right of the number","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PeopleEntity","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PeopleValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PersonValue","description":null,"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":"person_id","description":"The person assigned to the item.","args":[],"type":{"kind":"SCALAR","name":"ID","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"PhoneValue","description":null,"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":"phone","description":"Phone number","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"PositionRelative","description":"The position relative method.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"after_at","description":"position after at the given entity.","isDeprecated":false,"deprecationReason":null},{"name":"before_at","description":"position before at the given entity.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"ProgressValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"RatingValue","description":null,"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":"rating","description":"Rating value","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"State","description":"The possible states for a board or item.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"active","description":"Active only (Default).","isDeprecated":false,"deprecationReason":null},{"name":"all","description":"Active, Archived and Deleted.","isDeprecated":false,"deprecationReason":null},{"name":"archived","description":"Archived only.","isDeprecated":false,"deprecationReason":null},{"name":"deleted","description":"Deleted only.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"StatusValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"SubtasksValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TagsValue","description":null,"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":"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":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":"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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"limit","description":"Number of users to get.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"Allows to fuzzy search by name","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null},{"name":"non_active","description":"Return non active users in the account.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","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":"is_guest","description":"Whether the team is a guest team","args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TeamValue","description":null,"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":"team_id","description":"ID of the assigned team","args":[],"type":{"kind":"SCALAR","name":"Int","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TextValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TimelineValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TimeTrackingHistoryItem","description":null,"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"TimeTrackingValue","description":null,"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":null,"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":"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":null,"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":null,"args":[],"type":{"kind":"SCALAR","name":"JSON","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"UnsupportedValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UpdateWorkspaceAttributesInput","description":"Attributes of a workspace to update","fields":null,"inputFields":[{"name":"description","description":"The description of the workspace to update","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"kind","description":"The kind of the workspace to update (open / closed / template)","type":{"kind":"ENUM","name":"WorkspaceKind","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the workspace to update","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserKind","description":"The possibilities for a user kind.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"all","description":"All users in account.","isDeprecated":false,"deprecationReason":null},{"name":"guests","description":"Only guests.","isDeprecated":false,"deprecationReason":null},{"name":"non_guests","description":"Only company members.","isDeprecated":false,"deprecationReason":null},{"name":"non_pending","description":"All non pending members.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"Version","description":"An object containing the API version details","fields":[{"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},{"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"VersionKind","description":"All possible API version types","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"current","description":"Current version","isDeprecated":false,"deprecationReason":null},{"name":"deprecated","description":"No longer supported version. Migrate to current version as soon as possible","isDeprecated":false,"deprecationReason":null},{"name":"dev","description":"Bleeding-edge rolling version that constantly changes","isDeprecated":false,"deprecationReason":null},{"name":"maintenance","description":"Previous version. Migrate to current version as soon as possible","isDeprecated":false,"deprecationReason":null},{"name":"old__maintenance","description":"Old version that will be deprecated in January. Migrate to current version as soon as possible","isDeprecated":false,"deprecationReason":null},{"name":"old_previous_maintenance","description":"Old version that will be deprecated in January. Migrate to current version as soon as possible","isDeprecated":false,"deprecationReason":null},{"name":"previous_maintenance","description":"Older version that will be deprecated in January. Migrate to current version as soon as possible","isDeprecated":false,"deprecationReason":null},{"name":"release_candidate","description":"Next version","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"VoteValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WebhookEventType","description":"The webhook's target type.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"change_column_value","description":"Column value changed on board","isDeprecated":false,"deprecationReason":null},{"name":"change_name","description":"An item name changed on board","isDeprecated":false,"deprecationReason":null},{"name":"change_specific_column_value","description":"Specific Column value changed on board","isDeprecated":false,"deprecationReason":null},{"name":"change_status_column_value","description":"Status column value changed on board","isDeprecated":false,"deprecationReason":null},{"name":"change_subitem_column_value","description":"Column value changed on board subitem","isDeprecated":false,"deprecationReason":null},{"name":"change_subitem_name","description":"An subitem name changed on board","isDeprecated":false,"deprecationReason":null},{"name":"create_column","description":"Column created on a board","isDeprecated":false,"deprecationReason":null},{"name":"create_item","description":"An item was created on board","isDeprecated":false,"deprecationReason":null},{"name":"create_subitem","description":"A subitem was created on a board","isDeprecated":false,"deprecationReason":null},{"name":"create_subitem_update","description":"An update was posted on board subitem","isDeprecated":false,"deprecationReason":null},{"name":"create_update","description":"An update was posted on board item","isDeprecated":false,"deprecationReason":null},{"name":"delete_update","description":"An update was deleted from board item","isDeprecated":false,"deprecationReason":null},{"name":"edit_update","description":"An update was edited on board item","isDeprecated":false,"deprecationReason":null},{"name":"item_archived","description":"An item was archived on a board","isDeprecated":false,"deprecationReason":null},{"name":"item_deleted","description":"An item was deleted from a board","isDeprecated":false,"deprecationReason":null},{"name":"item_moved_to_any_group","description":"An item is moved to any group","isDeprecated":false,"deprecationReason":null},{"name":"item_moved_to_specific_group","description":"An item is moved to a specific group","isDeprecated":false,"deprecationReason":null},{"name":"item_restored","description":"An item restored back to board","isDeprecated":false,"deprecationReason":null},{"name":"move_subitem","description":"A subitem is moved from one parent to another","isDeprecated":false,"deprecationReason":null},{"name":"subitem_archived","description":"A subitem was archived on a board","isDeprecated":false,"deprecationReason":null},{"name":"subitem_deleted","description":"A subitem was deleted from a board","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"WeekValue","description":null,"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":"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"Workspace","description":"A monday.com workspace.","fields":[{"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":"id","description":"The workspace's unique identifier.","args":[],"type":{"kind":"SCALAR","name":"ID","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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"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","isDeprecated":false,"deprecationReason":null},{"name":"page","description":"Page number to get, starting at 1.","type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":"1","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"User","ofType":null}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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\nuploaded 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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WorkspaceKind","description":"The workspace kinds available.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"closed","description":"Closed workspace, available to enterprise only.","isDeprecated":false,"deprecationReason":null},{"name":"open","description":"Open workspace.","isDeprecated":false,"deprecationReason":null},{"name":"template","description":"Template workspace.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"WorkspacesOrderBy","description":"Options to order by.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"created_at","description":"The rank order of the workspace creation time (desc).","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"WorkspaceSubscriberKind","description":"The workspace subscriber kind.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"owner","description":"Workspace owner.","isDeprecated":false,"deprecationReason":null},{"name":"subscriber","description":"Workspace subscriber.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"WorldClockValue","description":null,"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":"text","description":null,"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":null,"interfaces":[{"kind":"INTERFACE","name":"ColumnValue","ofType":null}],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BoardUsage","description":"Enum representing different usage types for board operations","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"CONVERT_TO_PROJECT","description":"Board can be converted to a project","isDeprecated":false,"deprecationReason":null},{"name":"CONNECT_TO_PORTFOLIO","description":"Board can be connected to a portfolio","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"SprintSnapshot","ofType":null}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"SprintSnapshotKind","description":"The kind of sprint snapshot.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"START","description":"Sprint start snapshot kind.","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETE","description":"Sprint complete snapshot kind.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"ENUM","name":"SprintState","description":"current state of the monday dev sprint.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"PLANNED","description":"sprint is planned and not yet started.","isDeprecated":false,"deprecationReason":null},{"name":"ACTIVE","description":"sprint is active and in progress.","isDeprecated":false,"deprecationReason":null},{"name":"COMPLETED","description":"sprint is completed.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"ActivateUsersErrorCode","description":"Error codes for activating users.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"AssignTeamOwnersErrorCode","description":"Error codes that can occur while changing team owners.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"VIEWERS_OR_GUESTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_MEMBER_OF_TEAM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"BaseRoleName","description":"The role of the user.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GUEST","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"is_guest_team","description":"Whether the team can contain guest users.","type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"parent_team_id","description":"The parent team identifier.","type":{"kind":"SCALAR","name":"ID","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"DeactivateUsersErrorCode","description":"Error codes for deactivating users.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"InviteUsersErrorCode","description":"Error codes that can occur while changing email domain.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"ERROR","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"Product","description":"The product to invite the users to.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"work_management","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"crm","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"dev","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"service","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"whiteboard","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"knowledge","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"forms","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"workflows","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"RemoveTeamOwnersErrorCode","description":"Error codes that can occur while removing team owners.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"VIEWERS_OR_GUESTS","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_MEMBER_OF_TEAM","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"new_domain","description":"The new email domain.","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UpdateEmailDomainErrorCode","description":"Error codes that can occur while changing email domain.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"UPDATE_EMAIL_DOMAIN_ERROR","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UpdateUserAttributesErrorCode","description":"Error codes that can occur while updating user attributes.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"INVALID_FIELD","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UpdateUsersRoleErrorCode","description":"Error codes for updating users roles.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"EXCEEDS_BATCH_LIMIT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"INVALID_INPUT","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"USER_NOT_FOUND","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"CANNOT_UPDATE_SELF","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"FAILED","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"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":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"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,"isDeprecated":false,"deprecationReason":null},{"name":"email","description":"The email of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"join_date","description":"The join date of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"name","description":"The name of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"location","description":"The location of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"mobile_phone","description":"The mobile phone of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"phone","description":"The phone of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"title","description":"The title of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"department","description":"The department of the user.","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"UserRole","description":"The role of the user.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"GUEST","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"VIEW_ONLY","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"MEMBER","description":null,"isDeprecated":false,"deprecationReason":null},{"name":"ADMIN","description":null,"isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"INPUT_OBJECT","name":"UserUpdateInput","description":null,"fields":null,"inputFields":[{"name":"user_id","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"user_attribute_updates","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"UserAttributesInput","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}],"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"SCALAR","name":"policy__Policy","description":null,"fields":null,"inputFields":null,"interfaces":null,"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Schema","description":"A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.","fields":[{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"types","description":"A list of all types supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"queryType","description":"The type that query operations will be rooted at.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"mutationType","description":"If this server supports mutation, the type that mutation operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"subscriptionType","description":"If this server support subscription, the type that subscription operations will be rooted at.","args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"directives","description":"A list of all directives supported by this server.","args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Directive","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Type","description":"The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.","fields":[{"name":"kind","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__TypeKind","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"name","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"specifiedByURL","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"fields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Field","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"interfaces","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"possibleTypes","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"enumValues","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__EnumValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"inputFields","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}},"isDeprecated":false,"deprecationReason":null},{"name":"ofType","description":null,"args":[],"type":{"kind":"OBJECT","name":"__Type","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isOneOf","description":null,"args":[],"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__TypeKind","description":"An enum describing what kind of type a given `__Type` is.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"SCALAR","description":"Indicates this type is a scalar.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Indicates this type is an object. `fields` and `interfaces` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Indicates this type is a union. `possibleTypes` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Indicates this type is an enum. `enumValues` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Indicates this type is an input object. `inputFields` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"LIST","description":"Indicates this type is a list. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null},{"name":"NON_NULL","description":"Indicates this type is a non-null. `ofType` is a valid field.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null},{"kind":"OBJECT","name":"__Field","description":"Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__InputValue","description":"Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"type","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__Type","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"defaultValue","description":"A GraphQL-formatted string representing the default value for this input value.","args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__EnumValue","description":"One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isDeprecated","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"deprecationReason","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"OBJECT","name":"__Directive","description":"A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.","fields":[{"name":"name","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"description","description":null,"args":[],"type":{"kind":"SCALAR","name":"String","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"isRepeatable","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"isDeprecated":false,"deprecationReason":null},{"name":"locations","description":null,"args":[],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"__DirectiveLocation","ofType":null}}}},"isDeprecated":false,"deprecationReason":null},{"name":"args","description":null,"args":[{"name":"includeDeprecated","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"false","isDeprecated":false,"deprecationReason":null}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"__InputValue","ofType":null}}}},"isDeprecated":false,"deprecationReason":null}],"inputFields":null,"interfaces":[],"enumValues":null,"possibleTypes":null},{"kind":"ENUM","name":"__DirectiveLocation","description":"A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.","fields":null,"inputFields":null,"interfaces":null,"enumValues":[{"name":"QUERY","description":"Location adjacent to a query operation.","isDeprecated":false,"deprecationReason":null},{"name":"MUTATION","description":"Location adjacent to a mutation operation.","isDeprecated":false,"deprecationReason":null},{"name":"SUBSCRIPTION","description":"Location adjacent to a subscription operation.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD","description":"Location adjacent to a field.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_DEFINITION","description":"Location adjacent to a fragment definition.","isDeprecated":false,"deprecationReason":null},{"name":"FRAGMENT_SPREAD","description":"Location adjacent to a fragment spread.","isDeprecated":false,"deprecationReason":null},{"name":"INLINE_FRAGMENT","description":"Location adjacent to an inline fragment.","isDeprecated":false,"deprecationReason":null},{"name":"VARIABLE_DEFINITION","description":"Location adjacent to a variable definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCHEMA","description":"Location adjacent to a schema definition.","isDeprecated":false,"deprecationReason":null},{"name":"SCALAR","description":"Location adjacent to a scalar definition.","isDeprecated":false,"deprecationReason":null},{"name":"OBJECT","description":"Location adjacent to an object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"FIELD_DEFINITION","description":"Location adjacent to a field definition.","isDeprecated":false,"deprecationReason":null},{"name":"ARGUMENT_DEFINITION","description":"Location adjacent to an argument definition.","isDeprecated":false,"deprecationReason":null},{"name":"INTERFACE","description":"Location adjacent to an interface definition.","isDeprecated":false,"deprecationReason":null},{"name":"UNION","description":"Location adjacent to a union definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM","description":"Location adjacent to an enum definition.","isDeprecated":false,"deprecationReason":null},{"name":"ENUM_VALUE","description":"Location adjacent to an enum value definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_OBJECT","description":"Location adjacent to an input object type definition.","isDeprecated":false,"deprecationReason":null},{"name":"INPUT_FIELD_DEFINITION","description":"Location adjacent to an input object field definition.","isDeprecated":false,"deprecationReason":null}],"possibleTypes":null}],"directives":[{"name":"cost","description":null,"locations":["ARGUMENT_DEFINITION","ENUM","FIELD_DEFINITION","INPUT_FIELD_DEFINITION","OBJECT","SCALAR"],"args":[{"name":"weight","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"listSize","description":null,"locations":["FIELD_DEFINITION"],"args":[{"name":"assumedSize","description":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"slicingArguments","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"sizedFields","description":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null},{"name":"requireOneSlicingArgument","description":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"defaultValue":"true","isDeprecated":false,"deprecationReason":null}]},{"name":"policy","description":null,"locations":["FIELD_DEFINITION","OBJECT","INTERFACE","SCALAR","ENUM"],"args":[{"name":"policies","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"policy__Policy","ofType":null}}}}}},"defaultValue":null,"isDeprecated":false,"deprecationReason":null}]},{"name":"include","description":"Directs the executor to include this field or fragment only when the `if` 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,"isDeprecated":false,"deprecationReason":null}]},{"name":"skip","description":"Directs the executor to skip this field or fragment when the `if` 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,"isDeprecated":false,"deprecationReason":null}]},{"name":"deprecated","description":"Marks an element of a GraphQL schema as no longer supported.","locations":["FIELD_DEFINITION","ARGUMENT_DEFINITION","INPUT_FIELD_DEFINITION","ENUM_VALUE"],"args":[{"name":"reason","description":"Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).","type":{"kind":"SCALAR","name":"String","ofType":null},"defaultValue":"\"No longer supported\"","isDeprecated":false,"deprecationReason":null}]},{"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,"isDeprecated":false,"deprecationReason":null}]},{"name":"oneOf","description":"Indicates exactly one field must be supplied and this field must not be `null`.","locations":["INPUT_OBJECT"],"args":[]}]}}}