Advertisement
Guest User

Untitled

a guest
Jul 28th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. app_1 | Sat, 28 Jul 2018 17:01:11 GMT postgraphile:graphql mutation ($id: ID!, $title: String!, $description: String!) { updateOrder(input: {nodeId: $id, orderPatch: {title: $title, description: $description}}) { order { id __typename } __typename } }
  2. app_1 | Sat, 28 Jul 2018 17:01:11 GMT postgraphile:postgres begin
  3. app_1 | Sat, 28 Jul 2018 17:01:11 GMT postgraphile:postgres select set_config($1, $2, true), set_config($3, $4, true), set_config($5, $6, true), set_config($7, $8, true), set_config($9, $10, true), set_config($11, $12, true), set_config($13, $14, true)
  4. app_1 | Sat, 28 Jul 2018 17:01:11 GMT postgraphile:postgres commit
  5. app_1 | POST /api 200 63.037 ms - -
  6. app_1 | 0 error(s) as client in 63.95ms :: mutation ($id: ID!, $title: String!, $description: String!) { updateOrder(input: {nodeId: $id, orderPatch: {title: $title, description: $description}}) { order { id __typename } __typename } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement