DateTime is the type of time in Graphql graphql lib can only read this name...
| 54 | // DateTime is the type of time in Graphql |
| 55 | // graphql lib can only read this name... |
| 56 | type DateTime struct{ time.Time } |
| 57 | |
| 58 | // GraphqlAsyncResponseHandler callback function to handle the Response asynchronously |
| 59 | type GraphqlAsyncResponseHandler func(res *http.Response) error |