You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the convert_to_snake_case config parameter but that seems to be ignored, as the generated code is still outputted in camelcase.
[tool.ariadne-codegen]
schema_path = "graphql_src/codex/schema.graphql"convert_to_snake_case = false# this is not making any differenceclient_name = "CodexClient"client_file_name = "client"target_package_name = "codex"enable_custom_operations = true
This is the graphql query with which this is happening:
Hi, it seems like subquery fields are not being converted to camelcase when sending the request to graphql.
Repro
social_links
should be converted tosocialLinks
, however see the logs:I tried using the
convert_to_snake_case
config parameter but that seems to be ignored, as the generated code is still outputted in camelcase.This is the graphql query with which this is happening:
The text was updated successfully, but these errors were encountered: