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

Fix graphiql explorer styles by including official CSS, and update local example app for testing #1418

Merged
merged 4 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    306f789 View commit details
    Browse the repository at this point in the history
  2. Update cookbook-plain app requirements and local-dev notes

    This also adds the DEFAULT_AUTO_FIELD to the app's Django settings to
    resolve this warning when running `migrate`:
    
    ```
    ingredients.Category: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
    	HINT: Configure the DEFAULT_AUTO_FIELD setting or the IngredientsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
    ```
    sjdemartini committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0d91427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2947aa3 View commit details
    Browse the repository at this point in the history
  4. Update GraphiQL version

    kiendang committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1d26152 View commit details
    Browse the repository at this point in the history