@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundLevelsByZslLevelManyToManyEdgeGenqlSelection

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

    interface ZslRoundLevelsByZslLevelManyToManyEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: LevelGenqlSelection;
        zslLevels?: ZslLevelsConnectionGenqlSelection & {
            __args?: {
                first?: number | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslLevelsOrderBy[] | null;
                condition?: ZslLevelCondition | null;
                filter?: ZslLevelFilter | null;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Level at the end of the edge.

    zslLevels?: ZslLevelsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslLevelsOrderBy[] | null;
            condition?: ZslLevelCondition | null;
            filter?: ZslLevelFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslLevel.

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