Skip to main content

Parameters

See plugin common configurations for configuration options available to all plugins.

  • query

    string

    required


    GraphQL query to be sent to the upstream.

  • operation_name

    string


    Name of the operation. Required if multiple operations are included in the query.

  • variables

    array[string]


    Variables used in GraphQL queries.

  • max_req_body_size

    integer

    default: 67108864


    Maximum request body size in bytes buffered into memory. Larger request bodies are rejected. Available in API7 Enterprise from version 3.9.17 on the 3.9 line and from version 3.10.4 on the 3.10 line.