Type Alias UserDataUserArgs

UserDataUserArgs: {
    id?: Maybe<Scalars["Int"]>;
}

The user data object contains basic information about users and lets you retrieve specific users (or the current user if using the user endpoint).