SharedByProfile
Minimal public profile of the person who created the share link.
type SharedByProfile {
email: String
id: String!
displayName: String
picture: String
}
Fields
SharedByProfile.email ● String scalar
The sharer's email address.
SharedByProfile.id ● String! non-null scalar
The sharer's account id.
SharedByProfile.displayName ● String scalar
Preferred first and last name joined, empty when neither is set.
SharedByProfile.picture ● String scalar
URL of the sharer's preferred profile picture, falling back to their default one.
Member Of
SharedLibraryResourcePayload object