- Preparing search index...
- The search index is not available
simple-graphql
Type alias SGRootResolve<T>
SGRoot
Resolve
<T>: ((args
: { [key:
string]
: any; }, context
: SGResolveContext, info
: GraphQLResolveInfo, sgContext
: SGContext) => Promise<T>)
Type declaration
-
- (args: {
[key: string]: any;
}, context: SGResolveContext, info: GraphQLResolveInfo, sgContext: SGContext): Promise<T>
-
Parameters
-
args: {
[key: string]: any;
}
-
-
info: GraphQLResolveInfo
-
Returns Promise<T>