File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,8 @@ export type {
15
15
16
16
export { subscribe , createSourceEventStream } from './subscribe' ;
17
17
18
- export { getVariableValues , getDirectiveValues } from './values' ;
18
+ export {
19
+ getArgumentValues ,
20
+ getVariableValues ,
21
+ getDirectiveValues ,
22
+ } from './values' ;
Original file line number Diff line number Diff line change @@ -152,8 +152,6 @@ function coerceVariableValues(
152
152
* Note: The returned value is a plain Object with a prototype, since it is
153
153
* exposed to user code. Care should be taken to not pull values from the
154
154
* Object prototype.
155
- *
156
- * @internal
157
155
*/
158
156
export function getArgumentValues (
159
157
def : GraphQLField < unknown , unknown > | GraphQLDirective ,
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
+ getArgumentValues ,
321
322
getVariableValues ,
322
323
getDirectiveValues ,
323
324
subscribe ,
You can’t perform that action at this time.
0 commit comments