graphql-mocks
    Preparing search index...

    Type Alias Edge<T>

    type Edge<T> = {
        cursor: string;
        node: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    cursor: string
    node: T