GitHub

InputMaybe

import { InputMaybe } from '@daffodil/driver/shopify'
type InputMaybe<T> = Maybe<T>
Type Options
InputMaybe Maybe