1.2.2
- 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
schema {
query: Query
mutation: null
subscription: null
}changes to
schema {
query: Query
}