We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17af4b1 + 83626d5 commit 33d5b74Copy full SHA for 33d5b74
graphene_sqlalchemy/utils.py
@@ -16,7 +16,7 @@ def get_query(model, context):
16
if not session:
17
raise Exception(
18
"A query in the model Base or a session in the schema is required for querying.\n"
19
- "Read more http://graphene-python.org/docs/sqlalchemy/tips/#querying"
+ "Read more http://docs.graphene-python.org/projects/sqlalchemy/en/latest/tips/#querying"
20
)
21
query = session.query(model)
22
return query
0 commit comments