Skip to content

Commit 38b2b5b

Browse files
Update graphql module docstring
1 parent 262853d commit 38b2b5b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/simplejustwatchapi/graphql.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
Module responsible for preparing full GraphQL queries.
33
44
Queries are usually prepared as main query + details fragment + offers fragment.
5+
56
In the long term these queries should be moved to dedicated GraphQL resource files
6-
to allow for formatting and syntax checking.
7+
to allow for formatting and syntax checking. However, the functions used for constructing
8+
full queries shouldn't change.
79
"""
810

911
# TODO: Convert these strings into resources, e.g.:

0 commit comments

Comments
 (0)