@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructure

    interface ZslPointsStructure {
        nodeId: string;
        id: number;
        name: string;
        points: (null | number)[];
        minimumPoints: number;
        bestOf: number;
        dateCreated: any;
        dateUpdated: any;
        zslSeasons: ZslSeasonsConnection;
        __typename: "ZslPointsStructure";
    }
    Index

    Properties

    nodeId: string

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

    id: number
    name: string
    points: (null | number)[]
    minimumPoints: number
    bestOf: number
    dateCreated: any
    dateUpdated: any

    Reads and enables pagination through a set of ZslSeason.

    __typename: "ZslPointsStructure"