Connection

public struct Connection<T> : Codable where T : Decodable, T : Encodable

Representation of the GraphQL’s Connection type

  • Array of Connection type

    Declaration

    Swift

    public let nodes: [T]?