Unable to check all the fields in Graphql API

I am exploring the GraphQL api. I want to fetch all the transactions of a wallet. But I am not able to see the fields available which I can query to implement my request.

can you please guide me to proper documentation where I can see the fields which I can use to query.

Hey Sachin,

Please take a look at our documentation here. You also may want to explore our SDK which allows you to specifically return transactions for a wallet. Check it out here.

-Nick