Hi Liam. When you say this is a workaround, do we see this getting changed anytime?
Instead, is it better to continue using name field from publications till then?
query Publications {
publications(first: 10) {
nodes {
id
name
}
pageInfo {
hasNextPage
endCursor
}
}
}
TIA