Skip to content

Instantly share code, notes, and snippets.

@tomitrescak
Created July 25, 2018 20:34
Show Gist options
  • Save tomitrescak/59dff4b50e84c4e96b622b8e48fb1356 to your computer and use it in GitHub Desktop.
Save tomitrescak/59dff4b50e84c4e96b622b8e48fb1356 to your computer and use it in GitHub Desktop.
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