A Gentle Introduction to GraphQL with Elixir and Phoenix

added by JavaScript Kicks
10/25/2018 9:56:54 AM

794 Views

The project we're building is going to be an application that will store/retrieve Event Logs. You could use this for something like tracking requests you're making, or tracking audit events in a log, or...well, anything that would require storing some arbitrary events with types, messages, and payloads.


0 comments