Class TypesafeResponse<T>


  • public final class TypesafeResponse<T>
    extends ErrorOr<T>
    • Method Detail

      • getTransportMeta

        public Map<String,​List<String>> getTransportMeta()
        Returns a map containing transport metadata as key-value pairs, where the key is a String and the value is a List of Strings.
      • getExtensions

        public jakarta.json.JsonObject getExtensions()
        Returns a JsonObject containing extensions to the GraphQL response, if any.