Annotation GraphQLValidObjectLocations

  • All Implemented Interfaces:

    
    public @interface GraphQLValidObjectLocations
    
                        

    Kotlin classes can be used as GraphQL input types, output types, or both. If you want to enforce that a Kotlin class only be used as an input or output type, include this annotation with the preferred location parameter.

    By default, classes will be allowed as both input and output types.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail