File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ export interface HandlerOptions<
390
390
getOperationAST ?: typeof graphqlGetOperationAST ;
391
391
/**
392
392
* The GraphQL root value or resolvers to go alongside the execution.
393
- * Learn more about them here: https://graphql.org/learn/execution/#root-fields-resolvers.
393
+ * Learn more about them here: https://graphql.org/learn/execution/#root-fields-and- resolvers.
394
394
*
395
395
* If you return from `onSubscribe`, and the returned value is
396
396
* missing the `rootValue` field, the relevant operation root
@@ -706,7 +706,7 @@ export function createHandler<
706
706
}
707
707
708
708
// mutations cannot happen over GETs
709
- // https://graphql.github.io/graphql-over-http/draft/#sel-CALFJRPAAELBAAxwP
709
+ // https://graphql.github.io/graphql-over-http/draft/#sel-GALJTPABABgCzsd
710
710
if ( operation === 'mutation' && req . method === 'GET' ) {
711
711
return [
712
712
JSON . stringify ( {
You can’t perform that action at this time.
0 commit comments