Relay.Route
Relay.Route
Relay uses routes to define entry points into a Relay application.
Note
Relay routes don't really implement any URL routing specific logic or work with History API. In the future we will maybe rename RelayRoute to be something more like RelayQueryRoots or RelayQueryConfig.
Overview
Properties
-
static paramDefinitions
Declare the expected parameters. -
static prepareParams
Declare additional parameters or conversion for parameters. -
static queries
Declare the set of query roots. -
static routeName
Declare the name of this route class.
Methods