Node

public protocol Node : GraphQLObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func id(context: MutableContext, eventLoop: EventLoopGroup) -> EventLoopFuture<String>
  • Undocumented

    Declaration

    Swift

    static func find(id: String, context: MutableContext, eventLoop: EventLoopGroup) -> EventLoopFuture<Node?>