INPUT_OBJECT

ProjectUserRolesToAddInput

link GraphQL Schema definition

  • input ProjectUserRolesToAddInput {
  • # Time until when user has access to this role.
  • expiresAt: DateTime
  • # The role name to be added
  • name: String!
  • }