mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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