5 lines
57 B
GraphQL
5 lines
57 B
GraphQL
|
fragment VersionListItem on DesignVersion {
|
||
|
id
|
||
|
sha
|
||
|
}
|