@zeepkist/graphql
    Preparing search index...

    Interface Version

    interface Version {
        nodeId: string;
        id: number;
        minimum: null | string;
        latest: null | string;
        dateCreated: any;
        dateUpdated: any;
        __typename: "Version";
    }
    Index

    Properties

    nodeId: string

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

    id: number
    minimum: null | string
    latest: null | string
    dateCreated: any
    dateUpdated: any
    __typename: "Version"