Hi ![]()
I have a store on Shopify & I use a mobile app for my store, recently I had a problem when users try to complete checkout.
This error didn’t t appear and the order was completed smoothly, but this error prevents moving to the order completion page because I use the web view checkout not native checkout
Exception: OperationException (linkException: null, graphqlErrors: GraphQLError(message: Field must have selections (field ‘subtotalPrice’ returns MoneyV2 but has no selections. Did you mean ‘subtotalPrice { … ]’?), locations:
[ErrorLocation (line: 14, column: 7)], path: [mutation checkoutCreate, checkoutCreate, checkout, subtotalPrice], extensions: {code: selectionMismatch, nodeName: field
‘subtotalPrice’, typeName: MoneyV2}), GraphQLError(message:
Field must have selections (field ‘totalTax’ returns MoneyV2 but has no selections. Did you mean ‘totalTax { … }’?), locations:
[ErrorLocation (line: 15, column: 7)1, path: [mutation checkoutCreate, checkoutCreate, checkout, totalTax], extensions: {code: selectionMismatch, nodeName: field
‘totalTax’, typeName: MoneyV23), GraphQLError(message: Field must have selections (field ‘totalPrice’ returns MoneyV2 but has no selections. Did you mean ‘totalPrice { … ]’?), locations:
[ErrorLocation (line: 16, column: 7)], path: [mutation checkoutCreate, checkoutCreate, checkout, totalPrice], extensions: {code: selectionMismatch, nodeName: field
‘totalPrice’, typeName: MoneyV2}), GraphQLError(message:
Field must have selections (field ‘paymentDue’ returns
MoneyV2 but has no selections. Did you mean 'paymentDue { ..
}'?), locations: [ErrorLocation (line: 17, column: 7)], path:
[mutation checkoutCreate, checkoutCreate, checkout, paymentDue], extensions: {code: selectionMismatch, nodeName: field ‘paymentDue’, typeName: MoneyV21)])
please check the attached image