mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
ignore subtypes from neo4j-graphql-js querying
This commit is contained in:
parent
b13f1ef071
commit
57257e2ee2
@ -26,7 +26,7 @@ input EmailNotificationSettingsInput {
|
||||
|
||||
type EmailNotificationSettings {
|
||||
type: String
|
||||
settings: [EmailNotificationSettingsOption]
|
||||
settings: [EmailNotificationSettingsOption] @neo4j_ignore
|
||||
}
|
||||
|
||||
type EmailNotificationSettingsOption {
|
||||
@ -61,7 +61,7 @@ type User {
|
||||
|
||||
allowEmbedIframes: Boolean
|
||||
showShoutsPublicly: Boolean
|
||||
emailNotificationSettings: [EmailNotificationSettings]!
|
||||
emailNotificationSettings: [EmailNotificationSettings]! @neo4j_ignore
|
||||
locale: String
|
||||
friends: [User]! @relation(name: "FRIENDS", direction: "BOTH")
|
||||
friendsCount: Int! @cypher(statement: "MATCH (this)<-[:FRIENDS]->(r:User) RETURN COUNT(DISTINCT r)")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user