Annotation Type GraphQLUnionType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface GraphQLUnionType
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the union that is represented by the annotated java class, as defined in the GraphQL schema.
    • Element Detail

      • value

        java.lang.String value
        The name of the union that is represented by the annotated java class, as defined in the GraphQL schema.