@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultGenqlSelection

    interface ZslSeasonResultGenqlSelection {
        nodeId?: number | boolean;
        seasonId?: number | boolean;
        userId?: number | boolean;
        position?: number | boolean;
        points?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        zslSeason?: ZslSeasonGenqlSelection;
        user?: UserGenqlSelection;
        __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.

    seasonId?: number | boolean
    userId?: number | boolean
    position?: number | boolean
    points?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean

    Reads a single ZslSeason that is related to this ZslSeasonResult.

    Reads a single User that is related to this ZslSeasonResult.

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