youtube image
From YouTube: FE Skillsharing: GraphQL feature walkthrough with Natalia Tepluhina

Description

In this video, we review the design versions dropdown feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/9491 The UI part is already implemented, so we're not touching any templates. Instead, we cover the flow of fetching new data from GraphQL endpoint and incorporate them into design management application.

Chapters:
1. Show GraphiQL explorer
2. Integrate the query
3. Using this query in the Vue component
4. Refactor Design dropdown to fetch data from Apollo cache

For more information about FE Skillsharing, see https://gitlab.com/gitlab-org/frontend/skillsharing