@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructuresEdge

    A ZslPointsStructure edge in the connection.

    interface ZslPointsStructuresEdge {
        cursor: any;
        node: ZslPointsStructure;
        __typename: "ZslPointsStructuresEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The ZslPointsStructure at the end of the edge.

    __typename: "ZslPointsStructuresEdge"