We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ea8a8 commit ad082b1Copy full SHA for ad082b1
graphql-kotlin-types/src/main/kotlin/com/expediagroup/graphql/types/GraphQLError.kt
@@ -20,8 +20,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties
20
import com.fasterxml.jackson.annotation.JsonInclude
21
22
/**
23
- * GraphQL error representation that is spec complaint with serialization and deserialization,
24
- * but still implements the graphql-java interface.
+ * GraphQL error representation that is spec complaint with serialization and deserialization.
25
*
26
* @see [GraphQL Specification](http://spec.graphql.org/June2018/#sec-Errors) for additional details
27
*/
0 commit comments