Documentation
    Preparing search index...

    Type Alias ListInfillTypesQuery

    type ListInfillTypesQuery = {
        listInfillTypes?:
            | (
                { __typename: "InfillType"; ID: number; Name?: string | null }
                | null
            )[]
            | null;
    }
    Index

    Properties

    Properties

    listInfillTypes?:
        | (
            { __typename: "InfillType"; ID: number; Name?: string | null }
            | null
        )[]
        | null