Skip to content

Commit

Permalink
chore: update graphql for optional name_attr
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Jan 7, 2025
1 parent 89ffd2d commit e7c91d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-schema/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ input UpdateLdapCredentialInput {
encryption: LdapEncryptionKind!
skipTlsVerify: Boolean!
emailAttribute: String!
nameAttribute: String!
nameAttribute: String
}

input UpdateMessageInput {
Expand Down Expand Up @@ -503,7 +503,7 @@ type LdapCredential {
encryption: LdapEncryptionKind!
skipTlsVerify: Boolean!
emailAttribute: String!
nameAttribute: String!
nameAttribute: String
createdAt: DateTime!
updatedAt: DateTime!
}
Expand Down

0 comments on commit e7c91d8

Please sign in to comment.