GitHub

SubmitThrottled

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

Cart submit for checkout completion is throttled.

type SubmitThrottled = {
    __typename?: 'SubmitThrottled';
    pollAfter: Scalars['DateTime']['output'];
}