@prisma-cms/component
Version:
React component for @prisma-cms
263 lines • 104 kB
TypeScript
export const RouteResponseFragment: "fragment RouteResponse on RouteResponse {\n success\n message\n data {\n ...RouteNoNesting\n }\n}\n";
export const VoteSubscriptionPayloadFragment: "fragment VoteSubscriptionPayload on VoteSubscriptionPayload {\n mutation\n node {\n ...VoteNoNesting\n }\n updatedFields\n previousValues {\n ...VotePreviousValuesNoNesting\n }\n}\n";
export const TemplateResponseFragment: "fragment TemplateResponse on TemplateResponse {\n success\n message\n data {\n ...TemplateNoNesting\n }\n}\n";
export const UserGroupFragment: "fragment UserGroup on UserGroup {\n id\n name\n Users {\n ...UserNoNesting\n }\n}\n";
export const ChatMessageReadedSubscriptionPayloadFragment: "fragment ChatMessageReadedSubscriptionPayload on ChatMessageReadedSubscriptionPayload {\n mutation\n node {\n ...ChatMessageReadedNoNesting\n }\n updatedFields\n previousValues {\n ...ChatMessageReadedPreviousValuesNoNesting\n }\n}\n";
export const LogedInFragment: "fragment LogedIn on LogedIn {\n id\n createdAt\n fake\n User {\n ...UserNoNesting\n }\n}\n";
export const ChatMessageReadedPreviousValuesFragment: "fragment ChatMessageReadedPreviousValues on ChatMessageReadedPreviousValues {\n id\n createdAt\n}\n";
export const ResourceFragment: "fragment Resource on Resource {\n id\n code\n createdAt\n updatedAt\n type\n name\n longtitle\n content\n contentText\n published\n deleted\n hidemenu\n searchable\n uri\n isfolder\n CreatedBy {\n ...UserNoNesting\n }\n Parent {\n ...ResourceNoNesting\n }\n Childs {\n ...ResourceNoNesting\n }\n Image {\n ...FileNoNesting\n }\n rating\n positiveVotesCount\n negativeVotesCount\n neutralVotesCount\n CommentTarget {\n ...ResourceNoNesting\n }\n Comments {\n ...ResourceNoNesting\n }\n Votes {\n ...VoteNoNesting\n }\n Tags {\n ...ResourceTagNoNesting\n }\n}\n";
export const ChatRoomSubscriptionPayloadFragment: "fragment ChatRoomSubscriptionPayload on ChatRoomSubscriptionPayload {\n mutation\n node {\n ...ChatRoomNoNesting\n }\n updatedFields\n previousValues {\n ...ChatRoomPreviousValuesNoNesting\n }\n}\n";
export const ResourceTagFragment: "fragment ResourceTag on ResourceTag {\n id\n createdAt\n updatedAt\n status\n Resource {\n ...ResourceNoNesting\n }\n Tag {\n ...TagNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const ChatRoomPreviousValuesFragment: "fragment ChatRoomPreviousValues on ChatRoomPreviousValues {\n id\n createdAt\n updatedAt\n name\n description\n image\n code\n isPublic\n}\n";
export const ChatRoomFragment: "fragment ChatRoom on ChatRoom {\n id\n createdAt\n updatedAt\n name\n description\n image\n code\n Members {\n ...UserNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n Messages {\n ...ChatMessageNoNesting\n }\n isPublic\n Invitations {\n ...ChatRoomInvitationNoNesting\n }\n CallRequests {\n ...CallRequestNoNesting\n }\n}\n";
export const NoticeSubscriptionPayloadFragment: "fragment NoticeSubscriptionPayload on NoticeSubscriptionPayload {\n mutation\n node {\n ...NoticeNoNesting\n }\n updatedFields\n previousValues {\n ...NoticePreviousValuesNoNesting\n }\n}\n";
export const ChatMessageReadedFragment: "fragment ChatMessageReaded on ChatMessageReaded {\n id\n createdAt\n Message {\n ...ChatMessageNoNesting\n }\n User {\n ...UserNoNesting\n }\n}\n";
export const NoticePreviousValuesFragment: "fragment NoticePreviousValues on NoticePreviousValues {\n id\n createdAt\n type\n}\n";
export const NoticeFragment: "fragment Notice on Notice {\n id\n createdAt\n type\n User {\n ...UserNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n ChatMessage {\n ...ChatMessageNoNesting\n }\n ChatRoomInvitation {\n ...ChatRoomInvitationNoNesting\n }\n}\n";
export const EthTransactionSubscriptionPayloadFragment: "fragment EthTransactionSubscriptionPayload on EthTransactionSubscriptionPayload {\n mutation\n node {\n ...EthTransactionNoNesting\n }\n}\n";
export const NotificationTypeFragment: "fragment NotificationType on NotificationType {\n id\n createdAt\n updatedAt\n name\n code\n comment\n Users {\n ...UserNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const CallRequestSubscriptionPayloadFragment: "fragment CallRequestSubscriptionPayload on CallRequestSubscriptionPayload {\n mutation\n node {\n ...CallRequestNoNesting\n }\n updatedFields\n previousValues {\n ...CallRequestPreviousValuesNoNesting\n }\n}\n";
export const EthAccountFragment: "fragment EthAccount on EthAccount {\n id\n createdAt\n updatedAt\n name\n chainId\n address\n type\n CreatedBy {\n ...UserNoNesting\n }\n Transaction {\n ...EthTransactionNoNesting\n }\n IncomeTransactions {\n ...EthTransactionNoNesting\n }\n OutcomeTransactions {\n ...EthTransactionNoNesting\n }\n description\n source\n bytecode\n abi\n ContractSource {\n ...EthContractSourceNoNesting\n }\n balance\n}\n";
export const CallRequestPreviousValuesFragment: "fragment CallRequestPreviousValues on CallRequestPreviousValues {\n id\n called_descriptions\n caller_descriptions\n status\n startedAt\n endedAt\n}\n";
export const LetterFragment: "fragment Letter on Letter {\n id\n email\n subject\n message\n status\n rank\n deleteOnSend\n replyTo\n returnTo\n User {\n ...UserNoNesting\n }\n}\n";
export const RouteSubscriptionPayloadFragment: "fragment RouteSubscriptionPayload on RouteSubscriptionPayload {\n mutation\n node {\n ...RouteNoNesting\n }\n updatedFields\n previousValues {\n ...RoutePreviousValuesNoNesting\n }\n}\n";
export const TemplateFragment: "fragment Template on Template {\n id\n name\n description\n props\n components\n rank\n Parent {\n ...TemplateNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const RoutePreviousValuesFragment: "fragment RoutePreviousValues on RoutePreviousValues {\n id\n name\n path\n exact\n component\n}\n";
export const PageInfoFragment: "fragment PageInfo on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n";
export const TemplateSubscriptionPayloadFragment: "fragment TemplateSubscriptionPayload on TemplateSubscriptionPayload {\n mutation\n node {\n ...TemplateNoNesting\n }\n updatedFields\n previousValues {\n ...TemplatePreviousValuesNoNesting\n }\n}\n";
export const AggregateResourceFragment: "fragment AggregateResource on AggregateResource {\n count\n}\n";
export const TemplatePreviousValuesFragment: "fragment TemplatePreviousValues on TemplatePreviousValues {\n id\n name\n description\n props\n components\n rank\n}\n";
export const ChatMessageReadedEdgeFragment: "fragment ChatMessageReadedEdge on ChatMessageReadedEdge {\n node {\n ...ChatMessageReadedNoNesting\n }\n cursor\n}\n";
export const UserSubscriptionPayloadFragment: "fragment UserSubscriptionPayload on UserSubscriptionPayload {\n mutation\n node {\n ...UserNoNesting\n }\n updatedFields\n previousValues {\n ...UserPreviousValuesNoNesting\n }\n}\n";
export const ChatRoomConnectionFragment: "fragment ChatRoomConnection on ChatRoomConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ChatRoomEdgeNoNesting\n }\n aggregate {\n ...AggregateChatRoomNoNesting\n }\n}\n";
export const UserPreviousValuesFragment: "fragment UserPreviousValues on UserPreviousValues {\n id\n createdAt\n updatedAt\n username\n email\n phone\n showEmail\n showPhone\n password\n fullname\n image\n address\n active\n activated\n deleted\n hidden\n sudo\n}\n";
export const AggregateChatRoomFragment: "fragment AggregateChatRoom on AggregateChatRoom {\n count\n}\n";
export const ChatMessageSubscriptionPayloadFragment: "fragment ChatMessageSubscriptionPayload on ChatMessageSubscriptionPayload {\n mutation\n node {\n ...ChatMessageNoNesting\n }\n updatedFields\n previousValues {\n ...ChatMessagePreviousValuesNoNesting\n }\n}\n";
export const NoticeEdgeFragment: "fragment NoticeEdge on NoticeEdge {\n node {\n ...NoticeNoNesting\n }\n cursor\n}\n";
export const ChatMessagePreviousValuesFragment: "fragment ChatMessagePreviousValues on ChatMessagePreviousValues {\n id\n createdAt\n updatedAt\n content\n contentText\n}\n";
export const NotificationTypeConnectionFragment: "fragment NotificationTypeConnection on NotificationTypeConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...NotificationTypeEdgeNoNesting\n }\n aggregate {\n ...AggregateNotificationTypeNoNesting\n }\n}\n";
export const AggregateChatRoomInvitationFragment: "fragment AggregateChatRoomInvitation on AggregateChatRoomInvitation {\n count\n}\n";
export const AggregateNotificationTypeFragment: "fragment AggregateNotificationType on AggregateNotificationType {\n count\n}\n";
export const AggregateFileFragment: "fragment AggregateFile on AggregateFile {\n count\n}\n";
export const ResourceTagEdgeFragment: "fragment ResourceTagEdge on ResourceTagEdge {\n node {\n ...ResourceTagNoNesting\n }\n cursor\n}\n";
export const AggregateLetsadsSmsMessageStatusFragment: "fragment AggregateLetsadsSmsMessageStatus on AggregateLetsadsSmsMessageStatus {\n count\n}\n";
export const TagConnectionFragment: "fragment TagConnection on TagConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...TagEdgeNoNesting\n }\n aggregate {\n ...AggregateTagNoNesting\n }\n}\n";
export const AggregateLetsadsSmsMessageStatusItemFragment: "fragment AggregateLetsadsSmsMessageStatusItem on AggregateLetsadsSmsMessageStatusItem {\n count\n}\n";
export const AggregateTagFragment: "fragment AggregateTag on AggregateTag {\n count\n}\n";
export const AggregateLetterFragment: "fragment AggregateLetter on AggregateLetter {\n count\n}\n";
export const VoteEdgeFragment: "fragment VoteEdge on VoteEdge {\n node {\n ...VoteNoNesting\n }\n cursor\n}\n";
export const AggregateLogFragment: "fragment AggregateLog on AggregateLog {\n count\n}\n";
export const EthAccountConnectionFragment: "fragment EthAccountConnection on EthAccountConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...EthAccountEdgeNoNesting\n }\n aggregate {\n ...AggregateEthAccountNoNesting\n }\n}\n";
export const AggregateLogedInFragment: "fragment AggregateLogedIn on AggregateLogedIn {\n count\n}\n";
export const AggregateEthAccountFragment: "fragment AggregateEthAccount on AggregateEthAccount {\n count\n}\n";
export const AggregateResetPasswordFragment: "fragment AggregateResetPassword on AggregateResetPassword {\n count\n}\n";
export const EthTransactionEdgeFragment: "fragment EthTransactionEdge on EthTransactionEdge {\n node {\n ...EthTransactionNoNesting\n }\n cursor\n}\n";
export const AggregateSmsMessageFragment: "fragment AggregateSmsMessage on AggregateSmsMessage {\n count\n}\n";
export const CallRequestConnectionFragment: "fragment CallRequestConnection on CallRequestConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...CallRequestEdgeNoNesting\n }\n aggregate {\n ...AggregateCallRequestNoNesting\n }\n}\n";
export const AggregateSmsProviderFragment: "fragment AggregateSmsProvider on AggregateSmsProvider {\n count\n}\n";
export const AggregateCallRequestFragment: "fragment AggregateCallRequest on AggregateCallRequest {\n count\n}\n";
export const AggregateUserGroupFragment: "fragment AggregateUserGroup on AggregateUserGroup {\n count\n}\n";
export const RouteEdgeFragment: "fragment RouteEdge on RouteEdge {\n node {\n ...RouteNoNesting\n }\n cursor\n}\n";
export const ChatRoomInvitationConnectionFragment: "fragment ChatRoomInvitationConnection on ChatRoomInvitationConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ChatRoomInvitationEdgeNoNesting\n }\n aggregate {\n ...AggregateChatRoomInvitationNoNesting\n }\n}\n";
export const EthContractSourceConnectionFragment: "fragment EthContractSourceConnection on EthContractSourceConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...EthContractSourceEdgeNoNesting\n }\n aggregate {\n ...AggregateEthContractSourceNoNesting\n }\n}\n";
export const ChatRoomInvitationEdgeFragment: "fragment ChatRoomInvitationEdge on ChatRoomInvitationEdge {\n node {\n ...ChatRoomInvitationNoNesting\n }\n cursor\n}\n";
export const AggregateEthContractSourceFragment: "fragment AggregateEthContractSource on AggregateEthContractSource {\n count\n}\n";
export const ChatRoomInvitationPreviousValuesFragment: "fragment ChatRoomInvitationPreviousValues on ChatRoomInvitationPreviousValues {\n id\n createdAt\n updatedAt\n}\n";
export const TemplateEdgeFragment: "fragment TemplateEdge on TemplateEdge {\n node {\n ...TemplateNoNesting\n }\n cursor\n}\n";
export const ChatRoomInvitationSubscriptionPayloadFragment: "fragment ChatRoomInvitationSubscriptionPayload on ChatRoomInvitationSubscriptionPayload {\n mutation\n node {\n ...ChatRoomInvitationNoNesting\n }\n updatedFields\n previousValues {\n ...ChatRoomInvitationPreviousValuesNoNesting\n }\n}\n";
export const UserConnectionFragment: "fragment UserConnection on UserConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...UserEdgeNoNesting\n }\n aggregate {\n ...AggregateUserNoNesting\n }\n}\n";
export const EthAccountPreviousValuesFragment: "fragment EthAccountPreviousValues on EthAccountPreviousValues {\n id\n createdAt\n updatedAt\n name\n chainId\n address\n type\n description\n source\n bytecode\n abi\n}\n";
export const AggregateUserFragment: "fragment AggregateUser on AggregateUser {\n count\n}\n";
export const EthAccountSubscriptionPayloadFragment: "fragment EthAccountSubscriptionPayload on EthAccountSubscriptionPayload {\n mutation\n node {\n ...EthAccountNoNesting\n }\n updatedFields\n previousValues {\n ...EthAccountPreviousValuesNoNesting\n }\n}\n";
export const ChatMessageEdgeFragment: "fragment ChatMessageEdge on ChatMessageEdge {\n node {\n ...ChatMessageNoNesting\n }\n cursor\n}\n";
export const EthContractSourcePreviousValuesFragment: "fragment EthContractSourcePreviousValues on EthContractSourcePreviousValues {\n id\n createdAt\n updatedAt\n name\n description\n source\n}\n";
export const ethNetFragment: "fragment ethNet on ethNet {\n id\n isListening\n peerCount\n}\n";
export const EthContractSourceSubscriptionPayloadFragment: "fragment EthContractSourceSubscriptionPayload on EthContractSourceSubscriptionPayload {\n mutation\n node {\n ...EthContractSourceNoNesting\n }\n updatedFields\n previousValues {\n ...EthContractSourcePreviousValuesNoNesting\n }\n}\n";
export const ethSyncStateFragment: "fragment ethSyncState on ethSyncState {\n startingBlock\n currentBlock\n highestBlock\n knownStates\n pulledStates\n}\n";
export const EthPersonalAccountResponseFragment: "fragment EthPersonalAccountResponse on EthPersonalAccountResponse {\n success\n message\n data {\n ...EthPersonalAccountNoNesting\n }\n}\n";
export const SmsMessageResponseFragment: "fragment SmsMessageResponse on SmsMessageResponse {\n success\n message\n data {\n ...SmsMessageNoNesting\n }\n}\n";
export const EthTransactionPreviousValuesFragment: "fragment EthTransactionPreviousValues on EthTransactionPreviousValues {\n id\n createdAt\n updatedAt\n chainId\n amount\n address\n type\n}\n";
export const SmsMessageFragment: "fragment SmsMessage on SmsMessage {\n id\n createdAt\n updatedAt\n from\n text\n Provider {\n ...SmsProviderNoNesting\n }\n deletOnSend\n CreatedBy {\n ...UserNoNesting\n }\n Status {\n ...LetsadsSmsMessageStatusNoNesting\n }\n}\n";
export const FileConnectionFragment: "fragment FileConnection on FileConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...FileEdgeNoNesting\n }\n aggregate {\n ...AggregateFileNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusFragment: "fragment LetsadsSmsMessageStatus on LetsadsSmsMessageStatus {\n id\n createdAt\n updatedAt\n name\n description\n errorCode\n SmsMessage {\n ...SmsMessageNoNesting\n }\n Items {\n ...LetsadsSmsMessageStatusItemNoNesting\n }\n}\n";
export const FileEdgeFragment: "fragment FileEdge on FileEdge {\n node {\n ...FileNoNesting\n }\n cursor\n}\n";
export const SmsProviderResponseFragment: "fragment SmsProviderResponse on SmsProviderResponse {\n success\n message\n data {\n ...SmsProviderNoNesting\n }\n}\n";
export const FilePreviousValuesFragment: "fragment FilePreviousValues on FilePreviousValues {\n id\n path\n filename\n mimetype\n encoding\n hash\n}\n";
export const UserResponseFragment: "fragment UserResponse on UserResponse {\n success\n message\n data {\n ...UserNoNesting\n }\n}\n";
export const FileSubscriptionPayloadFragment: "fragment FileSubscriptionPayload on FileSubscriptionPayload {\n mutation\n node {\n ...FileNoNesting\n }\n updatedFields\n previousValues {\n ...FilePreviousValuesNoNesting\n }\n}\n";
export const ResetPasswordFragment: "fragment ResetPassword on ResetPassword {\n id\n createdAt\n updatedAt\n code\n password\n validTill\n User {\n ...UserNoNesting\n }\n}\n";
export const IceCandidateFragment: "fragment IceCandidate on IceCandidate {\n from\n to\n sdp\n callRequestId\n}\n";
export const ChatRoomResponseFragment: "fragment ChatRoomResponse on ChatRoomResponse {\n success\n message\n data {\n ...ChatRoomNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusConnectionFragment: "fragment LetsadsSmsMessageStatusConnection on LetsadsSmsMessageStatusConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...LetsadsSmsMessageStatusEdgeNoNesting\n }\n aggregate {\n ...AggregateLetsadsSmsMessageStatusNoNesting\n }\n}\n";
export const ChatMessageResponseFragment: "fragment ChatMessageResponse on ChatMessageResponse {\n success\n message\n data {\n ...ChatMessageNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusEdgeFragment: "fragment LetsadsSmsMessageStatusEdge on LetsadsSmsMessageStatusEdge {\n node {\n ...LetsadsSmsMessageStatusNoNesting\n }\n cursor\n}\n";
export const EthTransactionResponseFragment: "fragment EthTransactionResponse on EthTransactionResponse {\n success\n message\n data {\n ...EthTransactionNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusItemConnectionFragment: "fragment LetsadsSmsMessageStatusItemConnection on LetsadsSmsMessageStatusItemConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...LetsadsSmsMessageStatusItemEdgeNoNesting\n }\n aggregate {\n ...AggregateLetsadsSmsMessageStatusItemNoNesting\n }\n}\n";
export const UserFragment: "fragment User on User {\n id\n createdAt\n updatedAt\n username\n email\n phone\n showEmail\n showPhone\n password\n fullname\n image\n address\n active\n activated\n deleted\n Groups {\n ...UserGroupNoNesting\n }\n CreatedUsers {\n ...UserNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n LogedIns {\n ...LogedInNoNesting\n }\n Files {\n ...FileNoNesting\n }\n hidden\n Resources {\n ...ResourceNoNesting\n }\n Rooms {\n ...ChatRoomNoNesting\n }\n CreatedRooms {\n ...ChatRoomNoNesting\n }\n Messages {\n ...ChatMessageNoNesting\n }\n ReadedMessages {\n ...ChatMessageReadedNoNesting\n }\n Notices {\n ...NoticeNoNesting\n }\n Votes {\n ...VoteNoNesting\n }\n NotificationTypes {\n ...NotificationTypeNoNesting\n }\n NotificationTypesCreated {\n ...NotificationTypeNoNesting\n }\n Tags {\n ...TagNoNesting\n }\n ResourceTags {\n ...ResourceTagNoNesting\n }\n EthContractSourcesCreated {\n ...EthContractSourceNoNesting\n }\n EthAccounts {\n ...EthAccountNoNesting\n }\n LettersCreated {\n ...LetterNoNesting\n }\n sudo\n hasEmail\n hasPhone\n}\n";
export const LetsadsSmsMessageStatusItemEdgeFragment: "fragment LetsadsSmsMessageStatusItemEdge on LetsadsSmsMessageStatusItemEdge {\n node {\n ...LetsadsSmsMessageStatusItemNoNesting\n }\n cursor\n}\n";
export const VoteFragment: "fragment Vote on Vote {\n id\n createdAt\n updatedAt\n Resource {\n ...ResourceNoNesting\n }\n User {\n ...UserNoNesting\n }\n value\n}\n";
export const LetsadsSmsMessageStatusItemPreviousValuesFragment: "fragment LetsadsSmsMessageStatusItemPreviousValues on LetsadsSmsMessageStatusItemPreviousValues {\n id\n createdAt\n updatedAt\n sms_id\n}\n";
export const ChatMessageFragment: "fragment ChatMessage on ChatMessage {\n id\n createdAt\n updatedAt\n content\n contentText\n CreatedBy {\n ...UserNoNesting\n }\n Room {\n ...ChatRoomNoNesting\n }\n ReadedBy {\n ...ChatMessageReadedNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusItemSubscriptionPayloadFragment: "fragment LetsadsSmsMessageStatusItemSubscriptionPayload on LetsadsSmsMessageStatusItemSubscriptionPayload {\n mutation\n node {\n ...LetsadsSmsMessageStatusItemNoNesting\n }\n updatedFields\n previousValues {\n ...LetsadsSmsMessageStatusItemPreviousValuesNoNesting\n }\n}\n";
export const CallRequestFragment: "fragment CallRequest on CallRequest {\n id\n called_descriptions\n caller_descriptions\n status\n startedAt\n endedAt\n Called {\n ...UserNoNesting\n }\n Caller {\n ...UserNoNesting\n }\n Room {\n ...ChatRoomNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusPreviousValuesFragment: "fragment LetsadsSmsMessageStatusPreviousValues on LetsadsSmsMessageStatusPreviousValues {\n id\n createdAt\n updatedAt\n name\n description\n errorCode\n}\n";
export const EthTransactionFragment: "fragment EthTransaction on EthTransaction {\n id\n createdAt\n updatedAt\n chainId\n amount\n Sender {\n ...EthAccountNoNesting\n }\n Receiver {\n ...EthAccountNoNesting\n }\n Account {\n ...EthAccountNoNesting\n }\n address\n type\n}\n";
export const LetsadsSmsMessageStatusSubscriptionPayloadFragment: "fragment LetsadsSmsMessageStatusSubscriptionPayload on LetsadsSmsMessageStatusSubscriptionPayload {\n mutation\n node {\n ...LetsadsSmsMessageStatusNoNesting\n }\n updatedFields\n previousValues {\n ...LetsadsSmsMessageStatusPreviousValuesNoNesting\n }\n}\n";
export const ResourceConnectionFragment: "fragment ResourceConnection on ResourceConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ResourceEdgeNoNesting\n }\n aggregate {\n ...AggregateResourceNoNesting\n }\n}\n";
export const LetterConnectionFragment: "fragment LetterConnection on LetterConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...LetterEdgeNoNesting\n }\n aggregate {\n ...AggregateLetterNoNesting\n }\n}\n";
export const ChatMessageReadedConnectionFragment: "fragment ChatMessageReadedConnection on ChatMessageReadedConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ChatMessageReadedEdgeNoNesting\n }\n aggregate {\n ...AggregateChatMessageReadedNoNesting\n }\n}\n";
export const LetterEdgeFragment: "fragment LetterEdge on LetterEdge {\n node {\n ...LetterNoNesting\n }\n cursor\n}\n";
export const ChatRoomEdgeFragment: "fragment ChatRoomEdge on ChatRoomEdge {\n node {\n ...ChatRoomNoNesting\n }\n cursor\n}\n";
export const LetterPreviousValuesFragment: "fragment LetterPreviousValues on LetterPreviousValues {\n id\n email\n subject\n message\n status\n rank\n deleteOnSend\n replyTo\n returnTo\n}\n";
export const AggregateNoticeFragment: "fragment AggregateNotice on AggregateNotice {\n count\n}\n";
export const LetterSubscriptionPayloadFragment: "fragment LetterSubscriptionPayload on LetterSubscriptionPayload {\n mutation\n node {\n ...LetterNoNesting\n }\n updatedFields\n previousValues {\n ...LetterPreviousValuesNoNesting\n }\n}\n";
export const ResourceTagConnectionFragment: "fragment ResourceTagConnection on ResourceTagConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ResourceTagEdgeNoNesting\n }\n aggregate {\n ...AggregateResourceTagNoNesting\n }\n}\n";
export const LogFragment: "fragment Log on Log {\n id\n level\n objectType\n message\n stack\n}\n";
export const TagEdgeFragment: "fragment TagEdge on TagEdge {\n node {\n ...TagNoNesting\n }\n cursor\n}\n";
export const LogConnectionFragment: "fragment LogConnection on LogConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...LogEdgeNoNesting\n }\n aggregate {\n ...AggregateLogNoNesting\n }\n}\n";
export const AggregateVoteFragment: "fragment AggregateVote on AggregateVote {\n count\n}\n";
export const LogEdgeFragment: "fragment LogEdge on LogEdge {\n node {\n ...LogNoNesting\n }\n cursor\n}\n";
export const EthTransactionConnectionFragment: "fragment EthTransactionConnection on EthTransactionConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...EthTransactionEdgeNoNesting\n }\n aggregate {\n ...AggregateEthTransactionNoNesting\n }\n}\n";
export const LogedInConnectionFragment: "fragment LogedInConnection on LogedInConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...LogedInEdgeNoNesting\n }\n aggregate {\n ...AggregateLogedInNoNesting\n }\n}\n";
export const CallRequestEdgeFragment: "fragment CallRequestEdge on CallRequestEdge {\n node {\n ...CallRequestNoNesting\n }\n cursor\n}\n";
export const LogedInEdgeFragment: "fragment LogedInEdge on LogedInEdge {\n node {\n ...LogedInNoNesting\n }\n cursor\n}\n";
export const AggregateRouteFragment: "fragment AggregateRoute on AggregateRoute {\n count\n}\n";
export const LogedInPreviousValuesFragment: "fragment LogedInPreviousValues on LogedInPreviousValues {\n id\n createdAt\n fake\n}\n";
export const TemplateConnectionFragment: "fragment TemplateConnection on TemplateConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...TemplateEdgeNoNesting\n }\n aggregate {\n ...AggregateTemplateNoNesting\n }\n}\n";
export const LogedInSubscriptionPayloadFragment: "fragment LogedInSubscriptionPayload on LogedInSubscriptionPayload {\n mutation\n node {\n ...LogedInNoNesting\n }\n updatedFields\n previousValues {\n ...LogedInPreviousValuesNoNesting\n }\n}\n";
export const UserEdgeFragment: "fragment UserEdge on UserEdge {\n node {\n ...UserNoNesting\n }\n cursor\n}\n";
export const LogPreviousValuesFragment: "fragment LogPreviousValues on LogPreviousValues {\n id\n level\n objectType\n message\n stack\n}\n";
export const AggregateChatMessageFragment: "fragment AggregateChatMessage on AggregateChatMessage {\n count\n}\n";
export const LogSubscriptionPayloadFragment: "fragment LogSubscriptionPayload on LogSubscriptionPayload {\n mutation\n node {\n ...LogNoNesting\n }\n updatedFields\n previousValues {\n ...LogPreviousValuesNoNesting\n }\n}\n";
export const BatchPayloadFragment: "fragment BatchPayload on BatchPayload {\n count\n}\n";
export const NotificationTypePreviousValuesFragment: "fragment NotificationTypePreviousValues on NotificationTypePreviousValues {\n id\n createdAt\n updatedAt\n name\n code\n comment\n}\n";
export const SmsProviderFragment: "fragment SmsProvider on SmsProvider {\n id\n name\n credentials\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const NotificationTypeSubscriptionPayloadFragment: "fragment NotificationTypeSubscriptionPayload on NotificationTypeSubscriptionPayload {\n mutation\n node {\n ...NotificationTypeNoNesting\n }\n updatedFields\n previousValues {\n ...NotificationTypePreviousValuesNoNesting\n }\n}\n";
export const AuthPayloadFragment: "fragment AuthPayload on AuthPayload {\n success\n message\n token\n data {\n ...UserNoNesting\n }\n}\n";
export const ResetPasswordConnectionFragment: "fragment ResetPasswordConnection on ResetPasswordConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ResetPasswordEdgeNoNesting\n }\n aggregate {\n ...AggregateResetPasswordNoNesting\n }\n}\n";
export const ResourceResponseFragment: "fragment ResourceResponse on ResourceResponse {\n success\n message\n data {\n ...ResourceNoNesting\n }\n}\n";
export const ResetPasswordEdgeFragment: "fragment ResetPasswordEdge on ResetPasswordEdge {\n node {\n ...ResetPasswordNoNesting\n }\n cursor\n}\n";
export const EthContractSourceResponseFragment: "fragment EthContractSourceResponse on EthContractSourceResponse {\n success\n message\n data {\n ...EthContractSourceNoNesting\n }\n}\n";
export const ResetPasswordPreviousValuesFragment: "fragment ResetPasswordPreviousValues on ResetPasswordPreviousValues {\n id\n createdAt\n updatedAt\n code\n password\n validTill\n}\n";
export const FileFragment: "fragment File on File {\n id\n path\n filename\n mimetype\n encoding\n hash\n CreatedBy {\n ...UserNoNesting\n }\n ImageResource {\n ...ResourceNoNesting\n }\n}\n";
export const ResetPasswordSubscriptionPayloadFragment: "fragment ResetPasswordSubscriptionPayload on ResetPasswordSubscriptionPayload {\n mutation\n node {\n ...ResetPasswordNoNesting\n }\n updatedFields\n previousValues {\n ...ResetPasswordPreviousValuesNoNesting\n }\n}\n";
export const ChatRoomInvitationFragment: "fragment ChatRoomInvitation on ChatRoomInvitation {\n id\n createdAt\n updatedAt\n CreatedBy {\n ...UserNoNesting\n }\n User {\n ...UserNoNesting\n }\n ChatRoom {\n ...ChatRoomNoNesting\n }\n Notice {\n ...NoticeNoNesting\n }\n}\n";
export const ResourcePreviousValuesFragment: "fragment ResourcePreviousValues on ResourcePreviousValues {\n id\n code\n createdAt\n updatedAt\n type\n name\n longtitle\n content\n contentText\n published\n deleted\n hidemenu\n searchable\n uri\n isfolder\n rating\n positiveVotesCount\n negativeVotesCount\n neutralVotesCount\n}\n";
export const RouteFragment: "fragment Route on Route {\n id\n name\n path\n exact\n component\n Parent {\n ...RouteNoNesting\n }\n Childs {\n ...RouteNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const ResourceSubscriptionPayloadFragment: "fragment ResourceSubscriptionPayload on ResourceSubscriptionPayload {\n mutation\n node {\n ...ResourceNoNesting\n }\n updatedFields\n previousValues {\n ...ResourcePreviousValuesNoNesting\n }\n}\n";
export const AggregateChatMessageReadedFragment: "fragment AggregateChatMessageReaded on AggregateChatMessageReaded {\n count\n}\n";
export const ResourceTagPreviousValuesFragment: "fragment ResourceTagPreviousValues on ResourceTagPreviousValues {\n id\n createdAt\n updatedAt\n status\n}\n";
export const NotificationTypeEdgeFragment: "fragment NotificationTypeEdge on NotificationTypeEdge {\n node {\n ...NotificationTypeNoNesting\n }\n cursor\n}\n";
export const ResourceTagSubscriptionPayloadFragment: "fragment ResourceTagSubscriptionPayload on ResourceTagSubscriptionPayload {\n mutation\n node {\n ...ResourceTagNoNesting\n }\n updatedFields\n previousValues {\n ...ResourceTagPreviousValuesNoNesting\n }\n}\n";
export const VoteConnectionFragment: "fragment VoteConnection on VoteConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...VoteEdgeNoNesting\n }\n aggregate {\n ...AggregateVoteNoNesting\n }\n}\n";
export const SmsMessageConnectionFragment: "fragment SmsMessageConnection on SmsMessageConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...SmsMessageEdgeNoNesting\n }\n aggregate {\n ...AggregateSmsMessageNoNesting\n }\n}\n";
export const AggregateEthTransactionFragment: "fragment AggregateEthTransaction on AggregateEthTransaction {\n count\n}\n";
export const SmsMessageEdgeFragment: "fragment SmsMessageEdge on SmsMessageEdge {\n node {\n ...SmsMessageNoNesting\n }\n cursor\n}\n";
export const EthContractSourceEdgeFragment: "fragment EthContractSourceEdge on EthContractSourceEdge {\n node {\n ...EthContractSourceNoNesting\n }\n cursor\n}\n";
export const SmsMessagePreviousValuesFragment: "fragment SmsMessagePreviousValues on SmsMessagePreviousValues {\n id\n createdAt\n updatedAt\n from\n text\n deletOnSend\n}\n";
export const ChatMessageConnectionFragment: "fragment ChatMessageConnection on ChatMessageConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...ChatMessageEdgeNoNesting\n }\n aggregate {\n ...AggregateChatMessageNoNesting\n }\n}\n";
export const SmsMessageSubscriptionPayloadFragment: "fragment SmsMessageSubscriptionPayload on SmsMessageSubscriptionPayload {\n mutation\n node {\n ...SmsMessageNoNesting\n }\n updatedFields\n previousValues {\n ...SmsMessagePreviousValuesNoNesting\n }\n}\n";
export const ErrorFragment: "fragment Error on Error {\n key\n message\n}\n";
export const SmsProviderConnectionFragment: "fragment SmsProviderConnection on SmsProviderConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...SmsProviderEdgeNoNesting\n }\n aggregate {\n ...AggregateSmsProviderNoNesting\n }\n}\n";
export const ResetPasswordResponseFragment: "fragment ResetPasswordResponse on ResetPasswordResponse {\n success\n message\n data {\n ...ResetPasswordNoNesting\n }\n}\n";
export const SmsProviderEdgeFragment: "fragment SmsProviderEdge on SmsProviderEdge {\n node {\n ...SmsProviderNoNesting\n }\n cursor\n}\n";
export const CallRequestResponseFragment: "fragment CallRequestResponse on CallRequestResponse {\n success\n message\n data {\n ...CallRequestNoNesting\n }\n}\n";
export const SmsProviderPreviousValuesFragment: "fragment SmsProviderPreviousValues on SmsProviderPreviousValues {\n id\n name\n credentials\n}\n";
export const EthContractSourceFragment: "fragment EthContractSource on EthContractSource {\n id\n createdAt\n updatedAt\n name\n description\n source\n CreatedBy {\n ...UserNoNesting\n }\n Accounts {\n ...EthAccountNoNesting\n }\n}\n";
export const SmsProviderSubscriptionPayloadFragment: "fragment SmsProviderSubscriptionPayload on SmsProviderSubscriptionPayload {\n mutation\n node {\n ...SmsProviderNoNesting\n }\n updatedFields\n previousValues {\n ...SmsProviderPreviousValuesNoNesting\n }\n}\n";
export const NoticeConnectionFragment: "fragment NoticeConnection on NoticeConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...NoticeEdgeNoNesting\n }\n aggregate {\n ...AggregateNoticeNoNesting\n }\n}\n";
export const TagPreviousValuesFragment: "fragment TagPreviousValues on TagPreviousValues {\n id\n createdAt\n updatedAt\n name\n status\n}\n";
export const EthAccountEdgeFragment: "fragment EthAccountEdge on EthAccountEdge {\n node {\n ...EthAccountNoNesting\n }\n cursor\n}\n";
export const TagSubscriptionPayloadFragment: "fragment TagSubscriptionPayload on TagSubscriptionPayload {\n mutation\n node {\n ...TagNoNesting\n }\n updatedFields\n previousValues {\n ...TagPreviousValuesNoNesting\n }\n}\n";
export const AggregateTemplateFragment: "fragment AggregateTemplate on AggregateTemplate {\n count\n}\n";
export const UserGroupConnectionFragment: "fragment UserGroupConnection on UserGroupConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...UserGroupEdgeNoNesting\n }\n aggregate {\n ...AggregateUserGroupNoNesting\n }\n}\n";
export const LetsadsSmsMessageStatusItemFragment: "fragment LetsadsSmsMessageStatusItem on LetsadsSmsMessageStatusItem {\n id\n createdAt\n updatedAt\n sms_id\n}\n";
export const TagFragment: "fragment Tag on Tag {\n id\n createdAt\n updatedAt\n name\n status\n Resources {\n ...ResourceTagNoNesting\n }\n CreatedBy {\n ...UserNoNesting\n }\n}\n";
export const VotePreviousValuesFragment: "fragment VotePreviousValues on VotePreviousValues {\n id\n createdAt\n updatedAt\n value\n}\n";
export const UserGroupSubscriptionPayloadFragment: "fragment UserGroupSubscriptionPayload on UserGroupSubscriptionPayload {\n mutation\n node {\n ...UserGroupNoNesting\n }\n updatedFields\n previousValues {\n ...UserGroupPreviousValuesNoNesting\n }\n}\n";
export const UserGroupPreviousValuesFragment: "fragment UserGroupPreviousValues on UserGroupPreviousValues {\n id\n name\n}\n";
export const UserGroupEdgeFragment: "fragment UserGroupEdge on UserGroupEdge {\n node {\n ...UserGroupNoNesting\n }\n cursor\n}\n";
export const ResourceEdgeFragment: "fragment ResourceEdge on ResourceEdge {\n node {\n ...ResourceNoNesting\n }\n cursor\n}\n";
export const ChatMessageReadedResponseFragment: "fragment ChatMessageReadedResponse on ChatMessageReadedResponse {\n success\n message\n data {\n ...ChatMessageReadedNoNesting\n }\n}\n";
export const EthPersonalAccountFragment: "fragment EthPersonalAccount on EthPersonalAccount {\n address\n balance\n}\n";
export const RouteConnectionFragment: "fragment RouteConnection on RouteConnection {\n pageInfo {\n ...PageInfoNoNesting\n }\n edges {\n ...RouteEdgeNoNesting\n }\n aggregate {\n ...AggregateRouteNoNesting\n }\n}\n";
export const AggregateResourceTagFragment: "fragment AggregateResourceTag on AggregateResourceTag {\n count\n}\n";
export const RouteResponseNoNestingFragment: "fragment RouteResponseNoNesting on RouteResponse {\n success\n message\n}\n";
export const VoteSubscriptionPayloadNoNestingFragment: "fragment VoteSubscriptionPayloadNoNesting on VoteSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const TemplateResponseNoNestingFragment: "fragment TemplateResponseNoNesting on TemplateResponse {\n success\n message\n}\n";
export const UserGroupNoNestingFragment: "fragment UserGroupNoNesting on UserGroup {\n id\n name\n}\n";
export const ChatMessageReadedSubscriptionPayloadNoNestingFragment: "fragment ChatMessageReadedSubscriptionPayloadNoNesting on ChatMessageReadedSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const LogedInNoNestingFragment: "fragment LogedInNoNesting on LogedIn {\n id\n createdAt\n fake\n}\n";
export const ChatMessageReadedPreviousValuesNoNestingFragment: "fragment ChatMessageReadedPreviousValuesNoNesting on ChatMessageReadedPreviousValues {\n id\n createdAt\n}\n";
export const ResourceNoNestingFragment: "fragment ResourceNoNesting on Resource {\n id\n code\n createdAt\n updatedAt\n type\n name\n longtitle\n content\n contentText\n published\n deleted\n hidemenu\n searchable\n uri\n isfolder\n rating\n positiveVotesCount\n negativeVotesCount\n neutralVotesCount\n}\n";
export const ChatRoomSubscriptionPayloadNoNestingFragment: "fragment ChatRoomSubscriptionPayloadNoNesting on ChatRoomSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const ResourceTagNoNestingFragment: "fragment ResourceTagNoNesting on ResourceTag {\n id\n createdAt\n updatedAt\n status\n}\n";
export const ChatRoomPreviousValuesNoNestingFragment: "fragment ChatRoomPreviousValuesNoNesting on ChatRoomPreviousValues {\n id\n createdAt\n updatedAt\n name\n description\n image\n code\n isPublic\n}\n";
export const ChatRoomNoNestingFragment: "fragment ChatRoomNoNesting on ChatRoom {\n id\n createdAt\n updatedAt\n name\n description\n image\n code\n isPublic\n}\n";
export const NoticeSubscriptionPayloadNoNestingFragment: "fragment NoticeSubscriptionPayloadNoNesting on NoticeSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const ChatMessageReadedNoNestingFragment: "fragment ChatMessageReadedNoNesting on ChatMessageReaded {\n id\n createdAt\n}\n";
export const NoticePreviousValuesNoNestingFragment: "fragment NoticePreviousValuesNoNesting on NoticePreviousValues {\n id\n createdAt\n type\n}\n";
export const NoticeNoNestingFragment: "fragment NoticeNoNesting on Notice {\n id\n createdAt\n type\n}\n";
export const EthTransactionSubscriptionPayloadNoNestingFragment: "fragment EthTransactionSubscriptionPayloadNoNesting on EthTransactionSubscriptionPayload {\n mutation\n}\n";
export const NotificationTypeNoNestingFragment: "fragment NotificationTypeNoNesting on NotificationType {\n id\n createdAt\n updatedAt\n name\n code\n comment\n}\n";
export const CallRequestSubscriptionPayloadNoNestingFragment: "fragment CallRequestSubscriptionPayloadNoNesting on CallRequestSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const EthAccountNoNestingFragment: "fragment EthAccountNoNesting on EthAccount {\n id\n createdAt\n updatedAt\n name\n chainId\n address\n type\n description\n source\n bytecode\n abi\n balance\n}\n";
export const CallRequestPreviousValuesNoNestingFragment: "fragment CallRequestPreviousValuesNoNesting on CallRequestPreviousValues {\n id\n called_descriptions\n caller_descriptions\n status\n startedAt\n endedAt\n}\n";
export const LetterNoNestingFragment: "fragment LetterNoNesting on Letter {\n id\n email\n subject\n message\n status\n rank\n deleteOnSend\n replyTo\n returnTo\n}\n";
export const RouteSubscriptionPayloadNoNestingFragment: "fragment RouteSubscriptionPayloadNoNesting on RouteSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const TemplateNoNestingFragment: "fragment TemplateNoNesting on Template {\n id\n name\n description\n props\n components\n rank\n}\n";
export const RoutePreviousValuesNoNestingFragment: "fragment RoutePreviousValuesNoNesting on RoutePreviousValues {\n id\n name\n path\n exact\n component\n}\n";
export const PageInfoNoNestingFragment: "fragment PageInfoNoNesting on PageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n}\n";
export const TemplateSubscriptionPayloadNoNestingFragment: "fragment TemplateSubscriptionPayloadNoNesting on TemplateSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const AggregateResourceNoNestingFragment: "fragment AggregateResourceNoNesting on AggregateResource {\n count\n}\n";
export const TemplatePreviousValuesNoNestingFragment: "fragment TemplatePreviousValuesNoNesting on TemplatePreviousValues {\n id\n name\n description\n props\n components\n rank\n}\n";
export const ChatMessageReadedEdgeNoNestingFragment: "fragment ChatMessageReadedEdgeNoNesting on ChatMessageReadedEdge {\n cursor\n}\n";
export const UserSubscriptionPayloadNoNestingFragment: "fragment UserSubscriptionPayloadNoNesting on UserSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const UserPreviousValuesNoNestingFragment: "fragment UserPreviousValuesNoNesting on UserPreviousValues {\n id\n createdAt\n updatedAt\n username\n email\n phone\n showEmail\n showPhone\n password\n fullname\n image\n address\n active\n activated\n deleted\n hidden\n sudo\n}\n";
export const AggregateChatRoomNoNestingFragment: "fragment AggregateChatRoomNoNesting on AggregateChatRoom {\n count\n}\n";
export const ChatMessageSubscriptionPayloadNoNestingFragment: "fragment ChatMessageSubscriptionPayloadNoNesting on ChatMessageSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const NoticeEdgeNoNestingFragment: "fragment NoticeEdgeNoNesting on NoticeEdge {\n cursor\n}\n";
export const ChatMessagePreviousValuesNoNestingFragment: "fragment ChatMessagePreviousValuesNoNesting on ChatMessagePreviousValues {\n id\n createdAt\n updatedAt\n content\n contentText\n}\n";
export const AggregateChatRoomInvitationNoNestingFragment: "fragment AggregateChatRoomInvitationNoNesting on AggregateChatRoomInvitation {\n count\n}\n";
export const AggregateNotificationTypeNoNestingFragment: "fragment AggregateNotificationTypeNoNesting on AggregateNotificationType {\n count\n}\n";
export const AggregateFileNoNestingFragment: "fragment AggregateFileNoNesting on AggregateFile {\n count\n}\n";
export const ResourceTagEdgeNoNestingFragment: "fragment ResourceTagEdgeNoNesting on ResourceTagEdge {\n cursor\n}\n";
export const AggregateLetsadsSmsMessageStatusNoNestingFragment: "fragment AggregateLetsadsSmsMessageStatusNoNesting on AggregateLetsadsSmsMessageStatus {\n count\n}\n";
export const AggregateLetsadsSmsMessageStatusItemNoNestingFragment: "fragment AggregateLetsadsSmsMessageStatusItemNoNesting on AggregateLetsadsSmsMessageStatusItem {\n count\n}\n";
export const AggregateTagNoNestingFragment: "fragment AggregateTagNoNesting on AggregateTag {\n count\n}\n";
export const AggregateLetterNoNestingFragment: "fragment AggregateLetterNoNesting on AggregateLetter {\n count\n}\n";
export const VoteEdgeNoNestingFragment: "fragment VoteEdgeNoNesting on VoteEdge {\n cursor\n}\n";
export const AggregateLogNoNestingFragment: "fragment AggregateLogNoNesting on AggregateLog {\n count\n}\n";
export const AggregateLogedInNoNestingFragment: "fragment AggregateLogedInNoNesting on AggregateLogedIn {\n count\n}\n";
export const AggregateEthAccountNoNestingFragment: "fragment AggregateEthAccountNoNesting on AggregateEthAccount {\n count\n}\n";
export const AggregateResetPasswordNoNestingFragment: "fragment AggregateResetPasswordNoNesting on AggregateResetPassword {\n count\n}\n";
export const EthTransactionEdgeNoNestingFragment: "fragment EthTransactionEdgeNoNesting on EthTransactionEdge {\n cursor\n}\n";
export const AggregateSmsMessageNoNestingFragment: "fragment AggregateSmsMessageNoNesting on AggregateSmsMessage {\n count\n}\n";
export const AggregateSmsProviderNoNestingFragment: "fragment AggregateSmsProviderNoNesting on AggregateSmsProvider {\n count\n}\n";
export const AggregateCallRequestNoNestingFragment: "fragment AggregateCallRequestNoNesting on AggregateCallRequest {\n count\n}\n";
export const AggregateUserGroupNoNestingFragment: "fragment AggregateUserGroupNoNesting on AggregateUserGroup {\n count\n}\n";
export const RouteEdgeNoNestingFragment: "fragment RouteEdgeNoNesting on RouteEdge {\n cursor\n}\n";
export const ChatRoomInvitationEdgeNoNestingFragment: "fragment ChatRoomInvitationEdgeNoNesting on ChatRoomInvitationEdge {\n cursor\n}\n";
export const AggregateEthContractSourceNoNestingFragment: "fragment AggregateEthContractSourceNoNesting on AggregateEthContractSource {\n count\n}\n";
export const ChatRoomInvitationPreviousValuesNoNestingFragment: "fragment ChatRoomInvitationPreviousValuesNoNesting on ChatRoomInvitationPreviousValues {\n id\n createdAt\n updatedAt\n}\n";
export const TemplateEdgeNoNestingFragment: "fragment TemplateEdgeNoNesting on TemplateEdge {\n cursor\n}\n";
export const ChatRoomInvitationSubscriptionPayloadNoNestingFragment: "fragment ChatRoomInvitationSubscriptionPayloadNoNesting on ChatRoomInvitationSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const EthAccountPreviousValuesNoNestingFragment: "fragment EthAccountPreviousValuesNoNesting on EthAccountPreviousValues {\n id\n createdAt\n updatedAt\n name\n chainId\n address\n type\n description\n source\n bytecode\n abi\n}\n";
export const AggregateUserNoNestingFragment: "fragment AggregateUserNoNesting on AggregateUser {\n count\n}\n";
export const EthAccountSubscriptionPayloadNoNestingFragment: "fragment EthAccountSubscriptionPayloadNoNesting on EthAccountSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const ChatMessageEdgeNoNestingFragment: "fragment ChatMessageEdgeNoNesting on ChatMessageEdge {\n cursor\n}\n";
export const EthContractSourcePreviousValuesNoNestingFragment: "fragment EthContractSourcePreviousValuesNoNesting on EthContractSourcePreviousValues {\n id\n createdAt\n updatedAt\n name\n description\n source\n}\n";
export const ethNetNoNestingFragment: "fragment ethNetNoNesting on ethNet {\n id\n isListening\n peerCount\n}\n";
export const EthContractSourceSubscriptionPayloadNoNestingFragment: "fragment EthContractSourceSubscriptionPayloadNoNesting on EthContractSourceSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const ethSyncStateNoNestingFragment: "fragment ethSyncStateNoNesting on ethSyncState {\n startingBlock\n currentBlock\n highestBlock\n knownStates\n pulledStates\n}\n";
export const EthPersonalAccountResponseNoNestingFragment: "fragment EthPersonalAccountResponseNoNesting on EthPersonalAccountResponse {\n success\n message\n}\n";
export const SmsMessageResponseNoNestingFragment: "fragment SmsMessageResponseNoNesting on SmsMessageResponse {\n success\n message\n}\n";
export const EthTransactionPreviousValuesNoNestingFragment: "fragment EthTransactionPreviousValuesNoNesting on EthTransactionPreviousValues {\n id\n createdAt\n updatedAt\n chainId\n amount\n address\n type\n}\n";
export const SmsMessageNoNestingFragment: "fragment SmsMessageNoNesting on SmsMessage {\n id\n createdAt\n updatedAt\n from\n text\n deletOnSend\n}\n";
export const LetsadsSmsMessageStatusNoNestingFragment: "fragment LetsadsSmsMessageStatusNoNesting on LetsadsSmsMessageStatus {\n id\n createdAt\n updatedAt\n name\n description\n errorCode\n}\n";
export const FileEdgeNoNestingFragment: "fragment FileEdgeNoNesting on FileEdge {\n cursor\n}\n";
export const SmsProviderResponseNoNestingFragment: "fragment SmsProviderResponseNoNesting on SmsProviderResponse {\n success\n message\n}\n";
export const FilePreviousValuesNoNestingFragment: "fragment FilePreviousValuesNoNesting on FilePreviousValues {\n id\n path\n filename\n mimetype\n encoding\n hash\n}\n";
export const UserResponseNoNestingFragment: "fragment UserResponseNoNesting on UserResponse {\n success\n message\n}\n";
export const FileSubscriptionPayloadNoNestingFragment: "fragment FileSubscriptionPayloadNoNesting on FileSubscriptionPayload {\n mutation\n updatedFields\n}\n";
export const ResetPasswordNoNestingFragment: "fragment ResetPasswordNoNesting on ResetPassword {\n id\n createdAt\n