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.