kysely
    Preparing search index...

    Interface OutputNode

    interface OutputNode {
        kind: "OutputNode";
        selections: readonly OperationNode[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "OutputNode"
    selections: readonly OperationNode[]