Migrate domainName field from text type to links type (#6410)
Closes #5759.
This commit is contained in:
@ -23,7 +23,10 @@ export const USER_QUERY_FRAGMENT = gql`
|
||||
id
|
||||
displayName
|
||||
logo
|
||||
domainName
|
||||
domainName {
|
||||
primaryLinkUrl
|
||||
primaryLinkLabel
|
||||
}
|
||||
inviteHash
|
||||
allowImpersonation
|
||||
activationStatus
|
||||
|
||||
Reference in New Issue
Block a user