Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 393 Bytes

Configuration.md

File metadata and controls

16 lines (14 loc) · 393 Bytes

Configuration

You may customize the folders that the generated files will be created on by using a .graphqlrc file on the root folder with the following content:

{
  "directories": {
    "source": "src",
    "connection": "graphql/connection",
    "loader": "graphql/loader",
    "model": "models/models",
    "mutation": "graphql/mutation",
    "type": "graphql/type"
  }
}