OBJECT

CreateBadgeFlairError

A 4xx-level error from the CreateBadgeFlair mutation

link GraphQL Schema definition

1type CreateBadgeFlairError {
2
3# Code describing the cause of the error.
4code: CreateBadgeFlairErrorCode!
5
6# String containing any relevant error message from Subscriptions.
7message: String!
8
9}