Mutation
mutation ClearSseHistory {
clearSseHistory
}Response
{
"data": {
"clearSseHistory": 1
}
}Mutations
clearSseHistory
clear sse history field.
MUTATION
clearSseHistory(ids: [ID!], endpointId: ID): Int!Arguments
ids
[ID!]
ids input value.
endpointId
ID
endpoint id input value.
Returns
Int!
Mutation
mutation ClearSseHistory {
clearSseHistory
}Response
{
"data": {
"clearSseHistory": 1
}
}