Skip to content

Commit

Permalink
update custom types
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Oct 15, 2020
1 parent b508864 commit 1f121f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator/src/sdl/GenerateTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class GenerateTypes {
run() {
const outputTypes: string[] = [
`export interface Resolvers {`,
`[key: string]: any`,
`[key: string]: {[key: string]: CustomField}`,
];
const argsTypes: string[] = [];
const resolversTypes: string[] = [];
Expand Down

0 comments on commit 1f121f5

Please sign in to comment.