Fix: User.name is not non-nullable

This commit is contained in:
mattwr18 2019-12-13 17:48:19 +01:00
parent c3071518fc
commit f876021ec6

View File

@ -26,7 +26,7 @@ enum _UserOrdering {
type User {
id: ID!
actorId: String
name: String!
name: String
email: String! @cypher(statement: "MATCH (this)-[: PRIMARY_EMAIL]->(e: EmailAddress) RETURN e.email")
slug: String!
avatar: String