Hex Core JS
    Preparing search index...

    Type Alias NodeEdge<T>

    The basic form of a GraphQL node edge (e.g. from an API).

    type NodeEdge<T> = {
        node: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    node: T