We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0cd4c commit 5a1568aCopy full SHA for 5a1568a
packages/openapi-to-graphql/src/types/options.ts
@@ -68,6 +68,8 @@ export type RequestHeadersFunction<TSource, TContext, TArgs> = (
68
* function.
69
*
70
* Based on: https://github.com/request/request#requestoptions-callback
71
+ *
72
+ * useQueryString is an optional parameter to use a the query-string library
73
*/
74
export type RequestOptions<TSource, TContext, TArgs> = Omit<
75
RequestInit,
0 commit comments