You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error when try to batch create attribute types using GraphQL.
When I try to create one attribute type using graphql (saveAttributeType), all work correct, with other domains as well (save*Type)
Batch create don't work, I get error:
Thank you so much for the quick response and the ready-made solution.
I looked at your PR and it was funny to me that I was on the right track when I was trying to solve this problem myself before making a report.
I checked with the saveItem method. I changed the key formatting, but missed making the changes here
$filter = $manager->filter()->add( $key, '==', $ids )->slice( 0, count( $entries ) );
I tested your changes locally and the functionality works fine!!
Environment
Describe the bug
Getting error when try to batch create attribute types using GraphQL.
When I try to create one attribute type using graphql (saveAttributeType), all work correct, with other domains as well (save*Type)
Batch create don't work, I get error:
To Reproduce
I'm use Postman, and configured auth by Bearer.
You can use this mutation code in each other api clients.
Make POST graphql request with this body.
Expected behavior
Create 2 attribute types
The text was updated successfully, but these errors were encountered: