Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Jan 18, 2018
1 parent 1e3bb14 commit 7e4efe9
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 231 deletions.
2 changes: 2 additions & 0 deletions src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,5 @@ export type VisitType = (
) => VisitTypeResult;

export type ResolveType<T extends GraphQLType> = (type: T) => T;

export type Operation = 'query' | 'mutation' | 'subscription';
Loading

0 comments on commit 7e4efe9

Please sign in to comment.