-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
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
No value associated with key CodingKeys when passing authorization in headers in codegen-config file #2661
Comments
Hi @nikitrivedii, thanks for the issue. The JSON data you've got there looks correct, we'll take a deeper look into the decoding. |
The following snippet works (not very intuitive though):
|
I agree, it's not intuitive at all. I'm going to explore whether I can get decoding working with the more intuitive |
Hi, @calvincestari any update on this issue? The @pavelmarchuk workaround is not working for me and getting the below error. Versions
Error:
apollo-codegen-config:
Command Used
|
Hi @Akhil-P41 👋🏻 - no progress on this issue yet. Your issue is not related to this though; you're using the wrong command parameters. The |
Hi @nikitrivedii, this is fixed and will go out in the next patch release - |
Bug report
I am trying to upgrade apollo SDK to 1.0.2 version.
when configuring codegen-config file I need to pass headers and bearer token as dict key value.
I am getting following error
Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 1.0.2Steps to reproduce
My shell script is
Try to fetch the schema
The text was updated successfully, but these errors were encountered: