amplify-graphql-seed-plugin icon indicating copy to clipboard operation
amplify-graphql-seed-plugin copied to clipboard

This is an Amplify Plugin which helps your to seed the databases of your Amplify projects with data using an AppSync GraphQL API. It can be used to seed local mock databases, as well as remote databas...

Results 7 amplify-graphql-seed-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.6 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Plugin normal functionality needs to read the `aws-exports` for a variety of reasons. [`amplify-graphql-seed-plugin`](https://github.com/awslabs/amplify-graphql-seed-plugin) attempts to read any aws export files identified via the `${srcFolder}/**/aws-exports.*` [regex](https://github.com/awslabs/amplify-graphql-seed-plugin/blob/d1be5b8d883116589f2271c970a42c182cd75991/utils/directory-functions.js#L78). If the current amplify...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

I have installed the plugin to seed my data. However, my data requires a uuid to be generated . I have uuid installed in my lambda layer function. But I...

Update package lock for NPM publish

When I define my mutations in the seed-data.js file, my mutations are executed alphabetically by the plugin (by the name of the object which holds the mutation and data), rather...

enhancement