Replies: 1 comment 1 reply
-
You normally shouldn't have to do any remote calls in your CI as the schema file should be part of your repository. If you have access to the raw schema, you can just swap out the schema.graphql file with your schema file. The generation of the client is triggered by building the project and based on the schema file. You don't have to run the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I could use some help. I would like to generate the StrawberryShake Client from my CICD pipeline, but the API that I am connecting to requires MFA to create the authentication tokens required to generate the client. I do however have access to the raw graphql schema. Is there a way to generate the clients with the raw schema and skipping the attempt to reach out to the remote server?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions