доступ есть, в логах интересное творится mutation{ CreateExpense( customer_id: 292, company_id: 235, name: "qweqwerds123", status: false, items: "description:rr, quantity: 1.00,price: 10.00", total: 10.00, images: "") { id } }', 'variables' => NULL, ), ) ["api"] [2019-09-17 09:55:33] production.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'items' cannot be null (SQL: insert into expenses (customer_id, company_id, name, status, items, total, images) values (292, 235, qweqwerds123, 0, , 10, [""]))
items: [ItemType] может я не верно передаю items: "description:rr, quantity: 1.00,price: 10.00" ?
json_decode($args['items'], true)['items']; нашел вот такое на сервере
Обсуждают сегодня