You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes attempting to use your blog to understand how to configure things for graphql-codegen impossible.
The specific page I'm looking at is Better Type Safety for your GraphQL Resolvers with GraphQL Codegen. I tried looking through the blog source but the CodeSandbox markup makes reference to '/models.ts', '/resolvers-with-error.ts', '/codegen-with-mappers.yml', and '/resolvers.ts' which are so generic and I can't find any files in the same repo with those names.
I'm trying to figure out how to use a package reference for my models in the mappers, but there is no clear description of that so I have to make leaps.
Furthermore, I'm attempting to make the argument that using this tooling is better than using Apollo for a specific project, but poor documentation is not a high mark for your side.
The text was updated successfully, but these errors were encountered:
This makes attempting to use your blog to understand how to configure things for
graphql-codegen
impossible.The specific page I'm looking at is Better Type Safety for your GraphQL Resolvers with GraphQL Codegen. I tried looking through the blog source but the CodeSandbox markup makes reference to
'/models.ts'
,'/resolvers-with-error.ts'
,'/codegen-with-mappers.yml'
, and'/resolvers.ts'
which are so generic and I can't find any files in the same repo with those names.I'm trying to figure out how to use a package reference for my models in the mappers, but there is no clear description of that so I have to make leaps.
Furthermore, I'm attempting to make the argument that using this tooling is better than using Apollo for a specific project, but poor documentation is not a high mark for your side.
The text was updated successfully, but these errors were encountered: