예제 #1
0
 public ValueConverter(GraphQLExecutionContext executionContext)
 {
     this.executionContext = executionContext;
 }
예제 #2
0
 public GraphQlParameterInfo(IValueNode valueNode, GraphQLExecutionContext context)
 {
     this.valueNode = valueNode;
     this.context   = context;
 }