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
mas-graphql: post-async-graphql
upgrade fixes
This commit is contained in:
@ -41,7 +41,7 @@ pub use self::{
|
||||
#[graphql(field(
|
||||
name = "created_at",
|
||||
desc = "When the object was created.",
|
||||
type = "DateTime<Utc>"
|
||||
ty = "DateTime<Utc>"
|
||||
))]
|
||||
pub enum CreationEvent {
|
||||
Authentication(Box<Authentication>),
|
||||
|
@ -114,7 +114,7 @@ impl NodeType {
|
||||
|
||||
/// An object with an ID.
|
||||
#[derive(Interface)]
|
||||
#[graphql(field(name = "id", desc = "ID of the object.", type = "ID"))]
|
||||
#[graphql(field(name = "id", desc = "ID of the object.", ty = "ID"))]
|
||||
pub enum Node {
|
||||
Anonymous(Box<Anonymous>),
|
||||
Authentication(Box<Authentication>),
|
||||
|
Reference in New Issue
Block a user