Skip to main content

CreateGropiusUserInput

Input for the createGropiusUser mutation

input CreateGropiusUserInput {
avatar: URL
displayName: String!
email: String
isAdmin: Boolean!
username: String!
}

Fields

CreateGropiusUserInput.avatar ● URL scalar

The avatar of the created GropiusUser

CreateGropiusUserInput.displayName ● String! non-null scalar

The displayName of the created User

CreateGropiusUserInput.email ● String scalar

The email of the created User if present

CreateGropiusUserInput.isAdmin ● Boolean! non-null scalar

If true, the created GropiusUser is a global admin

CreateGropiusUserInput.username ● String! non-null scalar

The username of the created GropiusUser, must be unique, must match /^[a-zA-Z0-9_-]+$/

Member of

createGropiusUser mutation