Interface GraphQLSpringInvocationInputFactory

All Known Implementing Classes:
DefaultGraphQLSpringInvocationInputFactory

public interface GraphQLSpringInvocationInputFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    graphql.kickstart.execution.input.GraphQLSingleInvocationInput
    create(graphql.kickstart.execution.GraphQLRequest graphQLRequest, org.springframework.web.server.ServerWebExchange serverWebExchange)
     
    graphql.kickstart.execution.input.GraphQLBatchedInvocationInput
    create(Collection<graphql.kickstart.execution.GraphQLRequest> graphQLRequests, org.springframework.web.server.ServerWebExchange serverWebExchange)
     
  • Method Details

    • create

      graphql.kickstart.execution.input.GraphQLSingleInvocationInput create(graphql.kickstart.execution.GraphQLRequest graphQLRequest, org.springframework.web.server.ServerWebExchange serverWebExchange)
    • create

      graphql.kickstart.execution.input.GraphQLBatchedInvocationInput create(Collection<graphql.kickstart.execution.GraphQLRequest> graphQLRequests, org.springframework.web.server.ServerWebExchange serverWebExchange)