docs: standardize graphql examples#3391
Conversation
Implemented the 3-tabbed panel for all GraphQL examples. This affected the following pages: - Integration - Requirements - Assets - Integration - Requirements - Peers - Integration - Requirements - Wallet addresses - Integration - Requirements - Sending fees
✅ Deploy Preview for brilliant-pasca-3e80ec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
🚀 Performance Test ResultsTest Configuration:
Test Metrics:
📜 Logs |
Changed hardcoded links to relative links
|
@brad-dow I know it wasn't on your list, but can you update the "viewing and revoking grants" page so that both of the arguments have the link to the mutation's input object? |
I made this change but the first one was a query, which made it just a little bit different. There's not an input object to point to, so I just linked to the query itself. Also, noticing all of our specs say 'arguments' as well :/ I need to take a GraphQL course |
|
@brad-dow Yeah, I see that too. I guess we shouldn't be surprised if we have to come back to this in a few months and change them all back to argument 😂 |
Each GraphQL example is in a 3-tabbed panel: one for operation, one for arguments, and one for response.
Fixes #3090