INPUT_OBJECT
InviteOrganizationUserInput
Autogenerated input type of InviteOrganizationUser
link GraphQL Schema definition
- input InviteOrganizationUserInput {
- # A unique identifier for the client performing the mutation.
- : String
- # A person's first name.
- : String
- # A person's last name.
- : String
- # An email address.
- : String
- # The split between the user and the organization.
- : String
- # The split between the user and the organization.
- : Float
- # Artist's name.
- : String
- : UserRole
- : String
- : String
- : Boolean
- # Run the mutation with no side effects in validate-only mode. When true, the
- # inputs will be validated and errors will be returned, but the mutation will not
- # perform any actions.
- : Boolean
- }