This application is a GraphQL test application.
Backend
bundle
bin/setup
rails s
Client
yarn install
yarn start
GraphiQL interface: http://localhost:3000/graphiql Client: http://localhost:4200/
Client
yarn test
This application is a GraphQL test application.
Backend
bundle
bin/setup
rails s
Client
yarn install
yarn start
GraphiQL interface: http://localhost:3000/graphiql Client: http://localhost:4200/
Client
yarn test