Required attributes on node/edge

Is it possible to assign required attributes to a type, node or edge?
Furthermore is it then also possible to define optional attributes on these?

Hey @Wulfheart

It is possible to do this via GraphQL where you can mark some fields that should be non-null and others that can be null within a type. See https://graphql.dgraph.io/doc/schema/types for more details.