User
No description
type User implements Entity { id: Int! created: Time! updated: Time! canonicalName: String! username: String! email: String! url: String location: String bio: String repository( name: String! ): Repository repositories( cursor: Cursor filter: Filter ): RepositoryCursor!}