GraphQL
Markdown fields resolve to a wahlberg_Markdown type:
GraphQL
{
entries {
... on article_Entry {
body {
raw
html
text
}
}
}
}
Markdown fields resolve to a wahlberg_Markdown type:
{
entries {
... on article_Entry {
body {
raw
html
text
}
}
}
}