Should I use the GraphQL API or the SDK?
Advanced developers or developers with a currently no-SDK tech stack (such as .Net or GOLANG) have the choice of using the GraphQL or Rest APIs directly. For many, the REST API is a tried and tested approach, however, uur new GraphQL API has a far broader scope, everything that you can achieve in the Console web application can be automated and actioned with the GraphQL API. In fact, you can expand on what is present in the Console and make dedicated, custom interfaces of your very own.
Can I use both the GraphQL API and the SDK?
Yes. Very much, yes. If you have a Node or Javascript compatible runtime then you can use the SDK to do most of the heacy lifting for you and only issue custom GraphQL calls when you need to. Why work harder than necessary?
How to I see What's Available?
There are two main ways.
Check out what the Console application shows you and pick and choose what you want or look through the queries and mutations available from the API in the GraphIQL Explorer.