@evefrontier/dapp-kit - v0.1.9
Preparing search index...
GraphQLResponse
Interface GraphQLResponse<T>
Response wrapper for GraphQL with optional
data
and
errors
.
interface
GraphQLResponse
<
T
=
unknown
>
{
data
?:
T
;
errors
?:
{
message
:
string
}
[]
;
}
Type Parameters
T
=
unknown
Index
Properties
data?
errors?
Properties
Optional
data
data
?:
T
Optional
errors
errors
?:
{
message
:
string
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
errors
@evefrontier/dapp-kit - v0.1.9
Loading...
Response wrapper for GraphQL with optional
dataanderrors.