EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
WebSocket.WSProtocol
ENUM
WebSocket.WSProtocol
Swift
1public enum WSProtocol: CustomStringConvertibleThe GraphQL over WebSocket protocols supported by apollo-ios.
Cases
graphql_ws
Swift
1case graphql_wsWebSocket protocol graphql-ws. This is implemented by the subscriptions-transport-ws
and AWS AppSync libraries.
graphql_transport_ws
Swift
1case graphql_transport_wsWebSocket protocol graphql-transport-ws. This is implemented by the graphql-ws
library.
Properties
description
Swift
1public var description: String