DEV Community

Discussion on: The API I wish JavaScript GraphQL implementations supported

Collapse
 
wanzulfikri profile image
wanzulfikri • Edited

Today I learned that there’s an alternative to my incessant use of gql string. I should try the object method in my next project.

I’m still a newbie so I can’t comment on the typeMakerMethod approach.

Anyhow, thank you for writing this.