Minimal Anti Collusion Infrastructure (MACI) / GraphQLResponse
Interface: GraphQLResponse
Defined in: packages/sdk/ts/subgraph/types.ts:4
The response from the GraphQL query
Properties
data?
optional
data:object
Defined in: packages/sdk/ts/subgraph/types.ts:8
The data from the query
users
users:
object
[]
errors?
optional
errors:object
[]
Defined in: packages/sdk/ts/subgraph/types.ts:16
The errors from the query
message
message:
string