allow globbing, and extract queries from .go files
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
query MyQuery {
|
||||
myField
|
||||
myOtherField {
|
||||
...MyFragment
|
||||
}
|
||||
}
|
||||
|
||||
fragment MyFragment on MyType {
|
||||
myFragmentField
|
||||
...NestedFragment
|
||||
}
|
||||
|
||||
fragment UnusedFragment on MyType {
|
||||
myFragmentField
|
||||
}
|
||||
|
||||
fragment NestedFragment on MyType {
|
||||
myOtherFragmentField
|
||||
}
|
||||
Reference in New Issue
Block a user