period

Graphql fields and variables for the period query

Scope required: standard:read

For a complete list of possible response fields see the Period type.

query period ($id: ID) {
  period (id: $id) {
    closed
    createdAt
    id
    month
    monthName
    updatedAt
    warrenId
    year
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?