Docs
Launch GraphOS Studio
You're viewing documentation for a previous version of this software. Switch to the latest stable version.


ENUM

ApolloSchemaDownloadConfiguration.DownloadMethod

public enum DownloadMethod: Equatable

How to attempt to download your schema

Cases

apolloRegistry(_:)

case apolloRegistry(_ settings: ApolloRegistrySettings)

The Apollo Schema Registry, which serves as a central hub for managing your .

introspection(endpointURL:httpMethod:)

case introspection(endpointURL: URL, httpMethod: HTTPMethod = .POST)

connecting to the specified URL.

Methods

==(_:_:)

public static func == (lhs: DownloadMethod, rhs: DownloadMethod) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.
Next
Introduction
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company