public class GraphQLTypeUtil
extends java.lang.Object
| Constructor and Description |
|---|
GraphQLTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getUnwrappedTypeName(GraphQLType type)
This will get the unwrapped type name that includes the non null and list wrappers
so it might be '[typeName!]'
|
public static java.lang.String getUnwrappedTypeName(GraphQLType type)
type - the type in play