Class GraphQLResponseErrorDto

java.lang.Object
de.qytera.qtaf.xray.dto.response.graphql.GraphQLResponseErrorDto

public class GraphQLResponseErrorDto extends Object
Represents a generic GraphQL error, consisting of a message, one or more locations and the query paths which caused them.
See Also:
  • Constructor Details

    • GraphQLResponseErrorDto

      public GraphQLResponseErrorDto()
  • Method Details