Consumer API
Recalculation
3 public operations generated from the current Awaken schema.
Query
countDirty
Public query documented by the Awaken skill.
Schema signature
countDirty(clientId: ID!): Int!
curl
curl https://api.awaken.tax/graphql \-H "content-type: application/json" \-H "x-api-key: $AWAKEN_API_KEY" \--data '{"query":"query { countDirty }"}'
Query
getActiveRecalculateJob
Public query documented by the Awaken skill.
Schema signature
getActiveRecalculateJob(clientId: ID!): ActiveRecalculateJob
curl
curl https://api.awaken.tax/graphql \-H "content-type: application/json" \-H "x-api-key: $AWAKEN_API_KEY" \--data '{"query":"query { getActiveRecalculateJob }"}'
Mutation
rerunGraph
Public mutation documented by the Awaken skill.
Schema signature
rerunGraph(clientId: ID!, doNotReplay: Boolean, skipPlugins: Boolean, useSpeedup: Boolean): String!
curl
curl https://api.awaken.tax/graphql \-H "content-type: application/json" \-H "x-api-key: $AWAKEN_API_KEY" \--data '{"query":"mutation { rerunGraph }"}'