Skip to content

Commit

Permalink
feat: export Options type (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Kuhrt <jason.kuhrt@dialogue.co>
  • Loading branch information
KATT and Jason Kuhrt committed May 28, 2020
1 parent 2246c4d commit b69791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -2,7 +2,7 @@

import { ClientError, GraphQLError, Variables } from './types'

export { ClientError } from './types'
export { ClientError, Options } from './types'

export class GraphQLClient {
private url: string
Expand Down

0 comments on commit b69791c

Please sign in to comment.