This query returns the signature message for an organization.
General Pattern
query{
getSignatureMessage(orgID: "UUID"){
field_1
field_2 {
nested_field_1
...
}
}
}Sample Query
query{
getSignatureMessage(orgID:"a1dc174d-abf4-47d3-be3c-9281c6eba456")
}Sample Response
{
"data": {
"getSignatureMessage": "This message is used for signature validation for organization metaverso at 2022-07-19T02:50:21Z"
}
}Argument
Name | Type | Description |
|---|---|---|
| UUID | The organization ID. |
Field
Name | Type | Description |
|---|---|---|
N/A | String | The signature message. Contains the organization name and a timestamp. |
Example
Load the signature message by the organization ID:
