Hex Core JS
    Preparing search index...

    Type Alias RelayConnectionNode<T>

    RelayConnectionNode: T["edges"][0]["node"]

    Gets the node type from the Relay connection type T.

    Type Parameters

    • T extends { edges: { node: any }[] }