We are using the mutation described here to upload schema variants. The mutation completes successfully, but the schema variant is not updated in Apollo Studio.
We download the schema using npx apollo schema:download --endpoint=https://schema-reporting.api.apollographql.com/api/graphql src/main/graphql/schema.json
and then generate Kotlin mutation/request/response classes using an older version of the Apollo Gradle plugin.
We know the API key is correct because the mutation fail with the wrong key. We know the schema is valid because if we do not include custom scalars the mutation fails. Right now we just have a silent “failure” in that no errors are returned or exceptions thrown, but the schema variant is not updated in Apollo Studio.
Any help would be appreciated.