GQLField

public enum GQLField<T>

Undocumented

  • Undocumented

    Declaration

    Swift

    case named(PartialKeyPath<T>, String)
  • Undocumented

    Declaration

    Swift

    case nested(String, [GQLField<T>])