You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
mas-graphql: post-async-graphql
upgrade fixes
This commit is contained in:
@ -41,7 +41,7 @@ pub use self::{
|
|||||||
#[graphql(field(
|
#[graphql(field(
|
||||||
name = "created_at",
|
name = "created_at",
|
||||||
desc = "When the object was created.",
|
desc = "When the object was created.",
|
||||||
type = "DateTime<Utc>"
|
ty = "DateTime<Utc>"
|
||||||
))]
|
))]
|
||||||
pub enum CreationEvent {
|
pub enum CreationEvent {
|
||||||
Authentication(Box<Authentication>),
|
Authentication(Box<Authentication>),
|
||||||
|
@ -114,7 +114,7 @@ impl NodeType {
|
|||||||
|
|
||||||
/// An object with an ID.
|
/// An object with an ID.
|
||||||
#[derive(Interface)]
|
#[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 {
|
pub enum Node {
|
||||||
Anonymous(Box<Anonymous>),
|
Anonymous(Box<Anonymous>),
|
||||||
Authentication(Box<Authentication>),
|
Authentication(Box<Authentication>),
|
||||||
|
Reference in New Issue
Block a user