flamingo.me/flamingo-commerce/v3@v3.11.0/test/integrationtest/projecttest/tests/graphql/testdata/refresh_blocking.graphql (about) 1 mutation { 2 Commerce_Checkout_RefreshPlaceOrderBlocking { 3 uuid 4 orderInfos { 5 email 6 paymentInfos { 7 gateway 8 method 9 title 10 amount { 11 amount 12 currency 13 } 14 paymentProvider 15 } 16 placedOrderInfos { 17 deliveryCode 18 orderNumber 19 } 20 } 21 state { 22 name 23 __typename 24 ... on Commerce_Checkout_PlaceOrderState_State_Redirect { 25 URL 26 } 27 ... on Commerce_Checkout_PlaceOrderState_State_PostRedirect { 28 URL 29 Parameters { 30 key 31 value 32 } 33 } 34 ... on Commerce_Checkout_PlaceOrderState_State_ShowHTML { 35 HTML 36 } 37 ... on Commerce_Checkout_PlaceOrderState_State_ShowIframe { 38 URL 39 } 40 ... on Commerce_Checkout_PlaceOrderState_State_Failed { 41 reason { 42 __typename 43 reason 44 } 45 } 46 } 47 } 48 }