Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions static/service_schema.graphql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""
Changes that should be made to an instrument's configuration
"""
Expand Down Expand Up @@ -113,9 +112,6 @@ A template describing the path to the data directory for a given instrument sess
"""
scalar DirectoryTemplate




"""
Queries that modify the state of the numtracker configuration in some way
"""
Expand Down Expand Up @@ -183,10 +179,15 @@ A template describing the location within a session data directory where the roo
"""
scalar ScanTemplate


scalar Subdirectory

"""
Directs the executor to include this field or fragment only when the `if` argument is true.
"""
directive @include(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
"""
Directs the executor to skip this field or fragment when the `if` argument is true.
"""
directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
schema {
query: Query
Expand Down
Loading