gqlmerge

A tool to merge & stitch the modularized GraphQL schema files into one schema

MIT License

Stars
54

Bot releases are visible (Hide)

gqlmerge - v0.2.15 Latest Release

Published by github-actions[bot] 7 months ago

gqlmerge - v0.2.14

Published by github-actions[bot] 7 months ago

gqlmerge - v0.2.13

Published by github-actions[bot] 8 months ago

gqlmerge - v0.2.12

Published by github-actions[bot] 11 months ago

gqlmerge - v0.2.11

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.10

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.9

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.8

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.7

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.6

Published by github-actions[bot] about 1 year ago

gqlmerge - v0.2.5

Published by github-actions[bot] over 2 years ago

gqlmerge - v0.2.4

Published by github-actions[bot] over 2 years ago

gqlmerge - New Feature - check the duplicated types

Published by mununki over 5 years ago

  • Check the duplicated types with different properties or values
    • if same type name and same properties, values -> merge to one
    • if same type name, but different properties or values -> panic!
gqlmerge - Feature: customize the padding of schema

Published by mununki over 5 years ago

  • Customize the padding of GraphQL schema output file
gqlmerge - fix a bug

Published by mununki over 5 years ago

Fix a bug #15

  • writing an empty Query/Mutation/Subscription
gqlmerge - New features

Published by mununki over 5 years ago

  1. Parsing multiple directories
  2. Support *.gql file type to parse
gqlmerge - Fix a bug PR #4

Published by mununki over 5 years ago

Fix a bug PR #4

gqlmerge - Fix a bug PR #1

Published by mununki over 5 years ago

Fixing a bug related to PR #1

gqlmerge - Add error handling in CLI

Published by mununki over 5 years ago

gqlmerge - Refactoring to /lib structure

Published by mununki over 5 years ago

  • features are all same