GitHub

InputMaybe

type-alias

import { InputMaybe } from '@daffodil/driver/shopify'

type InputMaybe<T> = Maybe<T>