Skip to content

0.5

Compare
Choose a tag to compare
@mat-sop mat-sop released this 05 Apr 10:15
· 489 commits to main since this release
a9ddc44

CHANGELOG

  • Added generation of GraphQL schema's Python representation.
  • Fixed annotations for lists.
  • Fixed support of custom operation types names.
  • Unlocked versions of black, isort, autoflake and dev dependencies
  • Added remote_schema_verify_ssl option.
  • Changed how default values for inputs are generated to handle potential cycles.
  • Fixed BaseModel incorrectly calling parse and serialize methods on entire list instead of its items for List[Scalar].