Posts
Members
Info
WordPress Auth in Playground
I have been messaging Sean about possibly getting an OAuth flow for WP, if at all possible. I currently use the WPGraphQL-JWT plugin, but it is indicated that https://github.com/WP-API/OAuth1 (labeled for use with the WP REST API, but works well with WPGraphQL) in the WPGraphQL…
0
WordPress Mutations
Question regarding WordPress mutations -- onegraph indicates that mutations for WordPress are disallowed. However, WPGraphQL offers a number of mutations such as user login and registration. I tried executing this mutation on onegraph to no avail: However, in…
4
Returning a single data field type?
Is it possible to just return a single data field type instead the entire library? For example, I just want the responses for Spotify, and don't need all the other services like Google Calendar, Stripe, etc. Is there a query parameter I could place at the end of my endpoint? Or…
0
OneGraph + GraphQLCodegen and Numeric Enums
So I just migrated my entire codebase for a project from using the direct Headless Wordpress GraphQL endpoint to using OneGraph for Google+Facebook Business support. OneGraph is an amazing tool, intend to use it in a tech ed course I'm writing on headless WordPress actually.…
5
Salesforce connectivity
How does the OneGraph Salesforce integration work? Are you using Salesforce API for queries and CDC for triggering realtime updates?
4
Spotify schema: Missing offset property
Onegraph's Spotify schema seems to be missing the offset property for playlists (I think). Spotify sets a cap on the amount of playlists request to 50. If more results are needed, another request is necessary. This is why the offset property is…
3
Get Refreshed JWT
I am able to successfully log in a user, acquire the needed JWT and refresh token. However, when using the refresh token at curl -X POST https://serve.onegraph.com/oauth/token?grant_type=refresh_token.... the returned, refreshed, access token is no longer a JWT and therfore not…
3