imperfect-fourth / eywa

A flexible ORM-style GraphQL client
7 stars 0 forks source link

client: export method for running raw gql queries #18

Open scriptnull opened 1 month ago

scriptnull commented 1 month ago

Anyone can implement the Queryable interface on their struct and use this method to run that query.

scriptnull commented 1 month ago

Just realized that I duplicated a part of https://github.com/imperfect-fourth/eywa/pull/16 :facepalm: