You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump Rust dependencies
This commit is contained in:
@ -108,14 +108,14 @@ type BrowserSessionConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type BrowserSessionEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: BrowserSession!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
"""
|
||||
@ -196,14 +196,14 @@ type CompatSsoLoginConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type CompatSsoLoginEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: CompatSsoLogin!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
"""
|
||||
@ -421,14 +421,14 @@ type Oauth2SessionConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type Oauth2SessionEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: Oauth2Session!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
"""
|
||||
@ -682,14 +682,14 @@ type UpstreamOAuth2LinkConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type UpstreamOAuth2LinkEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: UpstreamOAuth2Link!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
type UpstreamOAuth2Provider implements Node & CreationEvent {
|
||||
@ -730,14 +730,14 @@ type UpstreamOAuth2ProviderConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type UpstreamOAuth2ProviderEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: UpstreamOAuth2Provider!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
"""
|
||||
@ -854,14 +854,14 @@ type UserEmailConnection {
|
||||
An edge in a connection.
|
||||
"""
|
||||
type UserEmailEdge {
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
"""
|
||||
The item at the end of the edge
|
||||
"""
|
||||
node: UserEmail!
|
||||
"""
|
||||
A cursor for use in pagination
|
||||
"""
|
||||
cursor: String!
|
||||
}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user