Does GraphQL provide support for deleting the unused predicates and types? Slash has this usecase because they modify the schema via /admin but that doesn’t remove unused types and fields, for which they use /alter.
/admin
/alter
See this here: dgraph/edgraph/server.go at master · dgraph-io/dgraph · GitHub