Skip to content

Commit

Permalink
Allows the presence of start and end keys, they are not read
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogcx committed May 11, 2021
1 parent 3137767 commit 9f29df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MDSTrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class MDSTrip:
"census_geoid_end": {"nullable": True, "required": False, "type": "string"},
# Other Fields
"currency": {"nullable": True, "required": False, "type": "string"},
"start": {"nullable": True, "required": False, "type": "string"},
"end": {"nullable": True, "required": False, "type": "string"},
}

graphql_template_insert = """
Expand Down

0 comments on commit 9f29df2

Please sign in to comment.