Skip to content

ErrorType and ErrorDetail enums in single unified graph #216

Answered by paulbakker
jandrade1 asked this question in Q&A
Discussion options

You must be logged in to vote

Correct, Netflix is using the federation spec as well - we have an in-house built gateway and tooling, but the the specification is the same as Apollo (we collaborate with them on the spec as well).

We have a schema registry where all the individual schemas for DGSs are registered. The registration of a schema is a separate step in our deployment process. The tool we use to register schemas takes the schema for a DGS for registration, but does not register any schemas brought in by libraries, such as the error types.

The error types (and we have some other common types) are registered separately. Updating such types requires coordination, to make sure the existing DGSs are still compatibl…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jandrade1
Comment options

@paulbakker
Comment options

@jandrade1
Comment options

Answer selected by jandrade1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants