Skip to content

Commit

Permalink
fixed the templates thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Nov 22, 2024
1 parent 622ad68 commit ab0f542
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 28 deletions.
5 changes: 1 addition & 4 deletions graphql/rekuest-next/fragments/agent.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ fragment Agent on Agent {
provisions {
...ListProvision
}
defaults: templates(filters: { extension: "default" }) {
...ListTemplate
}
workflows: templates(filters: { extension: "reaktion_next" }) {
templates {
...ListTemplate
}
states {
Expand Down
Loading

0 comments on commit ab0f542

Please sign in to comment.