bjerkio / pulumi-appsync-modules

GraphQL Modules, but for AppSync and Pulumi 🌟
Apache License 2.0
22 stars 4 forks source link

Datasource reference auto-create? #18

Open simenandre opened 5 years ago

simenandre commented 5 years ago

When we add resolvers, we reference a datasource. Today, we have to add them to GraphQLApi or GraphQLModule. We can add a reference directly to GraphQLDataSource, since we need to reference them anyway. This way we don't have to reference them twice.

simenandre commented 5 years ago

I'm thinking of refactoring a few pieces, so this could be relevant after this. I've removed this from The September Issue