Spaces:
Runtime error
Runtime error
query = """ | |
query GetRepository { | |
repository(owner: "huggingface", name: "transformers"){ | |
nameWithOwner | |
issues (first: 50){ | |
totalCount | |
nodes { | |
number | |
comments (first: 10) { | |
totalCount | |
nodes { | |
reactions (first: 10) { | |
totalCount | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
""" |