Remove commented graphql code

This code was commented in commit ad8aba07.
This commit is contained in:
Javi Martín
2019-09-23 23:01:05 +02:00
parent 82ea866b6d
commit da425b9164
2 changed files with 0 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ User:
public_debates: [Debate]
public_proposals: [Proposal]
public_comments: [Comment]
# organization: Organization
Debate:
fields:
id: integer
@@ -81,8 +80,3 @@ Vote:
votable_type: string
public_created_at: string
vote_flag: boolean
# Organization:
# fields:
# id: integer
# user_id: integer
# name: string