OBJECT

OperationResult

link GraphQL Schema definition

1type OperationResult {
2
3success: Boolean!
4
5code: String
6
7msg: String
8
9}