Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Sep 3, 2020
1 parent 75f1cd8 commit 121c90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/graphql/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ export interface GraphQLRequestOptions extends Record<string, any> {
}

export interface GraphQLClient {
setHeader(name: string, value: string | false | null | undefined): string | undefined

request<T = any, V extends GraphQLVariables = GraphQLVariables>(
gql: string,
variables: V,
Expand Down

0 comments on commit 121c90a

Please sign in to comment.