Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update typings
  • Loading branch information
ShMcK committed Oct 26, 2019
commit 0ba1e1cfd9736527db17f5e6b8c64e57c722772b
8 changes: 8 additions & 0 deletions typings/graphql.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,3 +583,11 @@ export interface IntrospectionResultData {
}[];
};
}

const result: IntrospectionResultData = {
"__schema": {
"types": []
}
};

export default result;