Skip to content

Commit

Permalink
ignore pychache
Browse files Browse the repository at this point in the history
  • Loading branch information
jottenlips committed Nov 26, 2019
1 parent 165c264 commit 6c356a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ venv
node_modules
.serverless
.env
__pycache__
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
query.set_field('getSong', resolve_song)

mutation = MutationType()

mutation.set_field('createSong', create_song)
mutation.set_field('updateSong', update_song)
mutation.set_field('createComposer', create_composer)
Expand Down

0 comments on commit 6c356a6

Please sign in to comment.