graphql-client
graphql-client copied to clipboard
[GraphQL][Feature Request] Support Github Issue creation time in GraphQL query results
We are using GraphQL client in our projects to fetch/query Github issues under specific repository, we can get response for the query with info includes: Github Issue title, body, labels and so on. In our project, we also need Github Issue creation time which is not included in the GraphQL query response, can we also support it for GraphQL client?
Thanks
This doesn't sound like an error in this library, but instead a user error. I believe you just need to include the createdAt field documented at https://docs.github.com/en/graphql/reference/objects#issue in your graphql query.