We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intended outcome: The generated type definition should be wrapped in the given namespace.
Actual outcome: The generated file is not wrapped in the namespace.
How to reproduce the issue:
apollo client:codegen --namespace=MyGQL --addTypename --passthroughCustomScalars --customScalarsPrefix Scalar --outputFlat --target=typescript ./graphql/types.ts
--namespace=MyGQL
All of the definition is not wrapped in MyGQL namespace.
MyGQL
Versions
apollo/2.8.3 linux-x64 node-v10.15.3
The text was updated successfully, but these errors were encountered:
seems like namespace is only supported for "swift" for now !!
Sorry, something went wrong.
Any activities on this one?
No branches or pull requests
Intended outcome:
The generated type definition should be wrapped in the given namespace.
Actual outcome:
The generated file is not wrapped in the namespace.
How to reproduce the issue:
apollo client:codegen
--namespace=MyGQL
--addTypename --passthroughCustomScalars --customScalarsPrefix Scalar --outputFlat --target=typescript ./graphql/types.tsAll of the definition is not wrapped in
MyGQL
namespace.Versions
apollo/2.8.3 linux-x64 node-v10.15.3
The text was updated successfully, but these errors were encountered: