ContentBody
No description
type ContentBody {
id: ID!
title: String!
slug: String!
body: String!
}
No description
type ContentBody {
id: ID!
title: String!
slug: String!
body: String!
}
ContentBody.id ● ID! non-null scalarContentBody.title ● String! non-null scalarContentBody.slug ● String! non-null scalarContentBody.body ● String! non-null scalar