You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { setPhoneNumberErrorType, setPhoneNumberResultType } from '../objects'
export const setPhoneNumberUnion = new GraphQLUnionType({
name: 'SetPhoneNumberUnion',
description:
'This union is used with the `setPhoneNumber` mutation, allowing for users to send a verification code to their phone, and support any errors that may occur',