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.
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.