VerachadW / kraph

GraphQL request string builder written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accidental breakage in 0.6.1

tofagerl opened this issue · comments

Hello, just thought you should know that by adding the alias parameter in the fieldObject() function, but not placing it last, you broke at least some code in our projects. We fixed it by naming the arguments in the function calls, but it would have been better to not break them at all :)