Skip to content

Commit efc6384

Browse files
Merge pull request #238746 from dlepow/patch-193
Update configure-graphql-resolver.md
2 parents 878a34d + 0d6b34c commit efc6384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/configure-graphql-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you set a resolver for the `comments` field in the `Blog` type, you'll want t
111111
<http-request>
112112
<set-method>GET</set-method>
113113
<set-url>@($"https://data.contoso.com/api/blog/{context.GraphQL.Parent["id"]}")
114-
}</set-url>
114+
</set-url>
115115
</http-request>
116116
</http-data-source>
117117
```

0 commit comments

Comments
 (0)