File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,12 @@ This can be useful to force an update of cached information.
105
105
| ----------| --------| --------| ---------------------|
106
106
| ` [Switch] ` | false | named | true (ByPropertyName)|
107
107
108
+ #### ** OutputPath**
109
+
110
+ | Type | Required| Position| PipelineInput |
111
+ | ------------| --------| --------| ---------------------|
112
+ | ` [String[]] ` | false | 7 | true (ByPropertyName)|
113
+
108
114
#### ** WhatIf**
109
115
-WhatIf is an automatic variable that is created when a command has ``` [CmdletBinding(SupportsShouldProcess)] ``` .
110
116
-WhatIf is used to see what would happen, or return operations without executing them
@@ -120,5 +126,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co
120
126
121
127
### Syntax
122
128
``` PowerShell
123
- Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-Refresh] [-WhatIf] [-Confirm] [<CommonParameters>]
129
+ Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-Refresh] [[-OutputPath] <String[]>] [ -WhatIf] [-Confirm] [<CommonParameters>]
124
130
```
You can’t perform that action at this time.
0 commit comments