@zeepkist/graphql
    Preparing search index...

    Interface ZslLevelResultsEdgeGenqlSelection

    A ZslLevelResult edge in the connection.

    interface ZslLevelResultsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: ZslLevelResultGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The ZslLevelResult at the end of the edge.

    __typename?: number | boolean
    __scalar?: number | boolean