@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonGenqlSelection

    interface ZslSeasonGenqlSelection {
        nodeId?: number | boolean;
        id?: number | boolean;
        pointsStructureId?: number | boolean;
        name?: number | boolean;
        startDate?: number | boolean;
        endDate?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        zslPointsStructure?: ZslPointsStructureGenqlSelection;
        zslRounds?: ZslRoundsConnectionGenqlSelection & {
            __args?: {
                first?: null | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | ZslRoundsOrderBy[];
                condition?: null | ZslRoundCondition;
                filter?: null | ZslRoundFilter;
            };
        };
        zslSeasonResults?: ZslSeasonResultsConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | ZslSeasonResultsOrderBy[];
                condition?: null | ZslSeasonResultCondition;
                filter?: null | ZslSeasonResultFilter;
            };
        };
        usersByZslSeasonResult?: ZslSeasonUsersByZslSeasonResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: null
                | number;
                last?: null | number;
                offset?: null | number;
                before?: any;
                after?: any;
                orderBy?: null | UsersOrderBy[];
                condition?: null | UserCondition;
                filter?: null | UserFilter;
            };
        };
        __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
    pointsStructureId?: number | boolean
    name?: number | boolean
    startDate?: number | boolean
    endDate?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean

    Reads a single ZslPointsStructure that is related to this ZslSeason.

    zslRounds?: ZslRoundsConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | ZslRoundsOrderBy[];
            condition?: null | ZslRoundCondition;
            filter?: null | ZslRoundFilter;
        };
    }

    Reads and enables pagination through a set of ZslRound.

    zslSeasonResults?: ZslSeasonResultsConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | ZslSeasonResultsOrderBy[];
            condition?: null | ZslSeasonResultCondition;
            filter?: null | ZslSeasonResultFilter;
        };
    }

    Reads and enables pagination through a set of ZslSeasonResult.

    usersByZslSeasonResult?: ZslSeasonUsersByZslSeasonResultManyToManyConnectionGenqlSelection & {
        __args?: {
            first?: null | number;
            last?: null | number;
            offset?: null | number;
            before?: any;
            after?: any;
            orderBy?: null | UsersOrderBy[];
            condition?: null | UserCondition;
            filter?: null | UserFilter;
        };
    }

    Reads and enables pagination through a set of User.

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