apiVersion
Retrieves the current API version being used for this GraphQL endpoint.
Authentication
Public Access: Accessible with the public API key
Query Structure
{
apiVersion
}Arguments
No arguments required for this query.
Return Type
Returns a String representing the current API version.
Example
{
apiVersion
}