MutationUpdateMyPaymentArgs
type MutationUpdateMyPaymentArgs = {
id: Scalars['String'];
version: Scalars['Long'];
actions: Array<MyPaymentUpdateAction>;
};type MutationUpdateMyPaymentArgs = {
id: Scalars['String'];
version: Scalars['Long'];
actions: Array<MyPaymentUpdateAction>;
};