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