Is GraphQL `importCertificate` actually working

Hey,

As title states - is importCertificate GraphQL mutation actually working? I’ve tried it via playground, but it returns empty response…

{
  "data": {
    "importCertificate": {
      "app": null,
      "certificate": null
    }
  }
}

and certificate is NOT added to the list for the app. Anyone succeeded uploading 3rd party certificate to the app?

From General to Questions / Help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.