Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 88 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 88 Bytes

graphql-netcore

Example queries:

{
  customer(id: 1) {
    name
    id
  }
}