Skip to content

0.6

Compare
Choose a tag to compare
@mat-sop mat-sop released this 18 Apr 09:52
· 461 commits to main since this release
fe5cbd6

CHANGELOG

  • Changed logic how custom scalar imports are generated. Deprecated import_ key.
  • Added escaping of GraphQL names which are Python keywords by appending _ to them.
  • Fixed parsing of list variables.
  • Changed base clients to remove unset arguments and input fields from variables payload.
  • Added process_name plugin hook.