NavidK0 / SimpleGraphQL-For-Unity

A simple graphQL client that allows one to use .graphql files (or code) for queries, mutations, and subscriptions with Unity.
MIT License
34 stars 18 forks source link

Fix import of graphql files with only a single unnamed operation #6

Closed johanhelsing closed 3 years ago

johanhelsing commented 3 years ago

It was causing a null dereference before

NavidK0 commented 3 years ago

Good catch.