UserMutationPayloadType
No description
type UserMutationPayloadType {
userErrors: [UserError]
success: Boolean
user: UserType
}
Fields
UserMutationPayloadType.userErrors ● [UserError] list object
UserMutationPayloadType.success ● Boolean scalar
Note: this is not fully supported yet everywhere.