ownersByRoleInput

Input type defining owners for a specific role.

Examples

input OwnersByRoleInput {
  role: AppOwnerRole!
  owners: [UserInputDTO!]!
}

Fields

Field
Description
Supported fields

Role to assign to the owners

List of users to assign to the role

name String email String appIds [String!]!

References

Fields with this object:

Last updated