Bruno-DaSilva commented on issue #6510: URL: https://github.com/apache/incubator-devlake/issues/6510#issuecomment-1824930392
Based on the graphql library, i think it may be because `variables` is nil and probably needs to be an empty map instead? https://github.com/merico-dev/graphql/blob/77460a1fd4cdbf5a0716e01fc00eda4fe50871a3/query.go#L103-L107 which calls https://github.com/merico-dev/graphql/blob/77460a1fd4cdbf5a0716e01fc00eda4fe50871a3/query.go#L111-L112 and so it's doing a `nil.Kind()`, I believe. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
