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?
Why would deleted partials still show up in a graph query?
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.