@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureGenqlSelection

    interface ZslPointsStructureGenqlSelection {
        nodeId?: number | boolean;
        id?: number | boolean;
        name?: number | boolean;
        points?: number | boolean;
        minimumPoints?: number | boolean;
        bestOf?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        zslSeasons?: ZslSeasonsConnectionGenqlSelection & {
            __args?: {
                first?: number | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslSeasonsOrderBy[] | null;
                condition?: ZslSeasonCondition | null;
                filter?: ZslSeasonFilter | null;
            };
        };
        __typename?: number
        | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    nodeId?: number | boolean

    A globally unique identifier. Can be used in various places throughout the system to identify this single value.

    id?: number | boolean
    name?: number | boolean
    points?: number | boolean
    minimumPoints?: number | boolean
    bestOf?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean
    zslSeasons?: ZslSeasonsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslSeasonsOrderBy[] | null;
            condition?: ZslSeasonCondition | null;
            filter?: ZslSeasonFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslSeason.

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