Skip to main content
Version: V2

MetadataDetail

The MetadataDetail type provides information about a profile's metadata.

type MetadataDetail {
name: String!
bio: String!
type: ProfileType!
title: String!
organization: String!
nameType: NameType!
avatarType: AvatarType!
version: String!
}

Fields

name (String)

name the name of the profile.

bio (String)

bio the bio of the profile.

type (ProfileType)

type the type of the profile.

title (String)

title the title of the profile.

organization (String)

organisation the organisation of the profile.

nameType (NameType)

nameType the name type of the profile.

avatarType (AvatarType)

avatarType the avatar type of the profile.

version (String)

version the version of the profile.

Designed by