LICENSE
MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
prefect_monday/__init__.py
prefect_monday/_version.py
prefect_monday/account.py
prefect_monday/app_subscription.py
prefect_monday/apps_monetization_status.py
prefect_monday/assets.py
prefect_monday/boards.py
prefect_monday/complexity.py
prefect_monday/credentials.py
prefect_monday/graphql.py
prefect_monday/items.py
prefect_monday/items_by_column_values.py
prefect_monday/items_by_multiple_column_values.py
prefect_monday/me.py
prefect_monday/mutations.py
prefect_monday/tags.py
prefect_monday/teams.py
prefect_monday/updates.py
prefect_monday/users.py
prefect_monday/utils.py
prefect_monday/webhooks.py
prefect_monday.egg-info/PKG-INFO
prefect_monday.egg-info/SOURCES.txt
prefect_monday.egg-info/dependency_links.txt
prefect_monday.egg-info/entry_points.txt
prefect_monday.egg-info/requires.txt
prefect_monday.egg-info/top_level.txt
prefect_monday/configs/mutation/add_file_to_column.json
prefect_monday/configs/mutation/add_file_to_update.json
prefect_monday/configs/mutation/add_subscribers_to_board.json
prefect_monday/configs/mutation/add_teams_to_workspace.json
prefect_monday/configs/mutation/add_users_to_workspace.json
prefect_monday/configs/mutation/archive_board.json
prefect_monday/configs/mutation/archive_group.json
prefect_monday/configs/mutation/archive_item.json
prefect_monday/configs/mutation/change_column_metadata.json
prefect_monday/configs/mutation/change_column_title.json
prefect_monday/configs/mutation/change_column_value.json
prefect_monday/configs/mutation/change_multiple_column_values.json
prefect_monday/configs/mutation/change_simple_column_value.json
prefect_monday/configs/mutation/clear_item_updates.json
prefect_monday/configs/mutation/complexity.json
prefect_monday/configs/mutation/create_board.json
prefect_monday/configs/mutation/create_column.json
prefect_monday/configs/mutation/create_group.json
prefect_monday/configs/mutation/create_item.json
prefect_monday/configs/mutation/create_notification.json
prefect_monday/configs/mutation/create_or_get_tag.json
prefect_monday/configs/mutation/create_subitem.json
prefect_monday/configs/mutation/create_update.json
prefect_monday/configs/mutation/create_webhook.json
prefect_monday/configs/mutation/create_workspace.json
prefect_monday/configs/mutation/delete_board.json
prefect_monday/configs/mutation/delete_group.json
prefect_monday/configs/mutation/delete_item.json
prefect_monday/configs/mutation/delete_subscribers_from_board.json
prefect_monday/configs/mutation/delete_teams_from_workspace.json
prefect_monday/configs/mutation/delete_update.json
prefect_monday/configs/mutation/delete_users_from_workspace.json
prefect_monday/configs/mutation/delete_webhook.json
prefect_monday/configs/mutation/duplicate_board.json
prefect_monday/configs/mutation/duplicate_group.json
prefect_monday/configs/mutation/duplicate_item.json
prefect_monday/configs/mutation/like_update.json
prefect_monday/configs/mutation/move_item_to_group.json
prefect_monday/configs/mutation/remove_mock_app_subscription.json
prefect_monday/configs/mutation/set_mock_app_subscription.json
prefect_monday/configs/query/account.json
prefect_monday/configs/query/app_subscription.json
prefect_monday/configs/query/apps_monetization_status.json
prefect_monday/configs/query/assets.json
prefect_monday/configs/query/boards.json
prefect_monday/configs/query/complexity.json
prefect_monday/configs/query/items.json
prefect_monday/configs/query/items_by_column_values.json
prefect_monday/configs/query/items_by_multiple_column_values.json
prefect_monday/configs/query/me.json
prefect_monday/configs/query/tags.json
prefect_monday/configs/query/teams.json
prefect_monday/configs/query/updates.json
prefect_monday/configs/query/users.json
prefect_monday/configs/query/webhooks.json
prefect_monday/schemas/__init__.py
prefect_monday/schemas/graphql_schema.py
tests/test_credentials.py
tests/test_graphql.py
tests/test_utils.py