AttributeEdge: {
    __typename?: "AttributeEdge";
    cursor: Scalars["String"];
    node: Attribute;
}

Edge containing a Attribute

Type declaration

  • Optional __typename?: "AttributeEdge"
  • cursor: Scalars["String"]

    The cursor string pointing to this item

  • node: Attribute

    The item

Generated using TypeDoc