Package com.netflix.graphql.dgs
Annotation Interface DgsQuery
-
Optional Element Summary
Optional Elements
-
Element Details
-
field
- Default:
- ""
-
trivial
Indicates whether the generated DataFetcher for this method should be considered trivial. For instance, if a method is simply pulling data from an object and not doing any I/O, there may be some performance benefits to marking it as trivial.- See Also:
-
TrivialDataFetcher
- Default:
- false
-