GitHubModelFactory.GraphQlQuery(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of GraphQlQuery(String).
public static Azure.Connectors.Sdk.GitHub.Models.GraphQlQuery GraphQlQuery(string query = default);
static member GraphQlQuery : string -> Azure.Connectors.Sdk.GitHub.Models.GraphQlQuery
Public Shared Function GraphQlQuery (Optional query As String = Nothing) As GraphQlQuery
Parameters
- query
- String