We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24895fb commit 445b20dCopy full SHA for 445b20d
1 file changed
indico/client/client.py
@@ -26,7 +26,7 @@
26
# here to avoid circular imports
27
class GetIPAVersion(GraphQLRequest[str]):
28
query = """
29
- "query getIPAVersion {
+ query getIPAVersion {
30
ipaVersion
31
}
32
"""
0 commit comments