vico
vico
> Droping moment.js is a very nice improvement! > > It could be really nice to have _DatePicker, Calendar_ and other "date related" input to use a standart _Date_ object...
Got the same issue here. It happens when the cache is clearing with the following command: `php bin/console cache:clear` I also tried to override the id attribute and give him...
Ok, I've found a solution, I believe it's temporary but it works, I create a custom entity extended on AbstractRefreshToken with all attributes clearly described: ``` namespace App\Entity; use App\Repository\RefreshTokenRepository;...
Ok so I tried something, I added to the salad annotations in the ApiResource the following parameter, with the pagination to cursor: ` graphQlOperations: [ new Query(paginationType: 'cursor', name: "item_query")...