No description
type AuraProfile {
id: ID!
type: String!
typeEn: String!
description: String!
color: AuraProfileColor!
image(
format: IMAGE_FORMAT! = "BASE64"
): String
}Fields
id (ID)
type (String)
typeEn (String)
description (String)
color (AuraProfileColor)
image (String)
-
format(IMAGE_FORMAT)