Homepage

Instance

Last edit: Dec 17, 2025

Returns information about the current instance

type Instance {
  created_at: JSONDate!
  feature_flags: HashObject!
  id: ID!
  name: String!
  updated_at: JSONDate!
}

Fields

created_at (JSONDate)

feature_flags (HashObject)

lists all feature flags defined in app/config.yml

id (ID)

name (String)

updated_at (JSONDate)

Questions?

We are always happy to help with any questions you may have.

contact us