Closed catwell closed 1 month ago
This pull request updates the documentation for Flask and Quart integrations in Strawberry GraphQL. The main change is replacing the graphiql
option with a more flexible graphql_ide
option, which allows users to choose between different GraphQL IDE interfaces or disable them entirely.
No sequence diagram generated.
Change | Details | Files |
---|---|---|
Replace 'graphiql' option with 'graphql_ide' in Flask and Quart integrations |
|
docs/integrations/flask.md docs/integrations/quart.md |
Description
The graphiql -> graphql_ide had not been made for those views.
Types of Changes
Checklist
Summary by Sourcery
Update the documentation for Flask and Quart integrations to reflect the change from
graphiql
tographql_ide
, providing more options for selecting a GraphQL IDE interface.Documentation:
graphiql
option withgraphql_ide
, allowing users to choose between different GraphQL IDE interfaces or disable it.