Start the app npm run start:dev
.
curl --location --request POST 'http://localhost:3001/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"{\n recipe(id: \"string\") {\n id\n description\n creator {\n id\n }\n creator2 {\n id\n }\n }\n}\n","variables":{}}'
curl --location --request POST 'http://localhost:3001/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"{\n recipe(id: \"string\") {\n id\n description\n creator {\n id\n }\n }\n}\n","variables":{}}'
curl --location --request POST 'http://localhost:3001/graphql' \
--header 'Content-Type: application/json' \
--data-raw '{"query":"{\n recipe(id: \"string\") {\n id\n description\n country {\n id\n }\n country2 {\n id\n }\n }\n}\n","variables":{}}'