Install necessary packages like apollo-server-express and graphql using npm or yarn. Create a schema using the GraphQL Schema Definition Language (SDL). Define types, queries, mutations, and subscriptions. Write resolver functions to handle GraphQL queries, mutations, and subscriptions. Resolvers resolve the data for each field in the schema. Configure and start the Apollo Server with Express.… Continue reading Node Js GraphQL Basis
Tag: graphql
Api to write a file using nodejs and graphql
How to export the product details as csv file using graphql and nodejs
This api used to pass the poduct details to a csv file .
Api to clear cart using node and graphql
This api used to remove all items from the cart.Here we pass the customer mail id and token .