Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Record Usage mutation.

Operation details

FieldValue
NamerecordUsage
GroupUsage Limits
TypeMutation
SignaturerecordUsage(input: RecordUsageInput!): Boolean!

Playground

Query

Query
mutation RecordUsage($input: RecordUsageInput!) {
  recordUsage(input: $input)
}

Variables

Variables
{
  "input": {
    "resourceType": "apiCalls",
    "amount": 0
  }
}