@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundGenqlSelection

    interface ZslRoundGenqlSelection {
        nodeId?: number | boolean;
        id?: number | boolean;
        seasonId?: number | boolean;
        name?: number | boolean;
        round?: number | boolean;
        workshopId?: number | boolean;
        eventDate?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        zslSeason?: ZslSeasonGenqlSelection;
        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;
            };
        };
        zslRoundResults?: ZslRoundResultsConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: ZslRoundResultsOrderBy[] | null;
                condition?: ZslRoundResultCondition | null;
                filter?: ZslRoundResultFilter | null;
            };
        };
        levelsByZslLevel?: ZslRoundLevelsByZslLevelManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: LevelsOrderBy[] | null;
                condition?: LevelCondition | null;
                filter?: LevelFilter | null;
            };
        };
        usersByZslRoundResult?: ZslRoundUsersByZslRoundResultManyToManyConnectionGenqlSelection & {
            __args?: {
                first?: number
                | null;
                last?: number | null;
                offset?: number | null;
                before?: any;
                after?: any;
                orderBy?: UsersOrderBy[] | null;
                condition?: UserCondition | null;
                filter?: UserFilter | 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
    seasonId?: number | boolean
    name?: number | boolean
    round?: number | boolean
    workshopId?: number | boolean
    eventDate?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean

    Reads a single ZslSeason that is related to this ZslRound.

    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.

    zslRoundResults?: ZslRoundResultsConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: ZslRoundResultsOrderBy[] | null;
            condition?: ZslRoundResultCondition | null;
            filter?: ZslRoundResultFilter | null;
        };
    }

    Reads and enables pagination through a set of ZslRoundResult.

    levelsByZslLevel?: ZslRoundLevelsByZslLevelManyToManyConnectionGenqlSelection & {
        __args?: {
            first?: number | null;
            last?: number | null;
            offset?: number | null;
            before?: any;
            after?: any;
            orderBy?: LevelsOrderBy[] | null;
            condition?: LevelCondition | null;
            filter?: LevelFilter | null;
        };
    }

    Reads and enables pagination through a set of Level.

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

    Reads and enables pagination through a set of User.

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