Documentation
    Preparing search index...

    Type Alias UpdateInfillTypeMutation

    type UpdateInfillTypeMutation = {
        updateInfillType?:
            | { __typename: "InfillType"; ID: number; Name?: string
            | null }
            | null;
    }
    Index

    Properties

    updateInfillType?:
        | { __typename: "InfillType"; ID: number; Name?: string
        | null }
        | null