How to update the API Platform autogenerated types?
API Platform is a set of tools to build and consume web APIs via PHP.
The API Platform autogenerated interfaces are located in frontend/src/types/api-platform
.
In order to update them, you just need to:
Delete the interfaces you want to update
Execute in local environment
Lint the files
Last updated