OBJECT
1type CheckoutShippingAddressUpdatePayload {23# The updated checkout object.4checkout: Checkout! 56# List of errors that occurred executing the mutation.7userErrors: [UserError!]! 89}