Skip to main content

BlogPostAssociation

Representation of a blog posts associations

type BlogPostAssociation {
type: BlogPostAssociationType!
ids: [String!]!
}

Fields

type ● BlogPostAssociationType!

Type of the association

ids ● [String!]!

Ids of the associated objects

Example

{
"ids": []
}