It was recommended by @masih to do some research into IPLD.
There are two possible benefits to IPLD -
-
Using it as underneath GraphQL to help define the interface between the fula-api and the fula persistence layer (this should also help us define the requirements of the persistence layer). For example, using something like this.
-
Using selectors as a replacement to graphql itself ( ? )
The research should help uncover what problems we are addressing and the design considerations for the DATA API
It was recommended by @masih to do some research into IPLD.
There are two possible benefits to IPLD -
Using it as underneath GraphQL to help define the interface between the fula-api and the fula persistence layer (this should also help us define the requirements of the persistence layer). For example, using something like this.
Using selectors as a replacement to graphql itself ( ? )
The research should help uncover what problems we are addressing and the design considerations for the DATA API