Graphql fields and variables for the revenueRecognitionTable query
Last updated 2 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query revenueRecognitionTable ($year: Int, $entityId: ID, $filter: String, $offset: Int, $limit: Int) { revenueRecognitionTable (year: $year, entityId: $entityId, filter: $filter, offset: $offset, limit: $limit) { } }
year
Int
entityId
ID
filter
String
offset
limit