GitHub

Maybe

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

type Maybe<T> = T | null