Interface GraphQLSpringContext

All Superinterfaces:
graphql.kickstart.execution.context.GraphQLKickstartContext
All Known Implementing Classes:
GraphQLSpringServerWebExchangeContext

public interface GraphQLSpringContext extends graphql.kickstart.execution.context.GraphQLKickstartContext
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.server.ServerWebExchange
     

    Methods inherited from interface graphql.kickstart.execution.context.GraphQLKickstartContext

    getDataLoaderRegistry, getMapOfContext
  • Method Details

    • getServerWebExchange

      org.springframework.web.server.ServerWebExchange getServerWebExchange()