Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 4, 2024
1 parent a89f53a commit e36bcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type Query {
networkSetting: NetworkSetting!
securitySetting: SecuritySetting!
repositories(after: String, before: String, first: Int, last: Int): RepositoryConnection!
repositorySearch(repository: String!, filter: String!): [FileEntry!]!
repositorySearch(repositoryName: String!, pattern: String!): [FileEntry!]!
oauthCredential(provider: OAuthProvider!): OAuthCredential
oauthCallbackUrl(provider: OAuthProvider!): String!
serverInfo: ServerInfo!
Expand Down

0 comments on commit e36bcdf

Please sign in to comment.