Javier Tarí 23 Posted June 4, 2020 Does anyone knows of any implementation in Delphi? Client or server? Free or commercial? Thanks in advance Share this post Link to post
Gregory Koehn 0 Posted January 5, 2021 (edited) Quote Luckily, TMS XData does support Swagger beautifully, and in a very automatic way. Source of this information... https://landgraf.dev/en/graphql-from-the-perspective-of-a-delphi-developer/ Oops! Sorry! The quote is about Swagger not GraphQL. Here is another link of Delphi GraphQL component... https://github.com/bogdanpolak/graphql-delphi Disclaimer. I have no experience with this component! Edited January 5, 2021 by Gregory Koehn Found my first posting was incorrect! Share this post Link to post
ahmed.atayib 0 Posted February 16, 2022 https://graphql-delphi.com/index.html Share this post Link to post
Lars Fosdal 1792 Posted February 16, 2022 17 hours ago, ahmed.atayib said: https://graphql-delphi.com/index.html Is this some sort of rip-off of the TMS components? Share this post Link to post
Bill Meyer 337 Posted February 16, 2022 1 hour ago, Lars Fosdal said: Is this some sort of rip-off of the TMS components? No, it's a lead-in to them. Seemed confusing to me at first. Share this post Link to post
Lars Fosdal 1792 Posted February 16, 2022 Yeah, it seemed a little out of place for TMS. Do they have this for their other products as well? Share this post Link to post
Bill Meyer 337 Posted February 16, 2022 1 hour ago, Lars Fosdal said: Yeah, it seemed a little out of place for TMS. Do they have this for their other products as well? No idea. Nor any idea how to discover, since the URL offers no clue. You could ask. 😉 Share this post Link to post
Wagner Landgraf 43 Posted February 16, 2022 3 hours ago, Lars Fosdal said: Do they have this for their other products as well? We considered that URL to be the "documentation site" for the GraphQL library. It's analog, for example, to https://doc.tmssoftware.com/biz/aurelius (for TMS Aurelius) or https://doc.tmssoftware.com/flexcel/vcl (for TMS Flexcel), which are also separated "sites" from the main TMS site and the official product pages (downloads, orders, etc.). If you pay attention it's the same structure and output, we used the same tool to generate the content for the three of them. The fact the URL is https://graphql-delphi.com instead of something like doc.tmssoftware.com/graphql is simply a matter of trying to comply with the "pattern" of other GraphQL libraries out there, like graphql-java.com, https://graphql-dotnet.github.io or https://graphene-python.org. 2 Share this post Link to post
Attila Kovacs 629 Posted February 16, 2022 (edited) Cool 😉 Edited February 16, 2022 by Attila Kovacs 1 Share this post Link to post
Esteban Pacheco 16 Posted February 17, 2022 lminuti/graphql: GraphQL for Delphi (github.com) Share this post Link to post