Variants implement the Line item products interface.
Associated query | Returns multiple results |
---|
Service | |
Services | ✔️ |
Label | Type | Notes | Null |
---|
changed | Date | The date of the service's last modification | |
created | Date | The date of the service's creation | |
description | string | The service's description | ✔️ |
deposit | boolean | | |
id | integer | The service's id | |
label | string | The service's name | |
price | Service price | The service's price | ✔️ |
tags | Product tags | The services's tags | ✔️ |
sku | string | The service's sku | ✔️ |
user | User | The user who created this service | |
query{
Services{
edges{
node{
changed
created
description
deposit
id
label
price{
amount
}
tags{
edges{
node{
id
}
}
}
sku
user{
display_name
}
}
}
}
}