-
If you look on some examples of the elm-graphql documentation, you can notice that the operator |> is used when making the GraphQL query. You can find more information about this operator in the Elm documentation.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
The features will be very simple: visitors can see the list of images posted, and some editors will be able to add, modify, or remove images thanks of the GraphQL IDE named GraphiQL. I will explain more about GraphiQL later in this article.
-
The source code is available in this git repository with some enhancements.
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
On PostgreSQL create a database. In this tutorial, we will name it imageboard.
-
Unlike the other diagrams, the architecture diagram was realized with draw.io.
-
Some popular JavaScript libraries like Redux has been inspired by this architecture.
-
Note that all the UML diagrams presented in this article are made with PlantUML.
-
We need to install Node.js to have npm.
-
For those who don't know, GraphQL is an open-source query language and a runtime made to manipulate data through APIs.
-
To do that, we will use the Elm programming language.
Related posts
-
Split your AWS AppSync schema across multiple files
-
7 Essential Tools to Supercharge Your Development Workflow: A 2026 Roundup
-
[Threat Thinker] Trying LLM-Based Threat Modeling
-
Hacktoberfest 2025 — Advancing SQL Tooling in Draw.io
-
Left to Right Programming: Programs Should Be Valid as They Are Typed