File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export type {
15
15
16
16
export { subscribe , createSourceEventStream } from './subscribe' ;
17
17
18
- export { getDirectiveValues } from './values' ;
18
+ export { getVariableValues , getDirectiveValues } from './values' ;
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ type CoercedVariableValues =
35
35
* Note: The returned value is a plain Object with a prototype, since it is
36
36
* exposed to user code. Care should be taken to not pull values from the
37
37
* Object prototype.
38
- *
39
- * @internal
40
38
*/
41
39
export function getVariableValues (
42
40
schema : GraphQLSchema ,
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ export {
318
318
defaultFieldResolver ,
319
319
defaultTypeResolver ,
320
320
responsePathAsArray ,
321
+ getVariableValues ,
321
322
getDirectiveValues ,
322
323
subscribe ,
323
324
createSourceEventStream ,
You can’t perform that action at this time.
0 commit comments