nauticalOrderPaymentCreate
Create and process a new payment for given nautical order.
nauticalOrderPaymentCreate(
orderId: ID!
input: PaymentInput!
): NauticalOrderPaymentCreate!
Arguments
nauticalOrderPaymentCreate.orderId ● ID! non-null scalar
nauticalOrderPaymentCreate.input ● PaymentInput! non-null input
Type
NauticalOrderPaymentCreate object
Result of nauticalOrderPaymentCreate mutation.