CreateUserInput
Input for creating a user.
input CreateUserInput {
githubUsername: String!
isVIP: Boolean
}
Fields
CreateUserInput.githubUsername ● String! non-null scalar common
The GitHub username for the user to create.
CreateUserInput.isVIP ● Boolean scalar common
Whether the new user should be granted VIP access.
Member Of
createUser mutation