diff --git a/model/description/http.json b/model/description/http.json index f4d106a3..49346e54 100644 --- a/model/description/http.json +++ b/model/description/http.json @@ -5,8 +5,15 @@ "name": "Client", "brief": "Operations that represent outgoing HTTP requests.", "ops": ["http.client", "http.client.stream"], - "templates": ["{{http.request.method}} {{url.full}}"], - "examples": ["GET https://api.mydomain.com/users/123?expand=full"] + "templates": [ + "{{http.request.method}} {{url.full}} ({{graphql.operation.type}} {{graphql.operation.name}})", + "{{http.request.method}} {{url.full}} ({{graphql.operation.type}})", + "{{http.request.method}} {{url.full}}" + ], + "examples": [ + "GET https://api.mydomain.com/users/123?expand=full", + "POST https://api.mydomain.com/graphql (query GetUser)" + ] }, { "name": "Server",