Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Dec 6, 2024
1 parent d8383b9 commit 10b40cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mutation REQUEST_RETURN_ORDER($input: RequestReturnInput!) {
}
${c}`,f=async a=>{const e=R(a,"snakeCase",{});return await s(_,{method:"POST",variables:{input:e}}).then(t=>{var i;if((i=t.errors)!=null&&i.length)return o(t.errors);const{created_at:r,...u}=t.data.requestReturn.return;return{...u,createdAt:r}}).catch(n)},l=`
mutation REQUEST_RETURN_GUEST_ORDER($input: RequestGuestReturnInput!) {
requestReturn(input: $input) {
requestGuestReturn(input: $input) {
return {
...OrderReturn
}
Expand Down

0 comments on commit 10b40cd

Please sign in to comment.