Open
Description
I've been struggling to generate a Github client from the GraphQL schema.
Some parts work but I can't find any ways to workaround this one. I'm on the latest version.
new GraphQLRequestGithub(GraphQLGithubRequests.getClient(), """
{
... on ProjectV2Item {
id
__typename
fieldValueByName(name:"Order Id"){
... on ProjectV2ItemFieldTextValue{
__typename
text
}
}
}
}
""", RequestType.query, "node",
InputParameter.newHardCodedParameter("Github", "id", "xxx", "ID", true, 0, false));
```
Could that be a bug with the Jackson integration?
Metadata
Metadata
Assignees
Labels
No labels