@zeepkist/graphql
    Preparing search index...

    Interface RecordZslLevelsByZslLevelResultManyToManyEdge

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

    interface RecordZslLevelsByZslLevelResultManyToManyEdge {
        cursor: any;
        node: ZslLevel;
        zslLevelResults: ZslLevelResultsConnection;
        __typename: "RecordZslLevelsByZslLevelResultManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: ZslLevel

    The ZslLevel at the end of the edge.

    zslLevelResults: ZslLevelResultsConnection

    Reads and enables pagination through a set of ZslLevelResult.

    __typename: "RecordZslLevelsByZslLevelResultManyToManyEdge"