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.
105105| ----------| --------| --------| ---------------------|
106106| ` [Switch] ` | false | named | true (ByPropertyName)|
107107
108+ #### ** OutputPath**
109+
110+ | Type | Required| Position| PipelineInput |
111+ | ------------| --------| --------| ---------------------|
112+ | ` [String[]] ` | false | 7 | true (ByPropertyName)|
113+
108114#### ** WhatIf**
109115-WhatIf is an automatic variable that is created when a command has ``` [CmdletBinding(SupportsShouldProcess)] ``` .
110116-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
120126
121127### Syntax
122128``` 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>]
124130```
You can’t perform that action at this time.
0 commit comments