Documentation

Tutorials

Getting User Data

Each Pandora listener has a profile with information about the listener.  The API exposes a query to retrieve the information and a mutation to update some of the fields.

Head over to the API Explorer to get familiar with the Profile query and mutation. The Profile reference documentation can get you started with some initial queries to try out.

Let’s look at the Sample Web App to see how the GraphQL API was used to display the profile of the listener.

See the following sections (also linked on sidebar):

The Query & the Provider
The Component