-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: request application layers in bundle
BREAKING CHANGE: Methods `parseNodes` and `parseFolder` are expecting a mandatory array of layer entities as second argument
- Loading branch information
1 parent
8c02fe2
commit 715caad
Showing
2 changed files
with
66 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const allLayersByIds = `query($ids: [Int]) { | ||
allLayersByIds(ids: $ids) { | ||
id | ||
clientConfig | ||
name | ||
sourceConfig | ||
type | ||
} | ||
}`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters