Hello! I'm currently looking to create an integration to pull data from Arize into our platform, BreezeML. I've been using the GraphQL explorer (which has been super helpful by the way, thank you!), but I'm noticing some discrepancies between the explorer (which uses /graphql) and the actual API calls that are sent from the Arize webapp (which seems to use /api/graphql/v1). As an example, the webapp uses a query EnvironmentsTabTableQuery on the datasets page which accesses the modelBatches() method on the Model object, but this function does not seem to exist in the API available via the explorer. In the case of an integration is the explorer API the right one to use, or is there some way to access the v1 api? (I noticed the auth token for the explorer does not work with the v1 api) Any suggestions on how to proceed here would be super helpful! -- For a little bit of background context, BreezeML specializes in facilitating the generation of internal AI regulations/policies for compliance/legal teams. A key facet of these efforts is integrations with various ML tools to expose relevant information about ML workflows and pipelines to compliance teams (who are not the typical users of those tools), which is why we're looking to offer our users the ability to integrate with Arize!
