Graphql fields and variables for the period query
Last updated 15 days ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query period ($id: ID) { period (id: $id) { closed createdAt id month monthName updatedAt warrenId year } }
id
ID