File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export type {
1515
1616export { subscribe , createSourceEventStream } from './subscribe' ;
1717
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 =
3535 * Note: The returned value is a plain Object with a prototype, since it is
3636 * exposed to user code. Care should be taken to not pull values from the
3737 * Object prototype.
38- *
39- * @internal
4038 */
4139export function getVariableValues (
4240 schema : GraphQLSchema ,
Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ export {
318318 defaultFieldResolver ,
319319 defaultTypeResolver ,
320320 responsePathAsArray ,
321+ getVariableValues ,
321322 getDirectiveValues ,
322323 subscribe ,
323324 createSourceEventStream ,
You can’t perform that action at this time.
0 commit comments