public class DeepNameKt
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDeepName(graphql.schema.GraphQLType $receiver)
Useful public extension that renders a readable string from the given
graphql type no matter how deeply nested it is.
Eg: [Int]!
|
public static java.lang.String getDeepName(graphql.schema.GraphQLType $receiver)
Useful public extension that renders a readable string from the given graphql type no matter how deeply nested it is. Eg: [Int]!