Skip to content

Commit a41d5fe

Browse files
committed
Fix graphql selection sets
1 parent 07bef08 commit a41d5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/graphql/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mutation {
1616
{%~ for definition in spec.definitions %}
1717
{%~ if definition.name == method.responseModel %}
1818
{%~ for property in definition.properties | filter(p => p.required) %}
19-
{{ property.name | caseCamel }}{% if not loop.last %},{% endif %}
19+
{{ property.name | caseCamel }}
2020

2121
{%~ endfor %}
2222
{%~ if definition.additionalProperties %}

0 commit comments

Comments
 (0)