graphql-engine/docs/graphql/cloud/projects/collaborators.rst

47 lines
1.2 KiB
ReStructuredText
Raw Normal View History

2020-08-25 14:53:25 +03:00
.. meta::
:description: Managing collaborators on Hasura Cloud
:keywords: hasura, docs, project, team, collaborators
2020-08-25 14:53:25 +03:00
.. _manage_project_collaborators:
2020-08-25 14:53:25 +03:00
Project Collaborators
=====================
2020-08-25 14:53:25 +03:00
.. contents:: Table of contents
:backlinks: none
:depth: 2
:local:
Introduction
------------
The ``Team`` tab shows the current people with access to the project.
Add a collaborator
------------------
Click ``New Collaborator`` to invite a new team member.
.. thumbnail:: /img/graphql/cloud/projects/collaborators-view.png
:alt: Collaborators tab
2020-08-25 14:53:25 +03:00
:width: 1146px
Collaborator roles
^^^^^^^^^^^^^^^^^^
2020-08-25 14:53:25 +03:00
Collaborators can have different levels of access in the Hasura console.
2020-08-25 14:53:25 +03:00
- **Admin** has complete access to all project tools and configurations.
- **User** has limited privileges:
- The ``Execute GraphQL`` permission allows running queries, mutations, and subscriptions.
- The ``View Metrics`` permission allows inspecting operation data and the performance dashboard.
.. thumbnail:: /img/graphql/cloud/projects/add-collaborator.png
2020-08-25 14:53:25 +03:00
:alt: Add collaborator
:width: 437px
.. note::
Invitations can be accepted or declined via the ``Invitations`` tab of your Hasura Cloud settings.