Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 241 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 241 Bytes

Project Setup

  1. Download the latest GraphQL schema with gradle downloadApolloSchema --endpoint='https://api.agoramp.com/graphql' --schema=src/main/graphql/schema.graphqls
  2. Generate query classes using gradle generateApolloSources