Note: Timings
for
all events
are listed in the local timezone detected
from your browser -
Building GraphQL API starts with the type-definition declaring the entities and operations of the API. But what then? Usually you’d go ahead and implement resolver by resolver manually to power your API. With neo4j/graphql all that’s taken care of and you can focus on your API, top- and field-level queries and mutations are generated and can be secured with directives. In this workshop you’ll learn all you need to build your own APIs quickly and effectively.