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:
-
subscription_enabled:
- Type
-
bool
- Default
-
True
-
replace_variables:
- Type
-
bool
- Default
-
True
-
graphql_ide:
- Type
-
GraphQL_IDE | None
- Default
-
'graphiql'