Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support glob pattern and absolute path for schema #399

Merged
merged 1 commit into from
Apr 4, 2021

Conversation

h-kishi
Copy link

@h-kishi h-kishi commented Apr 1, 2021

Support both glob pattern and absolute path for schema.

custom:
  appSync:
    schema:
      - path/**/*.graphql
      - /path/to/schema.graphql

Since all schemas are passing through mergeTypes by my implementation, the snapshot has changed a lot.

@h-kishi h-kishi force-pushed the feature/glob_schema branch from 44d8256 to 748b626 Compare April 1, 2021 13:56
@h-kishi h-kishi force-pushed the feature/glob_schema branch from 748b626 to 0cc6fe0 Compare April 1, 2021 14:03
Copy link
Collaborator

@bboure bboure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!! Thank you @h-kishi This is a long-waited feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants