Skip to content

Commit 8680d4f

Browse files
committed
Fixed functionref.invoke
Signed-off-by: Helber Belmiro <[email protected]>
1 parent e53ed4c commit 8680d4f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,12 +3827,12 @@ Note that if used with `string` type, the invocation of the function is synchron
38273827
If you need to define parameters in your `functionRef` definition, you can define
38283828
it with its `object` type which has the following properties:
38293829

3830-
| Parameter | Description | Type | Required |
3831-
| --- | --- | --- | --- |
3832-
| refName | Name of the referenced [function](#Function-Definition) | string | yes |
3833-
| arguments | Arguments (inputs) to be passed to the referenced function | object | yes if function type is `graphql`, otherwise no |
3830+
| Parameter | Description | Type | Required |
3831+
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|--------|-------------------------------------------------|
3832+
| refName | Name of the referenced [function](#Function-Definition) | string | yes |
3833+
| arguments | Arguments (inputs) to be passed to the referenced function | object | yes if function type is `graphql`, otherwise no |
38343834
| selectionSet | Used if function type is `graphql`. String containing a valid GraphQL [selection set](https://spec.graphql.org/June2018/#sec-Selection-Sets) | string | yes if function type is `graphql`, otherwise no |
3835-
| invoke | Specifies if the function should be invoked sync or async. Default is sync | string | no |
3835+
| invoke | Specifies if the function should be invoked `sync` or `async`. Default is `sync` | enum | no |
38363836

38373837
<details><summary><strong>Click to view example definition</strong></summary>
38383838
<p>

0 commit comments

Comments
 (0)