Graphql Architect vs Graphql library #Flutter

Hi everyone, I wish you are fine!
I need to know what is the difference between using Graphql Architect (As gallery app) and neo4j graphql library..
I'm trying to use my local neo4j database with #Flutter application, after some searching I found that I need to install Graphql plugin ( but it live out for neo4j 4.x )
Then I found I can use Graphql Architect and neo4j graphql library , which is the best for my case ?

I have already installed Graphql Architect but it doesn't work as expected (even I installed APOC ! )

So , does neo4j graphql library helpful for me? (Even I doesn't need Apollo server for Flutter application)

Hi @181018 - the Neo4j GraphQL Library is a JavaScript library that is designed to enable building Node.js GraphQL API applications backed by Neo4j. GraphQL Architect was a low-code graph app for Neo4j Desktop that provided a UI for developing and testing GraphQL APIs within Neo4j Desktop (and used the Neo4j GraphQL Library internally). GraphQL Architect has been replaced by the Neo4j GraphQL Toolbox: https://neo4j.com/docs/graphql-manual/current/toolbox/

The Neo4j GraphQL Toolbox is a great way to develop and test your GraphQL API without writing any code or building a node.js app. Once you're ready to move beyond testing you can use the GraphQL type definitions you've refined in Toolbox in a JavaScript application with the Neo4j GraphQL Library to build and deploy the API application.