7 lines
72 B
GraphQL
7 lines
72 B
GraphQL
|
fragment State on TerraformState {
|
||
|
id
|
||
|
name
|
||
|
lockedAt
|
||
|
updatedAt
|
||
|
}
|