Created
July 25, 2018 20:34
-
-
Save tomitrescak/59dff4b50e84c4e96b622b8e48fb1356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export interface Query { | |
notifications: <T = Notification[]>(args: { start?: Int, end?: Int }, info?: GraphQLResolveInfo | string, options?: Options) => Promise<T> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment