DivvyPayHQ/absinthe_federation

SDL render is failing to render extended types

kdawgwilk opened this issue · 0 comments

with the changes in #22 absinthe is now eagerly stripping out extended types from the schema since they are not used by any root queries. we need to mark extended types with __private__[:__absinthe_referenced__] = true so that absinthe does not strip the types out of the schema