Cmdlets for GraphQL

Build 23.0.8839

Select-GraphQL Cmdlet

Parameters   Output Objects  

Searches GraphQL data.

Syntax

Select-GraphQL [parameters]

Remarks

The Select-GraphQL cmdlet allows you to use a syntax similar to SQL SELECT statements to search GraphQL data.

$conn = Connect-GraphQL -AuthScheme "OAuth" -OAuthVersion "2.0" -CallbackURL "http://localhost:33333" -OauthClientId "MyOAuthClientId" -OAuthClientSecret "MyOAuthClientSecret" -OAuthAccessTokenURL "https://mysite.com/login/oauth/access_token"
Select-GraphQL -Connection $conn -Table "Users" -Columns @("Name","Email") -Where "UserLogin='mojombo'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839