public class GraphqlErrorHelper extends Object
Constructor and Description |
---|
GraphqlErrorHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(GraphQLError dis,
Object o) |
static int |
hashCode(GraphQLError dis) |
static Object |
location(SourceLocation location) |
static Object |
locations(List<SourceLocation> locations) |
static Map<String,Object> |
toSpecification(GraphQLError error) |
public static Map<String,Object> toSpecification(GraphQLError error)
public static Object locations(List<SourceLocation> locations)
public static Object location(SourceLocation location)
public static int hashCode(GraphQLError dis)
public static boolean equals(GraphQLError dis, Object o)
Copyright © 2019. All rights reserved.