GraphQLError
@Serializable
GraphQL error object.
Constructors
Link copied to clipboard
constructor(message: String, locations: List<ErrorLocation>? = null, path: List<String>? = null, extensions: JsonObject? = null)