Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 683 Bytes

ApolloJS.md

File metadata and controls

29 lines (20 loc) · 683 Bytes
date created date modified
Monday, July 11th 2022, 10:16:37 am
Monday, July 11th 2022, 10:20:14 am
  • Topic:
  • Tags: #review #pn_2_1
  • Links:
  • Date Created: 11-07-22

ApolloJS

ApolloJS in few words

ApolloJS in details

Tutorial

A schema first approach, that means we will implement it based on exactly what our client needs :

  1. Define Schema : Identify which data is needed, structure it how you need
  2. Backend
  3. Frontend This approach allow for faster development since both teams can work together with the defined schema but on different things.

References