OBJECT
ValidateOrgNameReply
Description
Reply for organization name validation.
link GraphQL Schema definition
- type ValidateOrgNameReply {
- # Name of the organization.
- String! :
- # Url of the organization.
- String! :
- # Validity of the organization name.
- NameValidity! :
- }