Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentScheduleEdge
An auto-generated type which holds one PaymentSchedule and a cursor during pagination.
Signature:
export interface PaymentScheduleEdge
Property | Modifiers | Type | Description |
---|---|---|---|
cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
node | PaymentSchedule | The item at the end of PaymentScheduleEdge. |