get_graphql_ide_html

Signature:

def get_graphql_ide_html(
subscription_enabled: bool = True,
replace_variables: bool = True,
graphql_ide: GraphQL_IDE | None = 'graphiql',
) -> str:
...

Parameters:

  1. subscription_enabled:

    Type
    bool
    Default
    True
  2. replace_variables:

    Type
    bool
    Default
    True
  3. graphql_ide:

    Type
    GraphQL_IDE | None
    Default
    'graphiql'