...

/

Named Fragments in GraphQL

Named Fragments in GraphQL

Learn what named fragments are and how we use named fragments.

We'll cover the following...

Using named fragments

In one of the previous lessons, we introduced fragments, using the inline variety to associate parts of GraphQL documents with specific types. Named fragments are just like inline fragments, but they’re reusable.

Let’s give that ...