diff --git a/interface/polywrap.graphql b/interface/polywrap.graphql index e1131fc..eb1752d 100644 --- a/interface/polywrap.graphql +++ b/interface/polywrap.graphql @@ -10,7 +10,7 @@ type Request { urlParams: Map @annotate(type: "Map") responseType: ResponseType! """The body of the request. If present, the `formData` property will be ignored.""" - body: String + body: JSON """ An alternative to the standard request body, 'formData' is expected to be in the 'multipart/form-data' format. If present, the `body` property is not null, `formData` will be ignored.