graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Allow non capitalized query names

Open bilby91 opened this issue 5 years ago • 2 comments

Because const_set does't allow constants with lower case this was preventing from defining queries like:

       query getUser {
        viewer {
          id
        }
      }

bilby91 avatar Jan 22 '20 14:01 bilby91

Is development still active on this gem ?

bilby91 avatar Feb 12 '20 15:02 bilby91

I have been havign trouble with this as well, would love to see this merged.

0x962 avatar Feb 17 '21 10:02 0x962