Oleg-Skalozub
Results
1
comments of
Oleg-Skalozub
``` 'price' => [ 'description' => 'This field contains price for Product', 'type' => new StringType(), 'args' => [ 'currency' => new IntType(), ], ], ``` This options are working...