Jared Rieger
12/14/2021, 12:31 PMDariusz Kuc
12/14/2021, 2:07 PMShane Myrick
12/14/2021, 5:16 PM@Deprecated
https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/customizing-schemas/deprecating-schemaJared Rieger
12/15/2021, 12:28 PM@Deprecated("use username_<something>")
val username: String
val username_<something>: String?
to effectively replace the username field? kinda annoying for clients as there could be multiple fields all meaning the same thing.Big Chungus
12/15/2021, 12:34 PM/graphql/v1
& /graphql/v2
Jared Rieger
12/15/2021, 12:47 PMShane Myrick
12/15/2021, 4:27 PM