-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In order for this Serverless component to be usable for anything more than a hobbyist project, it should support schema stitching out of the box.
As GraphQL projects and codebases grow, schema management becomes critical. The best way to manage a schema at scale is to split it up into multiple smaller files and then "stitch" them during the build/deploy process.
So in order to just specifying a single schema.graphql file, it would be awesome if we could specify either (a) an array/list of files OR (b) a directory.
This feature is also supported by the serverless-appsync-plugin plugin.
Metadata
Metadata
Assignees
Labels
No labels