OBJECT

UserError

link GraphQL Schema definition

1type UserError {
2message: String!
3
4path: [String!]
5
6}

link Required by