Christopher Gillis

Results 7 issues of Christopher Gillis

This library currently requires `"graphql": "^14.7.0",` however the latest graphQL version is `16.3.0` I'd rather not downgrade my whole ecosystem of libraries. Can we get an update pleeeease?

Hello, thanks for this. Site currently shows a 404. Really appreciate you hosting a testing server. :)

The [How It Works](https://github.com/typedorm/typedorm/blob/beta/docs/how-it-works.md#given-2) page shows that the .find() method accepts `queryIndex` as a property of the second argument, but the [Step By Step Guide](https://github.com/typedorm/typedorm/blob/beta/docs/guide.md#query-1-m-relations) page shows it as a...

documentation
help wanted
effort small

I'd like to have the create domain step be part of our deploy pipeline, which means I'd like to have it not throw an error if the domain already exists....

The Custom Domain functionality sets up a custom domain in AppSync, but does not update the Route53 to point a record to it... Could this be added as a feature?...

The disassoc command accepts a "-y" flag to auto-yes the prompts (See: https://github.com/sid88in/serverless-appsync-plugin/blob/a2bb44a211ab23d725a8b21dae58564393d3ab9d/src/index.js#L166), however the `delete` and `delete-record` commands do not. Would be good to make them all consistent with...

I'm trying to use the custom domain feature like this: ``` domain: { name: 'api.example.com', certificateArn: { 'Fn::ImportValue': exportsCert.certArn }, route53: { hostedZoneName: 'example.com', }, }, ``` and when running...