Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
270 B

# -*- mode: snippet -*-
# uuid: ac6e22b0-886b-4a09-861b-c759bfb8fcbe
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: exportGraphQL
# key: expgql
# --
export default compose(
graphql(${1:queryOrMutation}, { name: ${2:name} }),
)(${1:${TM_FILENAME_BASE}})