Skip to content

ClaimMdMessage

A message from ClaimMD

Fields

fields · [String!]! · required · The fields involved in the message
message · String! · required · The message content
status · String! · required · The status of the message

Used By

Definition

"""
A message from ClaimMD
"""
type ClaimMdMessage {
"""
The fields involved in the message
"""
fields: [String!]!
"""
The message content
"""
message: String!
"""
The status of the message
"""
status: String!
}