@zeepkist/graphql
    Preparing search index...

    Interface VersionInfoCondition

    A condition to be used against VersionInfo object types. All fields are tested for equality and combined with a logical ‘and.’

    interface VersionInfoCondition {
        version?: any;
        appliedOn?: any;
        description?: null | string;
    }
    Index

    Properties

    version?: any

    Checks for equality with the object’s version field.

    appliedOn?: any

    Checks for equality with the object’s appliedOn field.

    description?: null | string

    Checks for equality with the object’s description field.