Skip to content

Commit

Permalink
Add summit callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber committed Aug 15, 2024
1 parent cae9be3 commit ebc9004
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 ebc9004

Please sign in to comment.