Hi Team,
Schema definition in GraphQL lacks a few features for example @count Add @count to GraphQL schemas and queries and others.
It would be better therefore to be able to use the full power of Dgraph and assign our indices directly on the schema. Since this is not fully supported, is there:
-
Any way to define the schema in DQL instead of GraphQL?
-
Any way to define the schema in DQL on one end and the queries and mutations in GraphQL on the other (I’m thinking of Custom DQLs from GraphQL which would not be possible if defining the schema only in DQL), things like:
queryNoteListSummary(noteId: ID!): [NoteListSummary] @custom(dql:"""
- Is all of the above doable from Slash GraphQL dashboard or not at all?
Thank you Team!