How to use facets in new GraphQL with Dgraph

I haven’t found the ways to add facets using GraphQL with Dgraph. In GraphQL examples I only found the ways to define attributes. How can I define the edge attributes (key value pairs on edges) using GraphQL with Dgraph?

Facets are currently not supported in GraphQL feature. The team is working on it.