GitHub

InputMaybe

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

type InputMaybe<T> = Maybe<T>