This release fixes a bug with __typename
fields, as they were considered complex nodes like any other field.
Now fields named __typename
will be instantiated as MetaFields
in Complexity Tree, and a complexity of 0
will be automatically assigned.