laconic-console/packages/console-app/src/gql/wns_records.graphql
2020-06-23 09:19:01 -05:00

13 lines
351 B
GraphQL

#
# Copyright 2020 DXOS.org
#
# TODO(telackey): Object would probably not be legal in general, but does work for a '@client' resolved query.
# When we do strong typing across the board we should replace it with something like KeyValueInput.
query ($attributes: Object) {
wns_records (attributes: $attributes) @client {
timestamp
json
}
}