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
Describe the bug
Using glob pattern (wildcard) in schema config is not working, e.g.:
schema: ../../../../common/schema/modules/*.graphqls does not work
schema: ../../../../common/schema/modules/local.graphqls works
There are multiple .graphqls files recursively in that dir, eventually I am looking to use glob pattern recursively as described in Composite schema. But even using glob pattern on a single directory is not working.
My project structure looks like
repo
- common
- - schema
- - - modules
- - - - local.graphqls (and many other .graphqls files recursively inside this dir)
- projects
- - foo
- - - examples
- - - - bar
- - - - - graphql.config.yml
Version and Environment Details
Operation system: macOS 14.2.1 (23C71)
IDE name and version: IntelliJ IDEA 2023.3.2 (Ultimate Edition)
Plugin version: GraphQL 233.13135.65
Additional context
No relevant error logs for GraphQL plugin in idea.log.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using glob pattern (wildcard) in schema config is not working, e.g.:
schema: ../../../../common/schema/modules/*.graphqls
does not workschema: ../../../../common/schema/modules/local.graphqls
worksThere are multiple .graphqls files recursively in that dir, eventually I am looking to use glob pattern recursively as described in Composite schema. But even using glob pattern on a single directory is not working.
My project structure looks like
Expected behavior
Screenshots
Version and Environment Details
Operation system:
macOS 14.2.1 (23C71)
IDE name and version:
IntelliJ IDEA 2023.3.2 (Ultimate Edition)
Plugin version:
GraphQL 233.13135.65
Additional context
No relevant error logs for GraphQL plugin in idea.log.
The text was updated successfully, but these errors were encountered: