anyone remember how to disable the algolia integra...
# prisma-whats-new
m
anyone remember how to disable the algolia integration - for upgrading a project to the framework?
a
Graphcool needs to do it for you, if I remember correctly
m
@agartha this mutation on api.graph.cool/system used to work:
Copy code
mutation {
  updateSearchProviderAlgolia(input: {projectId: "",
    applicationId: "",
    apiKey: "",
    isEnabled: false
  }) {
    clientMutationId
  }
}
👍🏻 1
as long as all the right values were entered
but now I'm getting an error message saying the app ID and API key do not work...even when they are valid. So I've shot off an email to support