GraphQLSwift / Graphiti

The Swift GraphQL Schema framework for macOS and Linux
MIT License
526 stars 66 forks source link

Fix: interface and union ordering #97

Closed NeedleInAJayStack closed 1 year ago

NeedleInAJayStack commented 1 year ago

This fixes the following bugs:

  1. Interface no longer must be declared before any inheriting types
  2. Unions are correctly added to the GraphQL schema

Fixes https://github.com/GraphQLSwift/Graphiti/issues/96

d-exclaimation commented 1 year ago

@NeedleInAJayStack, mind doing the new version release? I am not very good with naming new releases haha 😄

NeedleInAJayStack commented 1 year ago

Oh awesome @d-exclaimation! Thanks for adding your test recommendation in! I can definitely do the release no problem.