Minor Changes
- Add options to
@urql/introspection
'sminifyIntrospectionQuery
allowing the inclusion of more
information into the minified schema as needed, namelyincludeScalars
,includeEnums
,
includeInputs
, andincludeDirectives
, by @kitten (See #1578)
Patch Changes
- Remove closure-compiler from the build step (See #1570)