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 07bef08 commit a41d5feCopy full SHA for a41d5fe
templates/graphql/docs/example.md.twig
@@ -16,7 +16,7 @@ mutation {
16
{%~ for definition in spec.definitions %}
17
{%~ if definition.name == method.responseModel %}
18
{%~ for property in definition.properties | filter(p => p.required) %}
19
- {{ property.name | caseCamel }}{% if not loop.last %},{% endif %}
+ {{ property.name | caseCamel }}
20
21
{%~ endfor %}
22
{%~ if definition.additionalProperties %}
0 commit comments