Skip to content

Feature/re enable storybook #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 26, 2019
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;