Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 502 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 502 Bytes

This is a quite simplistic sample that demonstrates how to use inversify-graphql

To run it:

git clone [email protected]:oguimbal/inversify-graphql.git
cd inversify-graphql
npm i
npm run sample

(or just press F5 when in vscode)

You should then be able to navigate GraphiQL via http://localhost:3000/

Try typing the below request:

{
  classicField,
  inversifiedField {
    len,
    repeated
  }
  inversifiedListField {
    len,
    repeated
  }
}

alt text