Skip to content

Commit

Permalink
docs: add summit callouts (#3120)
Browse files Browse the repository at this point in the history
Adds a callout/link to a relevant GraphQL summit workshop
  • Loading branch information
Meschreiber authored Aug 16, 2024
1 parent cae9be3 commit d30b13b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/entities/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ subtitle: Learn how to define federated types across multiple subgraphs
description: Learn to define and contribute to object types that resolve their fields across multiple services in a federated GraphQL architecture.
---

<SummitCallout
topic="entities"
workshopName="Federation from day 1: Thinking in entities"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947980868001Lumq"
/>

_Entities_ are a fundamental building block of Apollo Federation.
In a supergraph, an entity is an object type that can resolve its fields across multiple subgraphs.
Each subgraph can contribute different fields to the entity and is responsible for resolving only the fields that it contributes.
Expand Down
6 changes: 6 additions & 0 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ subtitle: Learn how to combine your GraphQL APIs into a unified supergraph
description: Learn how Apollo Federation can help you declaratively combine your services into a unified, federated GraphQL API using a microservices architecture.
---

<SummitCallout
topic="federation"
workshopName="Federation from day 1: Thinking in entities"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947980868001Lumq"
/>

## What is Apollo Federation?

Apollo Federation lets you declaratively combine multiple GraphQL APIs into a single, federated graph. This federated graph enables clients to interact with multiple APIs through a single request.
Expand Down
6 changes: 6 additions & 0 deletions docs/source/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ To learn more about Apollo Federation and the benefits of using it with GraphOS,
- [Introduction to Apollo Federation](./)
- [Introduction to GraphOS](/graphos)

<SummitCallout
topic="federation"
workshopName="Federation from day 1: Thinking in entities"
URL="https://reg.summit.graphql.com/flow/apollo/summit24/AttendeePortal/page/catalog/session/1712947980868001Lumq"
/>

## Prerequisites

To complete this quickstart, you must have the following:
Expand Down

0 comments on commit d30b13b

Please sign in to comment.