strawberry.codegen.QueryCodegen

Constructor:

Signature:

def __init__(
self,
schema: Schema,
plugins: List[QueryCodegenPlugin],
console_plugin: ConsolePlugin | None = None,
) -> None:
...

Parameters:

  1. schema:

    Type
    Schema
  2. plugins:

    Type
    List[QueryCodegenPlugin]
  3. console_plugin:

    Type
    ConsolePlugin | None
    Default
    None

Methods:

Attributes:

  1. schema:

  2. plugin_manager:

  3. types:

    Type
    List[GraphQLType]