Skip to content

Commit

Permalink
Merge pull request #52 from brenogcota/patch-1
Browse files Browse the repository at this point in the history
fix: Cannot find name 'Schema'.
  • Loading branch information
wagnerlduarte authored Jul 13, 2022
2 parents f216357 + fee1a8f commit 60454dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/typings/gql.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ declare module '*.graphql' {

const schema: DocumentNode

export default Schema
export default schema
}

0 comments on commit 60454dc

Please sign in to comment.