Class FetchedValue

    • Field Detail

      • fetchedValue

        private final java.lang.Object fetchedValue
      • rawFetchedValue

        private final java.lang.Object rawFetchedValue
      • localContext

        private final java.lang.Object localContext
      • errors

        private final com.google.common.collect.ImmutableList<GraphQLError> errors
    • Constructor Detail

      • FetchedValue

        FetchedValue​(java.lang.Object fetchedValue,
                     java.lang.Object rawFetchedValue,
                     com.google.common.collect.ImmutableList<GraphQLError> errors,
                     java.lang.Object localContext)
    • Method Detail

      • getFetchedValue

        public java.lang.Object getFetchedValue()
      • getRawFetchedValue

        public java.lang.Object getRawFetchedValue()
      • getErrors

        public java.util.List<GraphQLError> getErrors()
      • getLocalContext

        public java.lang.Object getLocalContext()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object