Skip to main content

$query

Callable


  • Create a new query parameters instance with the given options.

    Example

    $query({
    foo: $string
    bar: $integer
    })
    @deprecated

    Parameters

    Returns ObjectType<Record<string, Node>>