Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ This extension adds the following method to GraysQL.
{
relay: false, // Create valid relay types instead of default ones.
mutations: {
create: true, // Indicates if a create mutation shoud be created.
update: true, // Indicates if a update mutation should be creted.
create: true, // Indicates if a create mutation should be created.
update: true, // Indicates if a update mutation should be created.
delete: true // Indicates if a delete mutation should be created.
}
}
Expand Down Expand Up @@ -128,7 +128,7 @@ expect(result).to.deep.equal(expected);

#### `parseModelAssociations(modelName)` ####
> Returns the parsed associations of the model indicated with `modelName`
> argument. ONly the associations are parsed here, ignore the properties.
> argument. Only the associations are parsed here, ignore the properties.
> The returned associations object should be an object with keys as the names of [GraysQL Types](http://github.com/larsbs/graysql#Type) fields, and the value as the fields.

* **Parameters**
Expand Down