Cmdlets for GraphQL

Build 25.0.9434

URL Parameter (Connect-GraphQL Cmdlet)

Specifies the endpoint URL of the GraphQL service.

Syntax

Connect-GraphQL -URL string

Data Type

cstr

Default Value

""

Remarks

This property defines the URL used to connect to the GraphQL service. The endpoint URL typically follows the format: "https://[domain]/graphql"

This property is essential for establishing the connection and must be correctly configured to enable API communication.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434