Search code examples
angularasp.net-coregraphqlreactjs.netpostgraphile

Is it possible to use postgraphile with .net core?


I am trying to create an angular project with .net core 2.1 with GraphQL library. I am totaly new in PostgresSQL, GraphQL & PostGraphile. So, just want to know is it possible to use PostGraphile with my angular .net core project. I have added a package for GraphQL but, didn't find the package for PostGraphile. Angular is not neccesary for me if I can create a project with react.net then it would be ok.


Solution

  • Postgraphile is available as a CLI and a Node.js library.

    For your project, you can set up the GraphQL server using either, and possibly build up on it in your .NET application using schema stitching.