# GraphQL Session The objective is to give a very brief introduction to _GraphQL_ with _Apollo Server_ using a practical example. Things to cover: - Integration with _Express_. - _Type Definitions_ and _Resolvers_. - Documentation and operations with _Apollo Studio_. - Authentication using _Auth0_. - Database connections. In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.