Skip to content

Instantly share code, notes, and snippets.

View mikeifomin's full-sized avatar

mike mikeifomin

View GitHub Profile
@mikeifomin
mikeifomin / watch_simple_fswatch.sh
Last active January 9, 2019 16:31
watch_simple_fswatch.sh
!#/bin/bash
fswatch -ro . | xargs -n 1 bash -c "go test"
schema {
query: Query
mutation: Mutation
subscription: Subscription
}
type Query {
coins: [Coin!]!
wallets(Ids:[ID!]) Wallet
}