ResolutionBlocksData
Mainly used to represent the recommended resolution blocks that are returned for a chosen reason in different groups so the UI knows how to render them.
type ResolutionBlocksData {
buttons: [ResolutionButtonBlock!]!
hasResults: Boolean!
links: [ResolutionLinkBlock!]!
messages: [ResolutionMessageBlock!]!
}
Fields
ResolutionBlocksData.buttons ● [ResolutionButtonBlock!]! non-null object
ResolutionBlocksData.hasResults ● Boolean! non-null scalar
Shortcut to check if any of the blocks have results