View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphqlDocumentation (google_api_apigee v0.46.0)

GraphQL documentation for a catalog item.

Attributes

  • endpointUri (type: String.t, default: nil) - Required. The GraphQL endpoint URI to be queried by API consumers. Max length is 2,083 characters.
  • schema (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DocumentationFile.t, default: nil) - Required. The documentation file contents for the GraphQL schema.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphqlDocumentation{
  endpointUri: String.t() | nil,
  schema:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DocumentationFile.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.