Skip to content

Commit

Permalink
[docs] Update migrating-from-gateway with error codes (#5693)
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
Co-authored-by: Renée <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent a889751 commit 6f89c05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/migrating-from-gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ Examples for each are provided in their respective documentation, and in the [Ro

For migrating to the router deployed on Kubernetes, see some tips for [configuring your router deployment](./containerization/kubernetes/#configure-for-migration-from-gateway).

## Responses and errors

Apollo Gateway runs its core GraphQL server using Apollo Server and a user configured HTTP server. GraphOS Router is built as an all-in-one product with the GraphQL and HTTP server bundled together. With this change there may be some slight difference to the logic of HTTP status codes or GraphQL error extension codes.

Refer the full list of [router error codes](./errors) for any changes to your gateway implementation. If you need to customize the responses, refer to [router customizations](./customizations/overview).

## Reporting migration issues

If you encounter a migration issue that isn't resolved by this article, please search for existing [GitHub discussions](https://github.com/apollographql/router/discussions/) and start a new discussion if you don't find what you're looking for.

0 comments on commit 6f89c05

Please sign in to comment.