INPUT_OBJECT

CreateProjectSharingClientRelationNoProjectBackrefInput

link GraphQL Schema definition

  • input CreateProjectSharingClientRelationNoProjectBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the user.
  • clientId: ID!
  • # Sharing role granting the user a specific access level (e.g. Read, Edit) on the
  • # project.
  • role: SharingRoleEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }