I need GraphQL APIs for GitHub, mind if I add it here? #263
Replies: 5 comments
-
I'm thinking of using this module: https://github.com/graphql-rust/graphql-client It's CI is failing (mostly appears to be clippy and prettier that's bombing, not actual tests), but it is the closest I can find to useful. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Grumble... getting away from |
Beta Was this translation helpful? Give feedback.
-
Thank you for your issue! I'm not sure I fully understand the feature request. Octocrab should already integrate with graphql through the |
Beta Was this translation helpful? Give feedback.
-
Ack! Somehow I didn't notice the |
Beta Was this translation helpful? Give feedback.
-
You can close this discussion, the |
Beta Was this translation helpful? Give feedback.
-
I need to be able to use GraphQL APIs to do lookups for SAML user IDs. Do you mind if I add that here?
I don't see many great GraphQL crates, I'm debating just using something that knows how to parse and validate GraphQL, and then doing the transport myself using the
http
crate we discussed before rather thanreqwest
.Thoughts?
(This is time-sensitive for me)
Beta Was this translation helpful? Give feedback.
All reactions