I want to know what is the procedure to install enterprise of apollo graphql into the project after buying it.
I found these instructions after searching in bingAI chat
After purchasing the Enterprise version of Apollo GraphQL, you can follow these steps to install it in your project:
- Visit the Apollo GraphQL website and sign in to your account.
- Download the latest version of Apollo Server for your platform.
- Extract the downloaded archive to a directory of your choice.
- Open a command prompt or terminal window and navigate to the directory where you extracted the archive.
- Run the following command to install the required dependencies: npm install.
- Define your GraphQL schema in a file named schema.js or schema.ts depending on whether you are using JavaScript or TypeScript.
- Import the required modules and define your Apollo Server instance in a file named server.js or server.ts.
- Start your server by running the following command: node server.js or node server.ts
but then again instructions are changing each time I refresh and search same question.
Can you tell what is actual procedure
New contributor
2
Did you try the above? It gives you two version of the JS files, one if you use typescript (.ts) and one for plain js
23 mins ago
Also you have direct support apollographql.com/contact-sales
21 mins ago