No description
type HelioTotem implements Node {
id: ID!
code: HelioTotemCode!
name: String!
image(
format: IMAGE_FORMAT! = "BASE64"
): String!
description: String!
createdAt: Date!
updatedAt: Date
}Fields
id (ID)
code (HelioTotemCode)
name (String)
image (String)
-
format(IMAGE_FORMAT)