diff --git a/backend/src/schema/types/type/User.gql b/backend/src/schema/types/type/User.gql index 02ae372a3..cce0df058 100644 --- a/backend/src/schema/types/type/User.gql +++ b/backend/src/schema/types/type/User.gql @@ -28,7 +28,7 @@ type User { termsAndConditionsAgreedAt: String allowEmbedIframes: Boolean - + locale: String friends: [User]! @relation(name: "FRIENDS", direction: "BOTH") friendsCount: Int! @cypher(statement: "MATCH (this)<-[: FRIENDS]->(r: User) RETURN COUNT(DISTINCT r)")