Class GraphqlTypeExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static String deepName
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getDeepName()
      final static GraphQLType unwrapType(GraphQLType $self) Unwrap the type of all layers and return the last element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • unwrapType

         final static GraphQLType unwrapType(GraphQLType $self)

        Unwrap the type of all layers and return the last element. This includes GraphQLNonNull and GraphQLList. If the type is not wrapped, it will just be returned.