Skip to content

Instantly share code, notes, and snippets.

@maka-io
maka-io / .gitignore
Created October 10, 2016 19:34 — forked from marcoslin/.gitignore
Encryption: From PyCrypto to CryptoJS
source.sh
import gql from 'graphql-tag';
import { Query } from 'react-apollo';
const query = gql`
query SomeQuery {
foo {
bar
baz
}
}