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
exporttypeMaybe<T>=T|null;/** All built-in and custom scalars, mapped to their actual values */exporttypeScalars={ID: string;String: string;Boolean: boolean;Int: number;Float: number;};exporttypeQuery={__typename?: 'Query';/** A name! */name: Scalars['String'];};
1.13.2 does not
diff --git i/gqltypes.ts w/gqltypes.ts
index 41d3dfebf..3172daf0e 100644
--- i/gqltypes.ts+++ w/gqltypes.ts@@ -10,6 +10,5 @@ export type Scalars = {
export type Query = {
__typename?: 'Query';
- /** A name! */
name: Scalars['String'];
};
Environment:
OS: macOS
@graphql-codegen/...: 1.13.2
NodeJS: 12.16.1
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Comments from the schema are gone in the generated code.
To Reproduce
Steps to reproduce the behavior:
# none
codegen.yml
config file:Expected behavior
1.13.1 generates comments
1.13.2 does not
Environment:
@graphql-codegen/...
: 1.13.2Additional context
The text was updated successfully, but these errors were encountered: