Skip to content

Commit

Permalink
Gramo 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebt3 committed Feb 12, 2024
1 parent 129e692 commit 26fe9b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions front/queries/vynil/InstallPrepare.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
query InstallPrepare {
vynilDistrib {
metadata {
name
}
}
vynilCategory {
name
}
vynilPackage {
name
consumeDistrib {
metadata {
name
}
}
consumeCategory {
name
}
options
}
}

0 comments on commit 26fe9b8

Please sign in to comment.