Class GraphQLTestError

java.lang.Object
com.graphql.spring.boot.test.GraphQLTestError
All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class GraphQLTestError extends Object implements graphql.GraphQLError
An implementation of the GraphQLError interface for testing purposes.
See Also:
  • Constructor Details

    • GraphQLTestError

      public GraphQLTestError()
  • Method Details