Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions codegen/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ Argument for generateSchema
}
)
)
-- | Whether the extra Hasura types should be generated
, isHasura :: Nullable Boolean
-- | how to convert gql enum contructors to purescript strings. Will default to making their 1st character capital
, enumValueNameTransform :: Nullable (String -> String)
}
Expand Down Expand Up @@ -114,8 +112,6 @@ Argument for generateSchema
}
)
)
-- | Whether the extra Hasura types should be generated
, isHasura :: Nullable Boolean
-- | how to convert gql enum contructors to purescript strings. Will default to making their 1st character capital
, enumValueNameTransform :: Nullable (String -> String)
}
Expand Down
1 change: 0 additions & 1 deletion codegen/schema/test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const go = async () => {
externalTypes: {},
fieldTypeOverrides: require('./outside-types'),
modulePath: ['Generated', 'Gql'],
isHasura: true,
cache: { get, set }
}, require('./gql-endpoints'))
console.log('test done')
Expand Down
Loading