hank

Results 2 issues of hank

When the scenario follows: ``` const { GraphQLClient } = require('graphql-request') class Test { constructor (url, headers) { // this.headers is a common section in each request this.client = new...

I am a novice, have some problems. For dynamically add fields, I use DynamicDocument in doucument.py. 1. How to define the fields in Resource whe use DynamicDocument in doucument.py. I...