@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?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | ZslSeasonsOrderBy[];
                condition?: null | ZslSeasonCondition;
                filter?: null | ZslSeasonFilter;
            };
        };
        __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?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | ZslSeasonsOrderBy[];
            condition?: null | ZslSeasonCondition;
            filter?: null | ZslSeasonFilter;
        };
    }

    Reads and enables pagination through a set of ZslSeason.

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