You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
Valid schema definition should have no duplicated field even if the type of it is different, but it was not well checked on CI, so accidentally merged.
Describe the bug
#36 introduced new type inputs that have invalid GraphQL syntax.
fabrix/packages/graphql-config/src/schema/constraint.graphql
Lines 1 to 30 in f781a97
Valid schema definition should have no duplicated field even if the type of it is different, but it was not well checked on CI, so accidentally merged.
Steps to reproduce
Use
graphql-configExpected behavior
N/A
Environment
N/A
Additional context
N/A