mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix: User.name is not non-nullable
This commit is contained in:
parent
c3071518fc
commit
f876021ec6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user