Type alias UserPartsFragment
UserPartsFragment: {
__typename: "User";
email: string;
fullName: string;
id: string;
publicName: string;
slackIdentities: {
__typename?: "SlackUserIdentity";
slackTeamId: string;
slackUserId: string;
}[];
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
};
}
Type declaration
__typename: "User"
email: string
fullName: string
id: string
publicName: string
slackIdentities: {
__typename?: "SlackUserIdentity";
slackTeamId: string;
slackUserId: string;
}[]
updatedAt: {
__typename: "DateTime";
iso8601: string;
unixTimestamp: string;
}
__typename: "DateTime"
iso8601: string
unixTimestamp: string