Package graphql

Annotation Interface ExperimentalApi


@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,TYPE,FIELD}) @Documented public @interface ExperimentalApi
This represents code that the graphql-java project considers experimental API and while our intention is that it will progress to be PublicApi, its existence, signature or behavior may change between releases.

In general unnecessary changes will be avoided, but you should not depend on experimental classes being stable.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The key that should be associated with a boolean value which indicates whether @defer and @stream behaviour is enabled for this execution.
  • Field Details

    • ENABLE_INCREMENTAL_SUPPORT

      static final String ENABLE_INCREMENTAL_SUPPORT
      The key that should be associated with a boolean value which indicates whether @defer and @stream behaviour is enabled for this execution.
      See Also: