AccsoSG

Results 18 issues of AccsoSG

**Is your feature request related to a problem? Please describe.** I would like to calculate a field with populatedBy. So on every create or update a corresponding callback function should...

feature request
ogm

**Describe the bug** With a To-1 relationship to a union, the library does not check whether only one node is actually connected. **Type definitions** ````graphql type Movie { name: String!...

confirmed
bug report

**Is your feature request related to a problem? Please describe.** Schemas and resolvers are regenerated at every server startup. Especially with a large schema, this leads to long startup times....

feature request

Follow-up ticket for https://github.com/neo4j/graphql/issues/3439 **Describe the bug** The application does not start with activated subscription plugin, when using customResolver and interfaces **Type definitions** ````graphql interface IProduct{ id: String! name: String!...

confirmed
bug report

**Is your feature request related to a problem? Please describe.** The new options for schema configuration with the directives "query", "mutation", "subscription", as well as "selectable", "settable" and "relationship" are...

feature request

**Describe the bug** I have a simple To-1 relationship where I want to change the relationship to one node to another node. Unfortunately an update does not work. I get...

feature request

**Describe the bug** Setting a field with relationship is possible with an update mutation, although settable onUpdate is set to false. **Type definitions** ````graphql type Identifier { value: String! identifierType:...

feature request
reopened

**Is your feature request related to a problem? Please describe.** Currently, the Neo4jGraphQLError classes cannot be imported into the own project. However, it would be useful to import these classes...

feature request