Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum authored Sep 2, 2024
1 parent aff3ece commit 88611f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Moquerie is a tool that allows you to easily create a fake GraphQL or REST API (

- **Local Database** (automatically managed for you)
- **Deactivate rows** so they are not returned by the API without deleting them
- **Factories** to create table row (aka 'Resource Instances') (can be saved and committed to your repository)
- **Factories** to create table rows (aka 'Resource Instances') (can be saved and committed to your repository)
- **Branches** (duplicate or empty)
- **Snapshots** (full or partial) (can be saved and committed to your repository)
- History
Expand Down Expand Up @@ -51,12 +51,6 @@ export default defineConfig({
server: {
port: 4002,
},
// GraphQL schema
graphql: {
schema: {
scanCodeFiles: './src/schema/**/*.ts',
},
},
})
```

Expand Down

0 comments on commit 88611f7

Please sign in to comment.