Skip to content

Commit

Permalink
Merge pull request #22 from simonsobs/gql
Browse files Browse the repository at this point in the history
Add `RunAndContinue.gql`
  • Loading branch information
TaiSakuma authored Dec 22, 2023
2 parents fbcaadc + 96779c5 commit 6624038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nextlinegraphql/plugins/ctrl/graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
MUTATE_EXEC = (sub / 'Exec.gql').read_text()
MUTATE_RESET = (sub / 'Reset.gql').read_text()
MUTATE_SEND_PDB_COMMAND = (sub / 'SendPdbCommand.gql').read_text()
MUTATE_RUN_AND_CONTINUE = (sub / 'RunAndContinue.gql').read_text()

sub = pwd / 'queries'
QUERY_STATE = (sub / 'State.gql').read_text()
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mutation RunAndContinue {
runAndContinue
}

0 comments on commit 6624038

Please sign in to comment.