Logout
Response for user logout operations (deprecated).
This type is deprecated and will be replaced by a more comprehensive signOut response in future versions. Currently serves as a placeholder for logout functionality.
type Logout {
todo: String
}
Fields
Logout.todo
● String
scalar
Placeholder field for future logout response data.
This field is currently unused and will be replaced with meaningful logout response information in future versions.
Returned By
logout
mutation