We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d35fb0 commit 8bf59a1Copy full SHA for 8bf59a1
templates/graphql/docs/example.md.twig
@@ -58,7 +58,7 @@ mutation {
58
{%~ for definition in spec.definitions %}
59
{%~ if definition.name == method.responseModel %}
60
{%~ for property in definition.properties | filter(p => p.required) %}
61
- {{ property.name | caseCamel }}
+ {{ property.name | replace({'$': '_'}) }}
62
{%~ endfor %}
63
{%~ if definition.additionalProperties %}
64
data
0 commit comments