mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
Merge pull request #2510 from Human-Connection/fix-null-pointer-error-username-build-please
Fix: User.name is not non-nullable
This commit is contained in:
commit
04ce19dd63
@ -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