app-sre / qenerate

Code Generator for GraphQL Query and Fragment Data Classes
Apache License 2.0
10 stars 7 forks source link

APPSRE-5972 proper operation type #30

Closed fishi0x01 closed 2 years ago

fishi0x01 commented 2 years ago

Our use-case had Optional[list[...]] as an invariant due to our gql schema. However, this should properly be taken from the given schema type.