@zeepkist/graphql
    Preparing search index...

    Interface UserRecordsByZslLevelResultManyToManyEdge

    A Record edge in the connection, with data from ZslLevelResult.

    interface UserRecordsByZslLevelResultManyToManyEdge {
        cursor: any;
        node: Record;
        zslLevelResults: ZslLevelResultsConnection;
        __typename: "UserRecordsByZslLevelResultManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Record

    The Record at the end of the edge.

    zslLevelResults: ZslLevelResultsConnection

    Reads and enables pagination through a set of ZslLevelResult.

    __typename: "UserRecordsByZslLevelResultManyToManyEdge"