• 1Installation
  • 2Preliminary Knowledge
  • 3G.apex Demo
  • 4G.apex Query
  • 5Create Object Types
  • 6Create Schema
  • 7Resolver Functions
  • 8Serve Query Request
  • 9Mutation
  • 10Parameters
  • 11Default Value
  • 12Aliases
  • 13Fragments
  • 14Variables
  • 15Directives

G.apex

  • Docs
  • Tutorials
Getting started with G.apex

Installation

G.apex has a dependency on R.apex.

First, we will include R.apex.

Include Func.cls, R.cls, and RTest.cls(optional) into your Org, and R.apex is ready.

Then, we will include G.apex.

Include G.cls, and GTest.cls(optional) into your Org, and you are ready to go.

If you want to use Query Editor, include GDemoController.cls, and GDemo lightning component into your Org.

Done