Skip to main content

updateUserById

No description

updateUserById(
id: String!
firstName: String
lastName: String
phoneNumber: String
groups: [String]
role: Int
avatar: Upload
): UserMutationPayloadType

Arguments

updateUserById.id ● String! non-null scalar

updateUserById.firstName ● String scalar

updateUserById.lastName ● String scalar

updateUserById.phoneNumber ● String scalar

updateUserById.groups ● [String] list scalar

updateUserById.role ● Int scalar

updateUserById.avatar ● Upload scalar

Type

UserMutationPayloadType object