Class InstrumentationExecutionParameters

    • Constructor Detail

      • InstrumentationExecutionParameters

        public InstrumentationExecutionParameters​(ExecutionInput executionInput,
                                                  GraphQLSchema schema)
    • Method Detail

      • getQuery

        public java.lang.String getQuery()
      • getOperation

        public java.lang.String getOperation()
      • getContext

        @Deprecated(since="2021-07-05")
        public <T> T getContext()
        Deprecated.
        Type Parameters:
        T - for two
        Returns:
        the legacy context
      • getVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getVariables()