Skip to content

Commit

Permalink
Merge pull request #13 from caarmen/fix-query-inspection-issue
Browse files Browse the repository at this point in the history
Set`fetch_schema_from_transport=False`.
  • Loading branch information
caarmen authored Sep 4, 2024
2 parents 4b61136 + 0c1970c commit cce06de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinetodayrss/service/movieshowtimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def _get_movies_for_theater(theater_id: str) -> List[Movie]:
"Authorization": f"Bearer {settings.authorization}",
},
),
fetch_schema_from_transport=True,
fetch_schema_from_transport=False,
serialize_variables=True,
parse_results=True,
) as client:
Expand Down

0 comments on commit cce06de

Please sign in to comment.