Documentation
    Preparing search index...

    Type Alias CreateInfillTypeMutation

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

    Properties

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