OBJECT

CreateBadgeFlairPayload

Payload from the CreateBadgeFlair mutation

link GraphQL Schema definition

1type CreateBadgeFlairPayload {
2
3# Error representing any 4xx-level error, if any.
4error: CreateBadgeFlairError
5
6}