-
Updated
Oct 29, 2020 - JavaScript
concept
Here are 433 public repositories matching this topic...
-
Updated
Sep 6, 2020 - Vue
-
Updated
Sep 17, 2016 - Java
-
Updated
Oct 4, 2018 - C
-
Updated
Nov 11, 2020 - C++
-
Updated
Mar 21, 2020 - Scheme
-
Updated
Mar 24, 2019 - JavaScript
It would be nice if you could define whether a query should be live or not via a Boolean query argument. The main benefit I see is that the operation could then be used for SSR and streaming the results afterward.
unless could also be a valid option.
query users($isClient: Boolean = false) @live(if: $isClient) {
users(first: 10) {
id
login
}
}const -
Updated
Feb 5, 2019 - C#
-
Updated
Nov 24, 2019 - Java
-
Updated
Aug 19, 2017 - JavaScript
-
Updated
Nov 11, 2020 - Dart
-
Updated
Jun 17, 2019 - Objective-C
-
Updated
May 9, 2020 - Swift
-
Updated
Mar 26, 2020 - Python
-
Updated
Oct 31, 2019 - JavaScript
-
Updated
Jun 26, 2017 - Elm
-
Updated
Jun 23, 2019 - HTML
-
Updated
Oct 2, 2019 - Java
-
Updated
Jun 18, 2018 - Swift
-
Updated
May 13, 2020 - Java
-
Updated
Jan 22, 2020 - CSS
Improve this page
Add a description, image, and links to the concept topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the concept topic, visit your repo's landing page and select "manage topics."


Currently PSRule supports Windows using PowerShell 5.1 and above.
This is great for Windows administrators however not great for everyone else. When enabling validation within a CI/CD pipeline, the agent platform might not be Windows.
Containers provide portability and consistency which is very applicable for PSRule.
PowerShell is already available in a published [Docker container](https: