My naming scheme is lowercase with an underscore between words, so my GQL query is getusers, and the Nuxt prefix I used is "gql" so the final form for the front end is gql_Get_users - because of the forced uppercase on the first char of the query.
The solution you'd like
I want to be able to edit an option and use lowercase as the first char and use "gql_get_users"
Your use case
My naming scheme is lowercase with an underscore between words, so my GQL query is getusers, and the Nuxt prefix I used is "gql" so the final form for the front end is gql_Get_users - because of the forced uppercase on the first char of the query.
The solution you'd like
I want to be able to edit an option and use lowercase as the first char and use "gql_get_users"
Possible alternatives
No response
Additional information
No response