@zeepkist/graphql
    Preparing search index...

    Interface RecordUsersByZslLevelResultManyToManyEdge

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

    interface RecordUsersByZslLevelResultManyToManyEdge {
        cursor: any;
        node: User;
        zslLevelResults: ZslLevelResultsConnection;
        __typename: "RecordUsersByZslLevelResultManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    zslLevelResults: ZslLevelResultsConnection

    Reads and enables pagination through a set of ZslLevelResult.

    __typename: "RecordUsersByZslLevelResultManyToManyEdge"