Skip to content

Commit

Permalink
chore: add config that causes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
salmanm committed Sep 7, 2022
1 parent af85135 commit 3f2c00c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ module.exports = {
configName: 'foo',
queryString: 'api::foo.foo',
uid: 'name',
relations: [{
queryString: 'api::bar.bar',
relationName: 'bars',
parentName: 'foo',
relationSortFields: ['name'],
}],
},
],
excludedTypes: [],
Expand Down

0 comments on commit 3f2c00c

Please sign in to comment.