<%= get_flash(@conn, :info) %>
17 |<%= get_flash(@conn, :error) %>
18 | 19 | <%= render @view_module, @view_template, assigns %> 20 | 21 |<%= get_flash(@conn, :info) %>
17 |<%= get_flash(@conn, :error) %>
18 | 19 | <%= render @view_module, @view_template, assigns %> 20 | 21 |A better way to build blazing fast APIs.
4 |10 | This is the simplest possible schema definition with a single entry point working against hard-coded values. 11 |
12 |34 | A simple schema definition with a variety of data types. 35 |
36 |37 | Hint: Try out the auto-complete of the queries and explore the documentation! 38 |
39 |61 | A variant of the Hello World schema definition using an Ecto-driven PostgreSQL datastore. 62 |
63 |85 | A more complex schema containing Enum types and Interfaces. Data is stored in memory. 86 |
87 |88 | Note the use of type introspection using the `__typename` field. 89 |
90 |