Created
October 15, 2021 10:04
-
-
Save shairyar/d44ca2bc8ec6aec1227033b2fb939bd6 to your computer and use it in GitHub Desktop.
List all revision
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query MarkersIndexQuery($appId: String!, $limit: Int, $offset: Int, $start: DateTime, $end: DateTime) { | |
app(id: $appId) { | |
id | |
deployMarkers(limit: $limit, offset: $offset, start: $start, end: $end) { | |
id | |
createdAt | |
shortRevision | |
revision | |
gitCompareUrl | |
user | |
liveForInWords | |
liveFor | |
exceptionCount | |
exceptionRate | |
__typename | |
} | |
__typename | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Query variables