To reproduce:
- Create a data source
- Create a schema and attach a resolver to some property using this data source
- Go back to the data sources tab, don't refresh the page.
- Click 'Delete data source'. It should give you a warning that one resolver will also be deleted, but this part does not work.
- Refresh the page, try to delete it again: now you see the warning about the resolver.
This should work without the need to do a full page reload. Most likely can be fixed by adding the relevant rerun query to the mutation creating the resolver. |