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