GetGraphQLApiResolverResult

data class GetGraphQLApiResolverResult(val description: String? = null, val displayName: String? = null, val id: String, val name: String, val path: String? = null, val type: String)

GraphQL API Resolver details.

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, id: String, name: String, path: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the resolver. May include HTML formatting tags.

Link copied to clipboard
val displayName: String? = null

Resolver Name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val path: String? = null

Path is type/field being resolved.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"