Category: Database

by GraphQL is a remote data access API that addresses issues like under-fetching and over-fetching that are inherent in most RESTful applications. It allows clients to specify the exact data they want - to "have it their way".

In this blog post, we'll explore how easy it is to create GraphQL applications using this sample.

When mapping custom types, it is possible to change the name used in the schema by using the @Name annotation.

Related Articles