Enterprises are moving away from the application centered architecture towards the open API architecture at an increasing rate.
GraphQL is an evolutionary step further. Its benefits over the REST are numerous - preventing the explosion in the number of API endpoints and defining the structure of your data are the ones that immediately come to mind.
GraphQL server for Maximo is the only implementation of the GraphQL for Maximo.
It is based on MaximoPlus engine and therefore has full access to all the Maximo features - workflow, value lists, running any application command. It is also fully transactional, which makes it an excellent choice for building applications on top of it,
All it takes to expose Maximo through GraphQL server is a plain config file - schema file in GraphQL parlance. The server automatically creates the resolvers, absolutely no programming is necessary.
Are you ready to try it out? You can start with the blogpost Installing GraphQL Server for Maximo, and then read the GraphQL Server for Maximo Tutorial.