Skip to content

1.2.2

Compare
Choose a tag to compare
@peldax peldax released this 06 Nov 12:16
· 4 commits to master since this release
  • Do not print root type references when not used by schema
schema {
  query: Query
  mutation: null
  subscription: null
}

changes to

schema {
  query: Query
}
  • Bump dependencies