Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

AccountUser

No description
Implemented Interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

UserInterface for User returnable types.

Type Fields
id:ID!

AccountUser Id.

email:Email!

AccountUser email.

name:String

AccountUser name.

avatar:Url

AccountUser avatar.