platformOS Community

Why would deleted partials still show up in a graph query?

Adam Cook Mar 19 2021 at 23:21

I thought at first that the graph query might have a deleted_at field, but it doesn't. So I'm not sure what to think of this. Is it a bug? If not, how do I fix it on my end?

Maciej.Krajowski Apr 02 2021 at 11:41

Most like you expect that pos-cli would delete a partial which is inside of a module. Currently this is not the case, pos-cli does not remove anything from the module as this would force people to be able to include all modules in their source code, which often is not possible because of the private section.
Solution to this is to explicitly delete admin resources via GraphQL using admin_*_delete mutations.

Please sign in or fill up your profile to answer a question