arangodb-graphql-spring-boot-starter
arangodb-graphql-spring-boot-starter copied to clipboard
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.1.7.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
i am using this library for my application. is this library support mutation in graphql?
I followed the [filtering example](https://github.com/ArangoDB-Community/arangodb-graphql-spring-boot-starter#filtering) and I am not sure if the results are what is to be expected. I have two types ``` type country @vertex(collection: "countries"){ _key: String!...