Mutation
mutation RefreshCatalog {
refreshCatalog {
ok
}
}Response
{
"data": {
"refreshCatalog": {
"ok": true
}
}
}refreshCatalog
Request a catalog refresh.
MUTATION
refreshCatalog: RefreshCatalogReturns
ok
Boolean!
Mutation
mutation RefreshCatalog {
refreshCatalog {
ok
}
}Response
{
"data": {
"refreshCatalog": {
"ok": true
}
}
}