AccsoSG

Results 18 issues of AccsoSG

**Describe the bug** We use the graphql-query-complexity package for calculating and limiting the complexity of GraphQL queries in our API. There are various "estimators" that can be used to calculate...

confirmed
bug report

**Is your feature request related to a problem? Please describe.** We want to log which nodes or edges were created, updated, or deleted during a mutation. The complete nodes do...

feature request

**Is your feature request related to a problem? Please describe.** It is currently possible to define relationships with the following cardinalities using the relationship directive: ````gql type Movie { genre:...

feature request
feature: relationships

**Use case:** I have nodes of the same type (label) that can have an "IS_EQUIVALENT_TO" relationship with each other. For this I would like to model an "equivalent" field in...

feature request

First, sorry for the long text. But I could explain it better that way. 😄 **Describe the bug** As I understand, fields at root level (queries or mutations) are resolved...

confirmed
bug report

I searched the documentation for which erros are currently being thrown by neo4j/graphql, and under what circumstances. Unfortunately, there is currently no documentation for this. I found the following errors...

documentation

**Describe the bug** Disconnecting undirected relationships only works from one side **Type definitions** ````graphql type Item { name: String relatesTo: [Item!]! @relationship(type: "RELATES_TO", direction: OUT, queryDirection: DEFAULT_UNDIRECTED) } ```` **To...

feature request

**Is your feature request related to a problem? Please describe.** The default setting of queryDirection for the relationship directive is DEFAULT_DIRECTED. That's ok, but in our project, DIRECTED_ONLY usually makes...

feature request

Currently, all types, scalars, enums, inputs, etc are sorted alphabetically in the left column under "Types". Especially for large schemas it would be nice to be able to distinguish the...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...