functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

The graphql schema should be in the Graph protocol definition #140

Open mehdibalouchi opened 2 years ago

mehdibalouchi commented 2 years ago

Currently, we are providing a schema for the graphql queries on the apps/box. Query and Mutation types are defined in this schema. From a protocol designing point of view, this schema should be standardized within the Graph protocol so that each peer using the protocol can ensure the query is aligned with the standard schema.

We should:

farhoud commented 2 years ago

@mehdibalouchi For making it more language agnostic, we can extract the typeDef which is GQL and move it to protocol