Package version:

An input for the query compilation.

interface QueryInput {
    name: string;
    type: string;
}

Properties

Properties

name: string

The name of the input.

type: string

The type of the input, can be Stream or Reference.

Generated using TypeDoc