graphjin icon indicating copy to clipboard operation
graphjin copied to clipboard

implement the Service type

Open sanchit1276 opened this issue 3 years ago • 1 comments
trafficstars

What would you like to be added: Implement the Service type: type Service { name: String! # unique name for the service version: String! # any string schema: String! # the full schema for the service }

Why is this needed: so that Graphjin can be federated by Bramble and such

sanchit1276 avatar Feb 10 '22 21:02 sanchit1276

Can be done and should be fairly easy. Look at introspec.go

dosco avatar Feb 12 '22 06:02 dosco