You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer writing features that use the GraphQL API provided by the GraphQL Plugin, I need to be able to query for data of a user who's using the application. For example, I should be able to retrieve my components using the following query.
{
viewer {
components {
id
}
}
}
This query should return components that are owned by the user who's querying.
The text was updated successfully, but these errors were encountered:
Motivation
As a developer writing features that use the GraphQL API provided by the GraphQL Plugin, I need to be able to query for data of a user who's using the application. For example, I should be able to retrieve my components using the following query.
This query should return components that are owned by the user who's querying.
The text was updated successfully, but these errors were encountered: