Uses of Class
ch.brix.gql.client.frontify.input_objects.InviteProjectUserInput
-
Packages that use InviteProjectUserInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of InviteProjectUserInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type InviteProjectUserInput Modifier and Type Method Description RootMutation_inviteProjectUser_ArgsRootMutation_inviteProjectUser_Args. input(InviteProjectUserInput value)`InviteProjectUser` input argument. -
Uses of InviteProjectUserInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return InviteProjectUserInput Modifier and Type Method Description InviteProjectUserInputInviteProjectUserInput. email(EmailScalar v)Email address of the `User` you would like to invite.InviteProjectUserInputInviteProjectUserInput. permission(ProjectPermission v)`Project` permission level of the `User` you are inviting.InviteProjectUserInputInviteProjectUserInput. projectId(IdScalar v)Id of the `Project` you want to invite `User` to.InviteProjectUserInputInviteProjectUserInput. validFrom(DateTimeScalar v)Start `Date` for `User` access permission validity.InviteProjectUserInputInviteProjectUserInput. validTo(DateTimeScalar v)End `Date` for `User` access permission validity.
-