You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-15
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ module system it is exported as `GraphQLVoyager` global variable.
29
29
30
30
`Voyager` component accepts the following properties:
31
31
32
-
-`introspection`[`object` or function: `(query: string) => Promise`] - the server introspection response. If `function` is provided GraphQL Voyager will pass introspection query as a first function parameter. Function should return `Promise` which resolves to introspection response object.
32
+
-`introspection`[`object`] - the server introspection response. If `function` is provided GraphQL Voyager will pass introspection query as a first function parameter. Function should return `Promise` which resolves to introspection response object.
0 commit comments