IconResource: {
    attr?: Maybe<Attribute>;
    attrValue?: Maybe<Scalars["JSON"]>;
    attrs: AttributeConnection;
    created?: Maybe<Scalars["String"]>;
    id: Scalars["ID"];
    key: Scalars["String"];
    modified?: Maybe<Scalars["String"]>;
    name: Scalars["String"];
    profile: Profile;
}

An icon for use in the UI or Map

Type declaration

  • Optional attr?: Maybe<Attribute>

    Arbitrary JSON value stored on this resource, keyed by an id

  • Optional attrValue?: Maybe<Scalars["JSON"]>

    Shortcut for the attr.value, returns null if the attribute doesn't exist

  • attrs: AttributeConnection

    Query multiple attributes optionally filtering by id and/or locale

  • Optional created?: Maybe<Scalars["String"]>

    The date when the icon was created

  • id: Scalars["ID"]

    The Globally Unique ID of the object.

  • key: Scalars["String"]

    The key of the icon, unique across the profile

  • Optional modified?: Maybe<Scalars["String"]>

    The date when the icon was last modified

  • name: Scalars["String"]

    The supplied name for this icon

  • profile: Profile

    The profile associated with this icon

Generated using TypeDoc