Mayank1791989 / gql

112 stars 19 forks source link

Add details about the .gqlconfig file in readme #1

Closed kumarharsh closed 7 years ago

kumarharsh commented 7 years ago

What format should the file be in? Also, what do the fields path, dir, schema mean?

enaeseth commented 7 years ago

@kumarharsh there's a .gqlconfig in the project tests:

{
  schema: {
    files: "schema/**/*.gql"
  }
}

no idea if anything else can go in there – schema.files is the only member that gets validated.