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


ENUM

DownloadMethod.HTTPMethod

public enum HTTPMethod: Equatable, CustomStringConvertible

The HTTP request method. This is an option on schema downloads only. Apollo Registry downloads are always POST requests.

Cases

POST

case POST

Use POST for HTTP requests. This is the default for .

GET(queryParameterName:)

case GET(queryParameterName: String)

Use GET for HTTP requests with the GraphQL being sent in the query string parameter named in queryParameterName.

Properties

description

public var description: String
Next
Introduction
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company