Package graphql
Annotation Type 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 bePublicApi
, 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 Fields Description static java.lang.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.
-