Skip to content

Commit 5a1568a

Browse files
committed
add comment
1 parent cb0cd4c commit 5a1568a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/openapi-to-graphql/src/types/options.ts

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ export type RequestHeadersFunction<TSource, TContext, TArgs> = (
6868
* function.
6969
*
7070
* Based on: https://github.com/request/request#requestoptions-callback
71+
*
72+
* useQueryString is an optional parameter to use a the query-string library
7173
*/
7274
export type RequestOptions<TSource, TContext, TArgs> = Omit<
7375
RequestInit,

0 commit comments

Comments
 (0)