Class MyContextBuilder

java.lang.Object
com.netflix.graphql.dgs.example.context.MyContextBuilder
All Implemented Interfaces:
com.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>

@Component public class MyContextBuilder extends Object implements com.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>
  • Constructor Details

    • MyContextBuilder

      public MyContextBuilder()
  • Method Details

    • build

      public com.netflix.graphql.dgs.example.shared.context.MyContext build()
      Specified by:
      build in interface com.netflix.graphql.dgs.context.DgsCustomContextBuilder<com.netflix.graphql.dgs.example.shared.context.MyContext>