@@ -206,6 +206,7 @@ type Organization implements Node {
|
||||
last: Int
|
||||
before: CursorKey
|
||||
status: InvitationStatus
|
||||
orderBy: InvitationOrder
|
||||
): InvitationConnection @goField(forceResolver: true)
|
||||
|
||||
samlConfigurations(
|
||||
@@ -244,6 +245,7 @@ type Membership implements Node {
|
||||
type Invitation implements Node {
|
||||
id: ID!
|
||||
email: EmailAddr!
|
||||
fullName: String!
|
||||
role: MembershipRole!
|
||||
expiresAt: Datetime!
|
||||
acceptedAt: Datetime
|
||||
@@ -600,6 +602,8 @@ input InviteMemberInput {
|
||||
organizationId: ID!
|
||||
email: EmailAddr!
|
||||
fullName: String!
|
||||
role: MembershipRole!
|
||||
createPeople: Boolean!
|
||||
}
|
||||
|
||||
input UpdateMembershipInput {
|
||||
|
||||
Reference in New Issue
Block a user