Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 344 Bytes

index.adoc

File metadata and controls

6 lines (5 loc) · 344 Bytes

Introduction

Grapid is an opinionated, schema-first framework for implementing GraphQL servers in Java. While the framework prescribes where you put GraphQL schema definition files and Java classes, you only need to implement the business logic for your API. The framework generates the code to wire GraphQL requests to your business logic.