graphql-client
graphql-client copied to clipboard
Allow non capitalized query names
Because const_set does't allow constants with lower case this was preventing from defining queries like:
query getUser {
viewer {
id
}
}
Is development still active on this gem ?
I have been havign trouble with this as well, would love to see this merged.