Skip to content
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

docs: Add header hint for generate-schema to "Workflows" page #322

Merged
merged 4 commits into from
Jul 9, 2024

Commits on Jun 17, 2024

  1. Add CLI instructions for generate-schema

    When starting with gql.data, I spent quite some time trying to understand how to retrieve the schema without leaking API tokens in `tsconfig.json`.
    
    This is the solution I'm using in my projects. It proves to be quite effective and even simple, despite the convoluted usage of single and double quotes required to control when shell interpolates the variable.
    
    It uses the `dotenv` command, which is pretty common to have in dev dependencies.
    sistrall authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e7bf501 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3ff705c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    56ad39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e756c3 View commit details
    Browse the repository at this point in the history