MemberProfile
No description
type MemberProfile {
id: ID!
email: String!
firstname: String!
lastname: String!
organisations: [Organisation]!
}
Fields
MemberProfile.id ● ID! non-null scalar
MemberProfile.email ● String! non-null scalar
MemberProfile.firstname ● String! non-null scalar
MemberProfile.lastname ● String! non-null scalar
MemberProfile.organisations ● [Organisation]! non-null object
Returned by
memberProfile query