File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,15 @@ This can be useful for queries that would be run frequently, but change infreque
96
96
| ----------| --------| --------| ---------------------|
97
97
| ` [Switch] ` | false | named | true (ByPropertyName)|
98
98
99
+ #### ** Refresh**
100
+ If set, will refresh the cache.
101
+ This can be useful to force an update of cached information.
102
+ ` -Refresh ` implies ` -Cache ` (it just will not return an uncached value).
103
+
104
+ | Type | Required| Position| PipelineInput |
105
+ | ----------| --------| --------| ---------------------|
106
+ | ` [Switch] ` | false | named | true (ByPropertyName)|
107
+
99
108
#### ** WhatIf**
100
109
-WhatIf is an automatic variable that is created when a command has ``` [CmdletBinding(SupportsShouldProcess)] ``` .
101
110
-WhatIf is used to see what would happen, or return operations without executing them
@@ -111,5 +120,5 @@ If the command sets a ```[ConfirmImpact("Medium")]``` which is lower than ```$co
111
120
112
121
### Syntax
113
122
``` PowerShell
114
- Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-WhatIf] [-Confirm] [<CommonParameters>]
123
+ Get-GQL [[-Query] <String[]>] [[-PersonalAccessToken] <String>] [[-GraphQLUri] <Uri>] [[-Parameter] <IDictionary>] [[-Header] <IDictionary>] [[-PSTypeName] <String[]>] [-Cache] [-Refresh] [- WhatIf] [-Confirm] [<CommonParameters>]
115
124
```
You can’t perform that action at this time.
0 commit comments