@vladimirdev635/gql-codegen 0.0.91 → 0.0.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- { "fragments": { "Deal": { "sourceText": "fragment Deal on Deal { projectManager { ...SmallTag } projectLead { ...SmallTag } site { ...SmallTag } stage { ...SmallTag } architect { ...SmallTag } area { ...SmallTag } archive { ...SmallTag } place { ...SmallTag } qualification { ...SmallTag } mathArea { ...SmallTag } diameter { ...SmallTag }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Deal", "selections": [{ "_type": "FieldSelection", "name": "projectManager", "alias": "projectManager", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "projectLead", "alias": "projectLead", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "site", "alias": "site", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "stage", "alias": "stage", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "architect", "alias": "architect", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "area", "alias": "area", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "archive", "alias": "archive", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "place", "alias": "place", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "qualification", "alias": "qualification", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "mathArea", "alias": "mathArea", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "diameter", "alias": "diameter", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }] } }, "ErrorUnknownFiles": { "sourceText": "fragment ErrorUnknownFiles on ErrorUnknownFiles { ids}", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownFiles", "selections": [{ "_type": "FieldSelection", "name": "ids", "alias": "ids", "arguments": {}, "selection": null }] } }, "ErrorUnknownTags": { "sourceText": "fragment ErrorUnknownTags on ErrorUnknownTags { tagIds}", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "FieldSelection", "name": "tagIds", "alias": "tagIds", "arguments": {}, "selection": null }] } }, "Event": { "sourceText": "fragment Event on Event { __typename\t... on EventFileDownloaded { ...EventFileDownloaded }\t... on EventFileUploaded { ...EventFileUploaded }\t... on EventFileDeleted { ...EventFileDeleted } ... on EventFileDownloadRequested { ...EventFileDownloadRequested }\t... on EventFileTagsEdited { ...EventFileTagsEdited }\t... on EventTagApprovalIsRequested { ...EventTagApprovalIsRequested }}", "spec": { "_type": "UnionFragmentSpec", "name": "Event", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventFileDownloaded", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDownloaded", "selections": [{ "_type": "SpreadSelection", "fragment": "EventFileDownloaded" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventFileUploaded", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileUploaded", "selections": [{ "_type": "SpreadSelection", "fragment": "EventFileUploaded" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventFileDeleted", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDeleted", "selections": [{ "_type": "SpreadSelection", "fragment": "EventFileDeleted" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventFileDownloadRequested", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDownloadRequested", "selections": [{ "_type": "SpreadSelection", "fragment": "EventFileDownloadRequested" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventFileTagsEdited", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileTagsEdited", "selections": [{ "_type": "SpreadSelection", "fragment": "EventFileTagsEdited" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventTagApprovalIsRequested", "spec": { "_type": "ObjectFragmentSpec", "name": "EventTagApprovalIsRequested", "selections": [{ "_type": "SpreadSelection", "fragment": "EventTagApprovalIsRequested" }] } }] } }, "EventFileDeleted": { "sourceText": "fragment EventFileDeleted on EventFileDeleted { file { ...File } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDeleted", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "EventFileDownloadRequested": { "sourceText": "fragment EventFileDownloadRequested on EventFileDownloadRequested { file { ...File } user { ...User } decision createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDownloadRequested", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "User" }] } }, { "_type": "FieldSelection", "name": "decision", "alias": "decision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "EventFileDownloaded": { "sourceText": "fragment EventFileDownloaded on EventFileDownloaded { file { ...File } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileDownloaded", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "EventFileTagsEdited": { "sourceText": "fragment EventFileTagsEdited on EventFileTagsEdited { file { ...File } addedTags { ...Tag } removedTags { ...Tag } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileTagsEdited", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "addedTags", "alias": "addedTags", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }, { "_type": "FieldSelection", "name": "removedTags", "alias": "removedTags", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "EventFileUploaded": { "sourceText": "fragment EventFileUploaded on EventFileUploaded { file { ...File } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventFileUploaded", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "EventTagApprovalIsRequested": { "sourceText": "fragment EventTagApprovalIsRequested on EventTagApprovalIsRequested { tag { ...Tag } author { ...User } alreadyInCatalog createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EventTagApprovalIsRequested", "selections": [{ "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }, { "_type": "FieldSelection", "name": "author", "alias": "author", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "User" }] } }, { "_type": "FieldSelection", "name": "alreadyInCatalog", "alias": "alreadyInCatalog", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "File": { "sourceText": "fragment File on File { id filename mimeType previewUrl createdAt sizeInBytes user { name }}", "spec": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "filename", "alias": "filename", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mimeType", "alias": "mimeType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "previewUrl", "alias": "previewUrl", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sizeInBytes", "alias": "sizeInBytes", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] } }, "Group": { "sourceText": "fragment Group on Group { id name first10Tags { ...Tag } limitOfDownloadsPerDay}", "spec": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "first10Tags", "alias": "first10Tags", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }, { "_type": "FieldSelection", "name": "limitOfDownloadsPerDay", "alias": "limitOfDownloadsPerDay", "arguments": {}, "selection": null }] } }, "GroupUser": { "sourceText": "fragment GroupUser on GroupUser { inGroup user { ...User }}", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupUser", "selections": [{ "_type": "FieldSelection", "name": "inGroup", "alias": "inGroup", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "User" }] } }] } }, "GroupUserList": { "sourceText": "fragment GroupUserList on GroupUserList { users { ...GroupUser }}", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupUserList", "selections": [{ "_type": "FieldSelection", "name": "users", "alias": "users", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupUser", "selections": [{ "_type": "SpreadSelection", "fragment": "GroupUser" }] } }] } }, "IntObject": { "sourceText": "fragment IntObject on IntObject { value}", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }, "MultipartUploadSession": { "sourceText": "fragment MultipartUploadSession on MultipartUploadSession { id initialUploadURLs { ...UploadUrl }}", "spec": { "_type": "ObjectFragmentSpec", "name": "MultipartUploadSession", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "initialUploadURLs", "alias": "initialUploadURLs", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UploadUrl", "selections": [{ "_type": "SpreadSelection", "fragment": "UploadUrl" }] } }] } }, "PendingUser": { "sourceText": "fragment PendingUser on PendingUser { ttl name email groups { ...Group } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "PendingUser", "selections": [{ "_type": "FieldSelection", "name": "ttl", "alias": "ttl", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "groups", "alias": "groups", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "SpreadSelection", "fragment": "Group" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "PutUploadSession": { "sourceText": "fragment PutUploadSession on PutUploadSession { id uploadURL { ...UploadUrl }}", "spec": { "_type": "ObjectFragmentSpec", "name": "PutUploadSession", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "uploadURL", "alias": "uploadURL", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UploadUrl", "selections": [{ "_type": "SpreadSelection", "fragment": "UploadUrl" }] } }] } }, "SearchFile": { "sourceText": "fragment SearchFile on SearchFile { file { ...File } tags { ...SmallTag }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SearchFile", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "SpreadSelection", "fragment": "File" }] } }, { "_type": "FieldSelection", "name": "tags", "alias": "tags", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }] } }, "SearchFileList": { "sourceText": "fragment SearchFileList on SearchFileList { files { ...SearchFile }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SearchFileList", "selections": [{ "_type": "FieldSelection", "name": "files", "alias": "files", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SearchFile", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchFile" }] } }] } }, "SmallTag": { "sourceText": "fragment SmallTag on Tag { id tag}", "spec": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": null }] } }, "Tag": { "sourceText": "fragment Tag on Tag { id tag isFavourite hasChildren isApproved}", "spec": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isFavourite", "alias": "isFavourite", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasChildren", "alias": "hasChildren", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isApproved", "alias": "isApproved", "arguments": {}, "selection": null }] } }, "TagList": { "sourceText": "fragment TagList on TagList { list { ...Tag }}", "spec": { "_type": "ObjectFragmentSpec", "name": "TagList", "selections": [{ "_type": "FieldSelection", "name": "list", "alias": "list", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] } }, "UploadUrl": { "sourceText": "fragment UploadUrl on UploadUrl { url headers { key value }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UploadUrl", "selections": [{ "_type": "FieldSelection", "name": "url", "alias": "url", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "headers", "alias": "headers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "StringEntry", "selections": [{ "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }] } }, "User": { "sourceText": "fragment User on User { id name email tenGroups { id name } createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenGroups", "alias": "tenGroups", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "UsersList": { "sourceText": "fragment UsersList on UsersList { users { ...User }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UsersList", "selections": [{ "_type": "FieldSelection", "name": "users", "alias": "users", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "User" }] } }] } }, "UsersTag": { "sourceText": "fragment UsersTag on UsersTag { tag { id tag } usersCount createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "UsersTag", "selections": [{ "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "usersCount", "alias": "usersCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } } }, "operations": { "AddTagToCatalog": { "name": "AddTagToCatalog", "type": "MUTATION", "parameters": { "$tagId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addTagToCatalog", "alias": "error", "arguments": { "tagId": { "name": "tagId", "value": { "_type": "ref", "name": "$tagId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddTagToCatalogError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation AddTagToCatalog($tagId: UUID!) { error: addTagToCatalog(tagId: $tagId) { __typename }}", "hash": "11118800150692197624" }, "AddTagsToFiles": { "name": "AddTagsToFiles", "type": "MUTATION", "parameters": { "$fileIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } }, "$tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addTagsToFiles", "alias": "error", "arguments": { "fileIds": { "name": "fileIds", "value": { "_type": "ref", "name": "$fileIds" } }, "tagIds": { "name": "tagIds", "value": { "_type": "ref", "name": "$tagIds" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddTagsToFilesError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownFiles", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownFiles", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownFiles" }] } }] } }] }, "sourceText": "mutation AddTagsToFiles($fileIds: [UUID!]!, $tagIds: [UUID!]!) { error: addTagsToFiles(fileIds: $fileIds, tagIds: $tagIds) { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } ... on ErrorUnknownFiles { ...ErrorUnknownFiles } }}", "hash": "5668170990172862977" }, "AddUserToGroup": { "name": "AddUserToGroup", "type": "MUTATION", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addUserToGroup", "alias": "error", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ErrorGroupNotFoundOrErrorNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation AddUserToGroup($groupId: UUID!, $userId: UUID!) { error: addUserToGroup(groupId: $groupId, userId: $userId) { __typename }}", "hash": "1107461086593108826" }, "ChangePassword": { "name": "ChangePassword", "type": "MUTATION", "parameters": { "$newPassword": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$oldPassword": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "changePassword", "alias": "error", "arguments": { "newPassword": { "name": "newPassword", "value": { "_type": "ref", "name": "$newPassword" } }, "oldPassword": { "name": "oldPassword", "value": { "_type": "ref", "name": "$oldPassword" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorInvalidCredentials", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation ChangePassword($oldPassword: String!, $newPassword: String!) { error: changePassword( oldPassword: $oldPassword, newPassword: $newPassword ) { __typename }}", "hash": "17508126690552594218" }, "CommitMultipartFileSession": { "name": "CommitMultipartFileSession", "type": "MUTATION", "parameters": { "$sessionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "commitMultipartFileSession", "alias": "commitMultipartFileSession", "arguments": { "sessionId": { "name": "sessionId", "value": { "_type": "ref", "name": "$sessionId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CommitMultipartFileSessionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "File", "spec": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation CommitMultipartFileSession($sessionId: UUID!) { commitMultipartFileSession(sessionId: $sessionId) { __typename ... on File { id } }}", "hash": "2900761415111458410" }, "CommitPutFileSession": { "name": "CommitPutFileSession", "type": "MUTATION", "parameters": { "$sessionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "commitPutFileSession", "alias": "commitPutFileSession", "arguments": { "sessionId": { "name": "sessionId", "value": { "_type": "ref", "name": "$sessionId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CommitPutFileSessionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "File", "spec": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation CommitPutFileSession($sessionId: UUID!) { commitPutFileSession(sessionId: $sessionId) { __typename ... on File { id } }}", "hash": "3096493094646509676" }, "ConfirmOTPCode": { "name": "ConfirmOTPCode", "type": "MUTATION", "parameters": { "$code": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "confirmOTPCode", "alias": "confirmOTPCode", "arguments": { "code": { "name": "code", "value": { "_type": "ref", "name": "$code" } }, "email": { "name": "email", "value": { "_type": "ref", "name": "$email" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ConfirmOTPCodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "OTPToken", "spec": { "_type": "ObjectFragmentSpec", "name": "OTPToken", "selections": [{ "_type": "FieldSelection", "name": "token", "alias": "token", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation ConfirmOTPCode($email: String!, $code: String!) { confirmOTPCode(email: $email, code: $code) { __typename ... on OTPToken { token } }}", "hash": "16584088807540041793" }, "ConfirmUser": { "name": "ConfirmUser", "type": "MUTATION", "parameters": { "$password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$token": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "confirmUser", "alias": "confirmUser", "arguments": { "password": { "name": "password", "value": { "_type": "ref", "name": "$password" } }, "token": { "name": "token", "value": { "_type": "ref", "name": "$token" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ConfirmUserError", "selections": [{ "_type": "TypenameField", "alias": "error" }] } }] }, "sourceText": "mutation ConfirmUser($token: String!, $password: String!) { confirmUser(token: $token, password: $password) { error: __typename }}", "hash": "3855776223462829726" }, "CreateGroup": { "name": "CreateGroup", "type": "MUTATION", "parameters": { "$groupIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GroupIn", "$ref": "#/server/inputs/GroupIn" } } }, "$userIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createGroup", "alias": "error", "arguments": { "groupIn": { "name": "groupIn", "value": { "_type": "ref", "name": "$groupIn" } }, "userIds": { "name": "userIds", "value": { "_type": "ref", "name": "$userIds" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateGroupError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "FieldSelection", "name": "tagIds", "alias": "tagIds", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation CreateGroup($groupIn: GroupIn!, $userIds: [UUID!]!) { error: createGroup(groupIn: $groupIn, userIds: $userIds) { __typename ... on ErrorUnknownTags { tagIds } }}", "hash": "4841581803563186200" }, "CreateMultipartFileSession": { "name": "CreateMultipartFileSession", "type": "MUTATION", "parameters": { "$fileIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "MultipartUploadFileIn", "$ref": "#/server/inputs/MultipartUploadFileIn" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createMultipartFileSession", "alias": "session", "arguments": { "fileIn": { "name": "fileIn", "value": { "_type": "ref", "name": "$fileIn" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateMultipartFileSessionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "MultipartUploadSession", "spec": { "_type": "ObjectFragmentSpec", "name": "MultipartUploadSession", "selections": [{ "_type": "SpreadSelection", "fragment": "MultipartUploadSession" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "mutation CreateMultipartFileSession($fileIn: MultipartUploadFileIn!) { session: createMultipartFileSession(fileIn: $fileIn) { __typename ... on MultipartUploadSession { ...MultipartUploadSession } ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "2894361690045734849" }, "CreatePutFileSession": { "name": "CreatePutFileSession", "type": "MUTATION", "parameters": { "$fileIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "PutUploadFileIn", "$ref": "#/server/inputs/PutUploadFileIn" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createPutFileSession", "alias": "session", "arguments": { "fileIn": { "name": "fileIn", "value": { "_type": "ref", "name": "$fileIn" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreatePutFileSessionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "PutUploadSession", "spec": { "_type": "ObjectFragmentSpec", "name": "PutUploadSession", "selections": [{ "_type": "SpreadSelection", "fragment": "PutUploadSession" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "mutation CreatePutFileSession($fileIn: PutUploadFileIn!) { session: createPutFileSession(fileIn: $fileIn) { __typename ... on PutUploadSession { ...PutUploadSession } ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "4468124376953834088" }, "CreateTag": { "name": "CreateTag", "type": "MUTATION", "parameters": { "$tag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TagIn", "$ref": "#/server/inputs/TagIn" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createTag", "alias": "error", "arguments": { "tag": { "name": "tag", "value": { "_type": "ref", "name": "$tag" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateTagError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation CreateTag($tag: TagIn!) { error: createTag(tag: $tag) { __typename }}", "hash": "16721276113563811495" }, "CreateUser": { "name": "CreateUser", "type": "MUTATION", "parameters": { "$userIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UserIn", "$ref": "#/server/inputs/UserIn" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createUser", "alias": "createUser", "arguments": { "userIn": { "name": "userIn", "value": { "_type": "ref", "name": "$userIn" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateUserError", "selections": [{ "_type": "TypenameField", "alias": "error" }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownGroups", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownGroups", "selections": [{ "_type": "FieldSelection", "name": "groupIds", "alias": "groupIds", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation CreateUser($userIn: UserIn!) { createUser(userIn: $userIn) { error: __typename ... on ErrorUnknownGroups { groupIds } }}", "hash": "1973098945831569781" }, "DecideOnDownloadRequest": { "name": "DecideOnDownloadRequest", "type": "MUTATION", "parameters": { "$allowed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "$fileId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "decideOnDownloadRequest", "alias": "error", "arguments": { "allowed": { "name": "allowed", "value": { "_type": "ref", "name": "$allowed" } }, "fileId": { "name": "fileId", "value": { "_type": "ref", "name": "$fileId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DecideOnDownloadRequestError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DecideOnDownloadRequest( $fileId: UUID!, $userId: UUID!, $allowed: Boolean!,) { error: decideOnDownloadRequest( fileId: $fileId, userId: $userId, allowed: $allowed, ) { __typename }}", "hash": "16495707941150846866" }, "DeleteFile": { "name": "DeleteFile", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFile", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteFileError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DeleteFile($id: UUID!) { error: deleteFile(id: $id) { __typename }}", "hash": "8257801023497099346" }, "DeleteGroup": { "name": "DeleteGroup", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteGroup", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorGroupNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DeleteGroup($id: UUID!) { error: deleteGroup(id: $id) { __typename }}", "hash": "9110566923507687854" }, "DeletePendingUser": { "name": "DeletePendingUser", "type": "MUTATION", "parameters": { "$email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deletePendingUser", "alias": "error", "arguments": { "email": { "name": "email", "value": { "_type": "ref", "name": "$email" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DeletePendingUser($email: String!) { error: deletePendingUser(email: $email) { __typename }}", "hash": "9139427892018657136" }, "DeleteTag": { "name": "DeleteTag", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteTag", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DeleteTag($id: UUID!) { error: deleteTag(id: $id) { __typename }}", "hash": "10717769094141511882" }, "DeleteUser": { "name": "DeleteUser", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteUser", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation DeleteUser($id: UUID!) { error: deleteUser(id: $id) { __typename }}", "hash": "10181949277993652069" }, "EditGroup": { "name": "EditGroup", "type": "MUTATION", "parameters": { "$groupIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GroupIn", "$ref": "#/server/inputs/GroupIn" } } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "editGroup", "alias": "error", "arguments": { "groupIn": { "name": "groupIn", "value": { "_type": "ref", "name": "$groupIn" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "EditGroupError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "FieldSelection", "name": "tagIds", "alias": "tagIds", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation EditGroup($id: UUID!, $groupIn: GroupIn!) { error: editGroup(id: $id, groupIn: $groupIn) { __typename ... on ErrorUnknownTags { tagIds } }}", "hash": "6995195545522677055" }, "EditTag": { "name": "EditTag", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$tag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TagIn", "$ref": "#/server/inputs/TagIn" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "editTag", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "tag": { "name": "tag", "value": { "_type": "ref", "name": "$tag" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "EditTagError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation EditTag($id: UUID!, $tag: TagIn!) { error: editTag(id: $id, tag: $tag) { __typename }}", "hash": "13411889526298113356" }, "GetDealInfo": { "name": "GetDealInfo", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDealInfo", "alias": "info", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Deal", "selections": [{ "_type": "SpreadSelection", "fragment": "Deal" }] } }] }, "sourceText": "query GetDealInfo($id: UUID!){ info: getDealInfo(id: $id) { ...Deal }}", "hash": "1428949861843738232" }, "GetDeals": { "name": "GetDeals", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDeals", "alias": "deals", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }] }, "sourceText": "query GetDeals($skip: Int!, $limit: Int!, $query: String){ deals: getDeals(skip: $skip, limit: $limit, query: $query) { ...SmallTag }}", "hash": "9416407972019189485" }, "GetEvents": { "name": "GetEvents", "type": "QUERY", "parameters": { "$dateRange": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DateRange", "$ref": "#/server/inputs/DateRange" } } }, "$filters": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EventFiltersIn", "$ref": "#/server/inputs/EventFiltersIn" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEvents", "alias": "events", "arguments": { "dateRange": { "name": "dateRange", "value": { "_type": "ref", "name": "$dateRange" } }, "filters": { "name": "filters", "value": { "_type": "ref", "name": "$filters" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetEventsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EventsList", "spec": { "_type": "ObjectFragmentSpec", "name": "EventsList", "selections": [{ "_type": "FieldSelection", "name": "events", "alias": "events", "arguments": {}, "selection": { "_type": "UnionFragmentSpec", "name": "Event", "selections": [{ "_type": "SpreadSelection", "fragment": "Event" }] } }] } }] } }] }, "sourceText": "query GetEvents( $skip: Int!, $limit: Int!, $dateRange: DateRange!, $filters: EventFiltersIn!, $query: String) { events: getEvents( skip: $skip, limit: $limit, dateRange: $dateRange, filters: $filters, query: $query, ) { __typename ... on EventsList { events { ...Event } } }}", "hash": "3941586759207214873" }, "GetFavouriteTags": { "name": "GetFavouriteTags", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFavouriteTags", "alias": "data", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] }, "sourceText": "query GetFavouriteTags($skip: Int!, $limit: Int!) { data: getFavouriteTags(skip: $skip, limit: $limit) { ...Tag }}", "hash": "11243988681564421206" }, "GetFileURL": { "name": "GetFileURL", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFileURL", "alias": "url", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFileURLResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "UrlObject", "spec": { "_type": "ObjectFragmentSpec", "name": "UrlObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query GetFileURL($id: UUID!) { url: getFileURL(id: $id) { __typename ... on UrlObject { value } }}", "hash": "3618559389732264511" }, "GetFiles": { "name": "GetFiles", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FileSortBy", "$ref": "#/server/inputs/FileSortBy" } } }, "$tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFiles", "alias": "data", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } }, "tagIds": { "name": "tagIds", "value": { "_type": "ref", "name": "$tagIds" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFilesResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SearchFileList", "spec": { "_type": "ObjectFragmentSpec", "name": "SearchFileList", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchFileList" }] } }] } }] }, "sourceText": "query GetFiles( $skip: Int!, $limit: Int!, $tagIds: [UUID!]!, $sortBy: FileSortBy) { data: getFiles( skip: $skip, limit: $limit, tagIds: $tagIds, sortBy: $sortBy ) { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } ... on SearchFileList { ...SearchFileList } }}", "hash": "11784545539341565672" }, "GetFilesCount": { "name": "GetFilesCount", "type": "QUERY", "parameters": { "$tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFilesCount", "alias": "count", "arguments": { "tagIds": { "name": "tagIds", "value": { "_type": "ref", "name": "$tagIds" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "IntObjectOrErrorUnknownTags", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "IntObject", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "SpreadSelection", "fragment": "IntObject" }] } }] } }] }, "sourceText": "query GetFilesCount($tagIds: [UUID!]!) { count: getFilesCount(tagIds: $tagIds) { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } ... on IntObject { ...IntObject } }}", "hash": "671336904096262462" }, "GetGroupTags": { "name": "GetGroupTags", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupTags", "alias": "tags", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupTagsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TagList", "spec": { "_type": "ObjectFragmentSpec", "name": "TagList", "selections": [{ "_type": "FieldSelection", "name": "list", "alias": "list", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] } }] } }] }, "sourceText": "query GetGroupTags($id: UUID!, $skip: Int!, $limit: Int!) { tags: getGroupTags(id: $id, skip: $skip, limit: $limit) { __typename ... on TagList { list { ...Tag } } }}", "hash": "5725996293441587823" }, "GetGroupUsers": { "name": "GetGroupUsers", "type": "QUERY", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupUsersSortBy", "$ref": "#/server/inputs/GetGroupUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupUsers", "alias": "users", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "UsersList", "spec": { "_type": "ObjectFragmentSpec", "name": "UsersList", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersList" }] } }] } }] }, "sourceText": "query GetGroupUsers( $groupId: UUID!, $skip: Int!, $limit: Int!, $sortBy: GetGroupUsersSortBy!) { users: getGroupUsers( groupId: $groupId, skip: $skip, limit: $limit, sortBy: $sortBy ) { __typename ... on UsersList { ...UsersList } }}", "hash": "1792498539540203309" }, "GetGroupUsersAndTotal": { "name": "GetGroupUsersAndTotal", "type": "QUERY", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupUsersSortBy", "$ref": "#/server/inputs/GetGroupUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupUsers", "alias": "users", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "UsersList", "spec": { "_type": "ObjectFragmentSpec", "name": "UsersList", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersList" }] } }] } }, { "_type": "FieldSelection", "name": "getGroupUsersTotal", "alias": "total", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersTotalResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "IntObject", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }] } }, { "_type": "FieldSelection", "name": "retrieveGroup", "alias": "group", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$groupId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "RetrieveGroupResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Group", "spec": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query GetGroupUsersAndTotal( $groupId: UUID!, $skip: Int!, $limit: Int!, $sortBy: GetGroupUsersSortBy!) { users: getGroupUsers( groupId: $groupId, skip: $skip, limit: $limit, sortBy: $sortBy ) { __typename ... on UsersList { ...UsersList } } total: getGroupUsersTotal(groupId: $groupId) { __typename ... on IntObject { value } } group: retrieveGroup(id: $groupId) { __typename ... on Group { name } }}", "hash": "8374363291036541053" }, "GetGroupUsersAndUsers": { "name": "GetGroupUsersAndUsers", "type": "QUERY", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupUsersAndUsers", "alias": "users", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersAndUsersResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "GroupUserList", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupUserList", "selections": [{ "_type": "SpreadSelection", "fragment": "GroupUserList" }] } }] } }] }, "sourceText": "query GetGroupUsersAndUsers( $skip: Int!, $limit: Int!, $groupId: UUID!, $sortBy: GetUsersSortBy!, $query: String) { users: getGroupUsersAndUsers( skip: $skip, limit: $limit, sortBy: $sortBy, groupId: $groupId, query: $query ) { __typename ... on GroupUserList { ...GroupUserList } }}", "hash": "3656740496380671641" }, "GetGroupUsersAndUsersAndTotal": { "name": "GetGroupUsersAndUsersAndTotal", "type": "QUERY", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupUsersAndUsers", "alias": "users", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersAndUsersResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "GroupUserList", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupUserList", "selections": [{ "_type": "SpreadSelection", "fragment": "GroupUserList" }] } }] } }, { "_type": "FieldSelection", "name": "getUsersTotal", "alias": "total", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": null }] }, "sourceText": "query GetGroupUsersAndUsersAndTotal( $skip: Int!, $limit: Int!, $groupId: UUID!, $sortBy: GetUsersSortBy!, $query: String) { users: getGroupUsersAndUsers( skip: $skip, limit: $limit, sortBy: $sortBy, groupId: $groupId, query: $query ) { __typename ... on GroupUserList { ...GroupUserList } } total: getUsersTotal(query: $query)}", "hash": "4869901222184919707" }, "GetGroupUsersTotal": { "name": "GetGroupUsersTotal", "type": "QUERY", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupUsersTotal", "alias": "total", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupUsersTotalResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "IntObject", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query GetGroupUsersTotal($groupId: UUID!) { total: getGroupUsersTotal(groupId: $groupId) { __typename ... on IntObject { value } }}", "hash": "9225210424499568333" }, "GetGroups": { "name": "GetGroups", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupsSortBy", "$ref": "#/server/inputs/GetGroupsSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroups", "alias": "groups", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "SpreadSelection", "fragment": "Group" }] } }] }, "sourceText": "query GetGroups($skip: Int!, $limit: Int!, $sortBy: GetGroupsSortBy!) { groups: getGroups(skip: $skip, limit: $limit, sortBy: $sortBy) { ...Group }}", "hash": "13571923401085809595" }, "GetGroupsAndTotal": { "name": "GetGroupsAndTotal", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupsSortBy", "$ref": "#/server/inputs/GetGroupsSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroups", "alias": "groups", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "SpreadSelection", "fragment": "Group" }] } }, { "_type": "FieldSelection", "name": "getGroupsTotal", "alias": "total", "arguments": {}, "selection": null }] }, "sourceText": "query GetGroupsAndTotal($skip: Int!, $limit: Int!, $sortBy: GetGroupsSortBy!) { groups: getGroups(skip: $skip, limit: $limit, sortBy: $sortBy) { ...Group } total: getGroupsTotal}", "hash": "7900334881871762468" }, "GetGroupsTotal": { "name": "GetGroupsTotal", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupsTotal", "alias": "total", "arguments": {}, "selection": null }] }, "sourceText": "query GetGroupsTotal { total: getGroupsTotal}", "hash": "7734335693541431410" }, "GetMe": { "name": "GetMe", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMe", "alias": "getMe", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenGroups", "alias": "tenGroups", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query GetMe { getMe { name email tenGroups { name } }}", "hash": "8811432235622240804" }, "GetMyTags": { "name": "GetMyTags", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMyTags", "alias": "tags", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] }, "sourceText": "query GetMyTags($skip: Int!, $limit: Int!) { tags: getMyTags( skip: $skip, limit: $limit ) { ...Tag }}", "hash": "13762129596984089903" }, "GetMyTagsCount": { "name": "GetMyTagsCount", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMyTagsCount", "alias": "count", "arguments": {}, "selection": null }] }, "sourceText": "query GetMyTagsCount { count: getMyTagsCount}", "hash": "15186007642456881730" }, "GetNextMultipartUploadUrls": { "name": "GetNextMultipartUploadUrls", "type": "QUERY", "parameters": { "$lastPart": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sessionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNextMultipartUploadUrls", "alias": "getNextMultipartUploadUrls", "arguments": { "lastPart": { "name": "lastPart", "value": { "_type": "ref", "name": "$lastPart" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "sessionId": { "name": "sessionId", "value": { "_type": "ref", "name": "$sessionId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetNextMultipartUploadUrlsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "UploadUrlList", "spec": { "_type": "ObjectFragmentSpec", "name": "UploadUrlList", "selections": [{ "_type": "FieldSelection", "name": "urls", "alias": "urls", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UploadUrl", "selections": [{ "_type": "SpreadSelection", "fragment": "UploadUrl" }] } }] } }] } }] }, "sourceText": "query GetNextMultipartUploadUrls( $sessionId: UUID!, $lastPart: Int!, $limit: Int!) { getNextMultipartUploadUrls( sessionId: $sessionId, lastPart: $lastPart, limit: $limit ) { __typename ... on UploadUrlList { urls { ...UploadUrl } } }}", "hash": "9093012099279676104" }, "GetPathToTag": { "name": "GetPathToTag", "type": "QUERY", "parameters": { "$tagId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPathToTag", "alias": "getPathToTag", "arguments": { "tagId": { "name": "tagId", "value": { "_type": "ref", "name": "$tagId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetPathToTagResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "StringList", "spec": { "_type": "ObjectFragmentSpec", "name": "StringList", "selections": [{ "_type": "FieldSelection", "name": "values", "alias": "values", "arguments": {}, "selection": null }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "query GetPathToTag($tagId: UUID!) { getPathToTag(tagId: $tagId) { __typename ... on StringList { values } ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "14896510105507595889" }, "GetPendingUsers": { "name": "GetPendingUsers", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPendingUsers", "alias": "getPendingUsers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PendingUserList", "selections": [{ "_type": "FieldSelection", "name": "users", "alias": "users", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PendingUser", "selections": [{ "_type": "SpreadSelection", "fragment": "PendingUser" }] } }] } }] }, "sourceText": "query GetPendingUsers { getPendingUsers { users { ...PendingUser } }}", "hash": "6870026420132680667" }, "GetPopularTags": { "name": "GetPopularTags", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPopularTags", "alias": "data", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] }, "sourceText": "query GetPopularTags($skip: Int!, $limit: Int!) { data: getPopularTags( skip: $skip, limit: $limit ) { ...Tag }}", "hash": "3149200908746274573" }, "GetTagChildren": { "name": "GetTagChildren", "type": "QUERY", "parameters": { "$tagId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTagChildren", "alias": "tags", "arguments": { "tagId": { "name": "tagId", "value": { "_type": "ref", "name": "$tagId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetTagsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TagList", "spec": { "_type": "ObjectFragmentSpec", "name": "TagList", "selections": [{ "_type": "FieldSelection", "name": "list", "alias": "list", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] } }] } }] }, "sourceText": "query GetTagChildren($tagId: UUID!) { tags: getTagChildren(tagId: $tagId) { __typename ... on TagList { list { ...Tag } } }}", "hash": "6233163198160899973" }, "GetTagInfo": { "name": "GetTagInfo", "type": "QUERY", "parameters": { "$tagId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTagInfo", "alias": "info", "arguments": { "tagId": { "name": "tagId", "value": { "_type": "ref", "name": "$tagId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetTagInfoResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TagInfo", "spec": { "_type": "ObjectFragmentSpec", "name": "TagInfo", "selections": [{ "_type": "FieldSelection", "name": "tag", "alias": "tag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentTag", "alias": "parentTag", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] } }] } }] }, "sourceText": "query GetTagInfo($tagId: UUID!) { info: getTagInfo(tagId: $tagId) { __typename ... on TagInfo { tag parentTag { ...Tag } } }}", "hash": "8429879794093591944" }, "GetTags": { "name": "GetTags", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$parentTagId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTags", "alias": "data", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "parentTagId": { "name": "parentTagId", "value": { "_type": "ref", "name": "$parentTagId" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetTagsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TagList", "spec": { "_type": "ObjectFragmentSpec", "name": "TagList", "selections": [{ "_type": "SpreadSelection", "fragment": "TagList" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "query GetTags($skip: Int!, $limit: Int!, $parentTagId: UUID, $query: String) { data: getTags( skip: $skip, limit: $limit, parentTagId: $parentTagId, query: $query ) { __typename ... on TagList { ...TagList } ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "8029794585152486870" }, "GetTagsCount": { "name": "GetTagsCount", "type": "QUERY", "parameters": { "$parentTag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTagsCount", "alias": "data", "arguments": { "parentTag": { "name": "parentTag", "value": { "_type": "ref", "name": "$parentTag" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "IntObjectOrErrorUnknownTags", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "IntObject", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "query GetTagsCount($parentTag: String, $query: String) { data: getTagsCount( parentTag: $parentTag, query: $query ) { __typename ... on IntObject { value } ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "9203785367935208008" }, "GetTimestampOfLatestDeal": { "name": "GetTimestampOfLatestDeal", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTimestampOfLatestDeal", "alias": "getTimestampOfLatestDeal", "arguments": {}, "selection": null }] }, "sourceText": "query GetTimestampOfLatestDeal { getTimestampOfLatestDeal}", "hash": "17939989561600861895" }, "GetUploadedFiles": { "name": "GetUploadedFiles", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FileSortBy", "$ref": "#/server/inputs/FileSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUploadedFiles", "alias": "data", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFilesResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SearchFileList", "spec": { "_type": "ObjectFragmentSpec", "name": "SearchFileList", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchFileList" }] } }] } }] }, "sourceText": "query GetUploadedFiles( $skip: Int!, $limit: Int!, $sortBy: FileSortBy) { data: getUploadedFiles( skip: $skip, limit: $limit, sortBy: $sortBy ) { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } ... on SearchFileList { ...SearchFileList } }}", "hash": "6991220225272933069" }, "GetUploadedFilesCount": { "name": "GetUploadedFilesCount", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUploadedFilesCount", "alias": "count", "arguments": {}, "selection": { "_type": "UnionFragmentSpec", "name": "IntObjectOrErrorUnknownTags", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "IntObject", "spec": { "_type": "ObjectFragmentSpec", "name": "IntObject", "selections": [{ "_type": "SpreadSelection", "fragment": "IntObject" }] } }] } }] }, "sourceText": "query GetUploadedFilesCount { count: getUploadedFilesCount { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } ... on IntObject { ...IntObject } }}", "hash": "3030892249575758739" }, "GetUsers": { "name": "GetUsers", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsers", "alias": "users", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UsersList", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersList" }] } }] }, "sourceText": "query GetUsers( $skip: Int!, $limit: Int!, $sortBy: GetUsersSortBy!, $query: String) { users: getUsers( skip: $skip, limit: $limit, sortBy: $sortBy, query: $query ) { ...UsersList }}", "hash": "14379953529622046072" }, "GetUsersTags": { "name": "GetUsersTags", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UsersTagSortBy", "$ref": "#/server/inputs/UsersTagSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsersTags", "alias": "tags", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UsersTag", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersTag" }] } }] }, "sourceText": "query GetUsersTags( $skip: Int!, $limit: Int!, $query: String, $sortBy: UsersTagSortBy) { tags: getUsersTags( skip: $skip, limit: $limit, query: $query, sortBy: $sortBy ) { ...UsersTag }}", "hash": "1166324334253328963" }, "GetUsersTagsAndCount": { "name": "GetUsersTagsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsersTags", "alias": "tags", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UsersTag", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersTag" }] } }, { "_type": "FieldSelection", "name": "getUsersTagsCount", "alias": "count", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": null }] }, "sourceText": "query GetUsersTagsAndCount( $skip: Int!, $limit: Int!, $query: String) { tags: getUsersTags( skip: $skip, limit: $limit, query: $query ) { ...UsersTag } count: getUsersTagsCount(query: $query)}", "hash": "7493139076191002845" }, "GetUsersTagsCount": { "name": "GetUsersTagsCount", "type": "QUERY", "parameters": { "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsersTagsCount", "alias": "count", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": null }] }, "sourceText": "query GetUsersTagsCount($query: String) { count: getUsersTagsCount(query: $query)}", "hash": "9168800010562902080" }, "GetUsersTotal": { "name": "GetUsersTotal", "type": "QUERY", "parameters": { "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsersTotal", "alias": "getUsersTotal", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": null }] }, "sourceText": "query GetUsersTotal($query: String) { getUsersTotal(query: $query)}", "hash": "5428716508742855223" }, "GetUsersTotalAndUsers": { "name": "GetUsersTotalAndUsers", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsersTotal", "alias": "total", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": null }, { "_type": "FieldSelection", "name": "getUsers", "alias": "users", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } }, "skip": { "name": "skip", "value": { "_type": "ref", "name": "$skip" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UsersList", "selections": [{ "_type": "SpreadSelection", "fragment": "UsersList" }] } }] }, "sourceText": "query GetUsersTotalAndUsers( $skip: Int!, $limit: Int!, $sortBy: GetUsersSortBy!, $query: String) { total: getUsersTotal(query: $query) users: getUsers( skip: $skip, limit: $limit, sortBy: $sortBy, query: $query ) { ...UsersList }}", "hash": "14951699237626581254" }, "IsAllowedToDownload": { "name": "IsAllowedToDownload", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "isAllowedToDownload", "alias": "allowed", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "IsAllowedToDownloadResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "BooleanObject", "spec": { "_type": "ObjectFragmentSpec", "name": "BooleanObject", "selections": [{ "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query IsAllowedToDownload($id: UUID!) { allowed: isAllowedToDownload(id: $id) { __typename ... on BooleanObject { value } }}", "hash": "10298951714648703422" }, "IsTagExists": { "name": "IsTagExists", "type": "QUERY", "parameters": { "$tag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "isTagExists", "alias": "isTagExists", "arguments": { "tag": { "name": "tag", "value": { "_type": "ref", "name": "$tag" } } }, "selection": null }] }, "sourceText": "query IsTagExists($tag: String!) { isTagExists(tag: $tag)}", "hash": "5106723768658912714" }, "Login": { "name": "Login", "type": "MUTATION", "parameters": { "$email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "login", "alias": "login", "arguments": { "email": { "name": "email", "value": { "_type": "ref", "name": "$email" } }, "password": { "name": "password", "value": { "_type": "ref", "name": "$password" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorInvalidCredentials", "selections": [{ "_type": "TypenameField", "alias": "error" }] } }] }, "sourceText": "mutation Login($email: String!, $password: String!) { login(email: $email, password: $password) { error: __typename }}", "hash": "13644439562916378761" }, "Logout": { "name": "Logout", "type": "MUTATION", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "logout", "alias": "logout", "arguments": {}, "selection": null }] }, "sourceText": "mutation Logout { logout}", "hash": "11698600675074770911" }, "RemoveUserFromGroup": { "name": "RemoveUserFromGroup", "type": "MUTATION", "parameters": { "$groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeUserFromGroup", "alias": "error", "arguments": { "groupId": { "name": "groupId", "value": { "_type": "ref", "name": "$groupId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ErrorGroupNotFoundOrErrorNotFound", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation RemoveUserFromGroup($groupId: UUID!, $userId: UUID!) { error: removeUserFromGroup(groupId: $groupId, userId: $userId) { __typename }}", "hash": "2769321881245017820" }, "ResetPassword": { "name": "ResetPassword", "type": "MUTATION", "parameters": { "$newPassword": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$token": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "resetPassword", "alias": "error", "arguments": { "newPassword": { "name": "newPassword", "value": { "_type": "ref", "name": "$newPassword" } }, "token": { "name": "token", "value": { "_type": "ref", "name": "$token" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ResetPasswordError", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation ResetPassword($token: String!, $newPassword: String!) { error: resetPassword(token: $token, newPassword: $newPassword) { __typename }}", "hash": "9173471044080170152" }, "RetrieveFile": { "name": "RetrieveFile", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "retrieveFile", "alias": "file", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "RetrieveFileResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "SearchFile", "spec": { "_type": "ObjectFragmentSpec", "name": "SearchFile", "selections": [{ "_type": "FieldSelection", "name": "tags", "alias": "tags", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "SmallTag" }] } }, { "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "File", "selections": [{ "_type": "FieldSelection", "name": "filename", "alias": "filename", "arguments": {}, "selection": null }] } }] } }] } }] }, "sourceText": "query RetrieveFile($id: UUID!) { file: retrieveFile(id: $id) { __typename ... on SearchFile { tags { ...SmallTag } file { filename } } }}", "hash": "6849788407883253812" }, "RetrieveGroupAndTags": { "name": "RetrieveGroupAndTags", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "retrieveGroup", "alias": "group", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "RetrieveGroupResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Group", "spec": { "_type": "ObjectFragmentSpec", "name": "Group", "selections": [{ "_type": "SpreadSelection", "fragment": "Group" }] } }] } }, { "_type": "FieldSelection", "name": "getGroupTags", "alias": "tags", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "limit": { "name": "limit", "value": { "_type": "literal", "value": 10000000 } }, "skip": { "name": "skip", "value": { "_type": "literal", "value": 0 } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetGroupTagsResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TagList", "spec": { "_type": "ObjectFragmentSpec", "name": "TagList", "selections": [{ "_type": "FieldSelection", "name": "list", "alias": "list", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] } }] } }] }, "sourceText": "query RetrieveGroupAndTags($id: UUID!) { group: retrieveGroup(id: $id) { __typename ... on Group { ...Group } } tags: getGroupTags(id: $id, skip: 0, limit: 10000000) { __typename ... on TagList { list { ...Tag } } }}", "hash": "7564880505050795352" }, "SearchTags": { "name": "SearchTags", "type": "QUERY", "parameters": { "$query": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchTags", "alias": "tags", "arguments": { "query": { "name": "query", "value": { "_type": "ref", "name": "$query" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Tag", "selections": [{ "_type": "SpreadSelection", "fragment": "Tag" }] } }] }, "sourceText": "query SearchTags($query: String!){ tags: searchTags(query: $query) { ...Tag }}", "hash": "2405141341034471509" }, "SendOTPCode": { "name": "SendOTPCode", "type": "MUTATION", "parameters": { "$email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "sendOTPCode", "alias": "error", "arguments": { "email": { "name": "email", "value": { "_type": "ref", "name": "$email" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorInvalidCredentials", "selections": [{ "_type": "TypenameField", "alias": null }] } }] }, "sourceText": "mutation SendOTPCode($email: String!) { error: sendOTPCode(email: $email) { __typename }}", "hash": "8341023356681593097" }, "SetTagIsFavourite": { "name": "SetTagIsFavourite", "type": "MUTATION", "parameters": { "$isFavourite": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "$tagId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "setTagIsFavourite", "alias": "setTagIsFavourite", "arguments": { "isFavourite": { "name": "isFavourite", "value": { "_type": "ref", "name": "$isFavourite" } }, "tagId": { "name": "tagId", "value": { "_type": "ref", "name": "$tagId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "ErrorAlreadyDoneOrUnknownTags", "selections": [{ "_type": "TypenameField", "alias": "error" }] } }] }, "sourceText": "mutation SetTagIsFavourite($tagId: UUID!, $isFavourite: Boolean!) { setTagIsFavourite(tagId: $tagId, isFavourite: $isFavourite) { error: __typename }}", "hash": "3161158731214547692" }, "UpdateFile": { "name": "UpdateFile", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "$tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateFile", "alias": "error", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } }, "tagIds": { "name": "tagIds", "value": { "_type": "ref", "name": "$tagIds" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFileError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ErrorUnknownTags", "spec": { "_type": "ObjectFragmentSpec", "name": "ErrorUnknownTags", "selections": [{ "_type": "SpreadSelection", "fragment": "ErrorUnknownTags" }] } }] } }] }, "sourceText": "mutation UpdateFile($id: UUID!, $name: String!, $tagIds: [UUID!]!) { error: updateFile(id: $id, name: $name, tagIds: $tagIds) { __typename ... on ErrorUnknownTags { ...ErrorUnknownTags } }}", "hash": "6188777152924283913" }, "UploadDealTable": { "name": "UploadDealTable", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" } } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadDealTable", "alias": "error", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ErrorTableInvalid", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }] } }] }, "sourceText": "mutation UploadDealTable($file: Upload!) { error: uploadDealTable(file: $file) { message }}", "hash": "2856131315236178725" } }, "directives": {} }
1
+ { "fragments": { "BaseAccountingCategory": { "sourceText": "fragment BaseAccountingCategory on AccountingCategory { id amountFinalBalanceDt amountFinalBalanceKt calculationDocument counterpartyContractText counterparty { ...BaseLCounterparty } counterpartyType createdAt date dateProduced purpose contract { ...BaseAccountingCategoryLContract stages { comment } } updNumber updSum updTimestamp isConstructionNotReady}", "spec": { "_type": "ObjectFragmentSpec", "name": "AccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amountFinalBalanceDt", "alias": "amountFinalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amountFinalBalanceKt", "alias": "amountFinalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "calculationDocument", "alias": "calculationDocument", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyContractText", "alias": "counterpartyContractText", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "counterpartyType", "alias": "counterpartyType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateProduced", "alias": "dateProduced", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purpose", "alias": "purpose", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AccountingCategoryLContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccountingCategoryLContract" }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "FieldSelection", "name": "comment", "alias": "comment", "arguments": {}, "selection": null }] } }] } }, { "_type": "FieldSelection", "name": "updNumber", "alias": "updNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updSum", "alias": "updSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updTimestamp", "alias": "updTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isConstructionNotReady", "alias": "isConstructionNotReady", "arguments": {}, "selection": null }] } }, "BaseAccountingCategoryLContract": { "sourceText": "fragment BaseAccountingCategoryLContract on AccountingCategoryLContract { id numberDoc shortName status}", "spec": { "_type": "ObjectFragmentSpec", "name": "AccountingCategoryLContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, "BaseAccrualReport": { "sourceText": "fragment BaseAccrualReport on AccrualReport { id phoneNumber dateOfStartPeriod dateOfEndPeriod total}", "spec": { "_type": "ObjectFragmentSpec", "name": "AccrualReport", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateOfStartPeriod", "alias": "dateOfStartPeriod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateOfEndPeriod", "alias": "dateOfEndPeriod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }] } }, "BaseAllowance": { "sourceText": "fragment BaseAllowance on Allowance { id name createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "BaseAlreadyExistsData": { "sourceText": "fragment BaseAlreadyExistsData on AlreadyExistsData { key value}", "spec": { "_type": "ObjectFragmentSpec", "name": "AlreadyExistsData", "selections": [{ "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }, "BaseAssemblyUnit": { "sourceText": "fragment BaseAssemblyUnit on AssemblyUnit { id name purchasedEquipments { id belongsId targetId quantity unit purchasedEquipment { ...BasePurchasedEquipment } } details { id belongsId targetId quantity unit detail { ...BaseDetail } } subnodes { id belongsId targetId quantity unit subnode { ...BaseSubnode } } nodes { id belongsId targetId quantity unit node { ...BaseNode } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipments", "alias": "purchasedEquipments", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, { "_type": "FieldSelection", "name": "details", "alias": "details", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }, { "_type": "FieldSelection", "name": "subnodes", "alias": "subnodes", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] } }, { "_type": "FieldSelection", "name": "nodes", "alias": "nodes", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "NodeToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "node", "alias": "node", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }] } }] } }, "BaseBankAccount": { "sourceText": "fragment BaseBankAccount on BankAccount { id name bik corrAccount account balance date}", "spec": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bik", "alias": "bik", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "corrAccount", "alias": "corrAccount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "account", "alias": "account", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "balance", "alias": "balance", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }] } }, "BaseBidder": { "sourceText": "fragment BaseBidder on Bidder { id inn name rating tenders { id isWinner isReserveWinner isDisqualified totalScore offer bidderId tenderId }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Bidder", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rating", "alias": "rating", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenders", "alias": "tenders", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "BidderTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isWinner", "alias": "isWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isReserveWinner", "alias": "isReserveWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDisqualified", "alias": "isDisqualified", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalScore", "alias": "totalScore", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offer", "alias": "offer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bidderId", "alias": "bidderId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderId", "alias": "tenderId", "arguments": {}, "selection": null }] } }] } }, "BaseBrand": { "sourceText": "fragment BaseBrand on Brand { id title phoneNumber mail note createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "BaseBrandToCounterparty": { "sourceText": "fragment BaseBrandToCounterparty on BrandToCounterparty { id brandId counterparty { ...BaseLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "BrandToCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "brandId", "alias": "brandId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }] } }, "BaseCameraRegistryRow": { "sourceText": "fragment BaseCameraRegistryRow on CameraRegistryRow { id installationDate accessParameters createdAt updatedAt onStorage contract { ...BaseLContract } sim { ...BaseLSimCardWithReports }}", "spec": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "installationDate", "alias": "installationDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accessParameters", "alias": "accessParameters", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedAt", "alias": "updatedAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "onStorage", "alias": "onStorage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LSimCardWithReports", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLSimCardWithReports" }] } }] } }, "BaseCameraRegistryTrasnferLog": { "sourceText": "fragment BaseCameraRegistryTrasnferLog on CameraRegistryTrasnferLog { id contractId createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryTrasnferLog", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "BaseCloseForModifyError": { "sourceText": "fragment BaseCloseForModifyError on CloseForModifyError { message}", "spec": { "_type": "ObjectFragmentSpec", "name": "CloseForModifyError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }] } }, "BaseCompiledInvoicesMeta": { "sourceText": "fragment BaseCompiledInvoicesMeta on CompiledInvoicesMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "CompiledInvoicesMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseCompilledInvoiceWithABC": { "sourceText": "fragment BaseCompilledInvoiceWithABC on CompilledInvoiceWithABC { contract { ...BaseLContractAndLCounterparty } date counterpartyName nomenclature amount unit price sum vat total documentNumber number1c counterparty { ...BaseLCounterparty } abcCategory}", "spec": { "_type": "ObjectFragmentSpec", "name": "CompilledInvoiceWithABC", "selections": [{ "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyName", "alias": "counterpartyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "vat", "alias": "vat", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "documentNumber", "alias": "documentNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number1c", "alias": "number1c", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }] } }, "BaseConstructionEquipment": { "sourceText": "fragment BaseConstructionEquipment on ConstructionEquipment { id model stateNumber type { ...BaseConstructionEquipmentType } contractorContracts { ...BaseLContractorContractAndLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "model", "alias": "model", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stateNumber", "alias": "stateNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }, { "_type": "FieldSelection", "name": "contractorContracts", "alias": "contractorContracts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContractAndLCounterparty" }] } }] } }, "BaseConstructionEquipmentType": { "sourceText": "fragment BaseConstructionEquipmentType on ConstructionEquipmentType { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseContractGrouppedUnderApprovalInvoice": { "sourceText": "fragment BaseContractGrouppedUnderApprovalInvoice on ContractGroupedUnderApprovalInvoice { category contract { ...BaseLContract } counterparty { ...BaseLCounterparty } stageNames stageSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractGroupedUnderApprovalInvoice", "selections": [{ "_type": "FieldSelection", "name": "category", "alias": "category", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "stageNames", "alias": "stageNames", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageSum", "alias": "stageSum", "arguments": {}, "selection": null }] } }, "BaseContractInvoicesMeta": { "sourceText": "fragment BaseContractInvoicesMeta on ContractInvoicesMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractInvoicesMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseContractStage": { "sourceText": "fragment BaseContractStage on ContractStage { id workName dateEnd contractId sumStage isOriginal payment numAct stageWork stagePay stageUpd dateAct numPp datePp invoiceIssued comment npp guarantee isCompleted subStages { id contractStageId numPp datePp payment numAct dateAct }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateEnd", "alias": "dateEnd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sumStage", "alias": "sumStage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isOriginal", "alias": "isOriginal", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numAct", "alias": "numAct", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageWork", "alias": "stageWork", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stagePay", "alias": "stagePay", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageUpd", "alias": "stageUpd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateAct", "alias": "dateAct", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numPp", "alias": "numPp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "datePp", "alias": "datePp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "invoiceIssued", "alias": "invoiceIssued", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "comment", "alias": "comment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "guarantee", "alias": "guarantee", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isCompleted", "alias": "isCompleted", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subStages", "alias": "subStages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractSubStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractStageId", "alias": "contractStageId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numPp", "alias": "numPp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "datePp", "alias": "datePp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numAct", "alias": "numAct", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateAct", "alias": "dateAct", "arguments": {}, "selection": null }] } }] } }, "BaseContractSummary": { "sourceText": "fragment BaseContractSummary on ContractSummary { contractId percent sumStage accomplishment payment paymentUpd balanceContract resultDolg}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractSummary", "selections": [{ "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "percent", "alias": "percent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sumStage", "alias": "sumStage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accomplishment", "alias": "accomplishment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentUpd", "alias": "paymentUpd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "balanceContract", "alias": "balanceContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "resultDolg", "alias": "resultDolg", "arguments": {}, "selection": null }] } }, "BaseContractToGroup": { "sourceText": "fragment BaseContractToGroup on ContractToGroup { id groupId groupName contract { ...BaseLContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractToGroup", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "groupId", "alias": "groupId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "groupName", "alias": "groupName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }] } }, "BaseContractToNomenclature": { "sourceText": "fragment BaseContractToNomenclature on ContractToNomenclature { id nomenclatureId progress nomenclature { id name seeId }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractToNomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureId", "alias": "nomenclatureId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "progress", "alias": "progress", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }] } }] } }, "BaseContractorContract": { "sourceText": "fragment BaseContractorContract on ContractorContract { id contractNumber contractSubject conditionalName shortName contractLink workTypes date customerContractId sum customerContract{ ...BaseLContract } counterparty{ ...BaseContractorContractLCounterparty } status completedAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractNumber", "alias": "contractNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractSubject", "alias": "contractSubject", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "conditionalName", "alias": "conditionalName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractLink", "alias": "contractLink", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workTypes", "alias": "workTypes", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerContractId", "alias": "customerContractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerContract", "alias": "customerContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractorContractLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContractLCounterparty" }] } }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "completedAt", "alias": "completedAt", "arguments": {}, "selection": null }] } }, "BaseContractorContractLCounterparty": { "sourceText": "fragment BaseContractorContractLCounterparty on ContractorContractLCounterparty { id title inn group entityType tradeName}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContractLCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "group", "alias": "group", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "entityType", "alias": "entityType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tradeName", "alias": "tradeName", "arguments": {}, "selection": null }] } }, "BaseCounterpartiesTableMeta": { "sourceText": "fragment BaseCounterpartiesTableMeta on CounterpartiesTableMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "CounterpartiesTableMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseCounterparty": { "sourceText": "fragment BaseCounterparty on Counterparty { id title inn group entityType isIndividualEntrepreneur tradeName description url contacts phoneNumber createdAt total standardDeviation loadByMonth edoWork note}", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "group", "alias": "group", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "entityType", "alias": "entityType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isIndividualEntrepreneur", "alias": "isIndividualEntrepreneur", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tradeName", "alias": "tradeName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "description", "alias": "description", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "url", "alias": "url", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contacts", "alias": "contacts", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "standardDeviation", "alias": "standardDeviation", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "loadByMonth", "alias": "loadByMonth", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "edoWork", "alias": "edoWork", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }] } }, "BaseCounterpartyGrouppedUnderApprovalInvoice": { "sourceText": "fragment BaseCounterpartyGrouppedUnderApprovalInvoice on CounterpartyGroupedUnderApprovalInvoice { category contracts { ...BaseLContract } counterparty { ...BaseLCounterparty } stageNames stageSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "CounterpartyGroupedUnderApprovalInvoice", "selections": [{ "_type": "FieldSelection", "name": "category", "alias": "category", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contracts", "alias": "contracts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "stageNames", "alias": "stageNames", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageSum", "alias": "stageSum", "arguments": {}, "selection": null }] } }, "BaseCounterpartyToUser": { "sourceText": "fragment BaseCounterpartyToUser on CounterpartyToUser { id counterpartyId user { ...BaseLUser }}", "spec": { "_type": "ObjectFragmentSpec", "name": "CounterpartyToUser", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyId", "alias": "counterpartyId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }] } }, "BaseCustomer": { "sourceText": "fragment BaseCustomer on Customer { id contact tel mail organizationDirector name tenders { id transactionDate protocolNumber startingSum finishingSum offerentsCount }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contact", "alias": "contact", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationDirector", "alias": "organizationDirector", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenders", "alias": "tenders", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "transactionDate", "alias": "transactionDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolNumber", "alias": "protocolNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startingSum", "alias": "startingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "finishingSum", "alias": "finishingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offerentsCount", "alias": "offerentsCount", "arguments": {}, "selection": null }] } }] } }, "BaseDatesRange": { "sourceText": "fragment BaseDatesRange on DatesRange { start end}", "spec": { "_type": "ObjectFragmentSpec", "name": "DatesRange", "selections": [{ "_type": "FieldSelection", "name": "start", "alias": "start", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "end", "alias": "end", "arguments": {}, "selection": null }] } }, "BaseDeleteReportSuccess": { "sourceText": "fragment BaseDeleteReportSuccess on DeleteReportSuccess { success}", "spec": { "_type": "ObjectFragmentSpec", "name": "DeleteReportSuccess", "selections": [{ "_type": "FieldSelection", "name": "success", "alias": "success", "arguments": {}, "selection": null }] } }, "BaseDepartment": { "sourceText": "fragment BaseDepartment on Department { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseDetail": { "sourceText": "fragment BaseDetail on Detail { id equipmentId equipment { ...BasePurchasedEquipment }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "equipmentId", "alias": "equipmentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "equipment", "alias": "equipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, "BaseEmployee": { "sourceText": "fragment BaseEmployee on Employee { id name familyName workPosition { ...BaseLWorkPosition }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }] } }, "BaseEmployeeABCData": { "sourceText": "fragment BaseEmployeeABCData on EmployeeABCData { messagesCount abcCategory}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeABCData", "selections": [{ "_type": "FieldSelection", "name": "messagesCount", "alias": "messagesCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }] } }, "BaseEmployeeEquipment": { "sourceText": "fragment BaseEmployeeEquipment on EmployeeEquipment { id employee { ...BaseLEmployee } equipment { ...BasePurchasedEquipment } issuedBy { ...BaseLEmployee } issueDate returnDate status conditionOnIssue conditionOnReturn serialNumber quantity size notes}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "equipment", "alias": "equipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "issuedBy", "alias": "issuedBy", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "issueDate", "alias": "issueDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "returnDate", "alias": "returnDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "conditionOnIssue", "alias": "conditionOnIssue", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "conditionOnReturn", "alias": "conditionOnReturn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "size", "alias": "size", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notes", "alias": "notes", "arguments": {}, "selection": null }] } }, "BaseEmployeeInvoiceApprovals": { "sourceText": "fragment BaseEmployeeInvoiceApprovals on EmployeeInvoiceApprovals { status tgApprovalMessageTimestamp approvalTimestamp employee { ...BaseLUser }}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeInvoiceApprovals", "selections": [{ "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgApprovalMessageTimestamp", "alias": "tgApprovalMessageTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvalTimestamp", "alias": "approvalTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }] } }, "BaseEmployeeToAllowance": { "sourceText": "fragment BaseEmployeeToAllowance on EmployeeToAllowance { id employee { ...BaseLEmployee } allowance { ...BaseAllowance } value createdAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeToAllowance", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "allowance", "alias": "allowance", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }, { "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }] } }, "BaseEmployeeToNotification": { "sourceText": "fragment BaseEmployeeToNotification on EmployeeToNotification { id employee { ...BaseLEmployee } notificationType}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeToNotification", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "notificationType", "alias": "notificationType", "arguments": {}, "selection": null }] } }, "BaseEmployeeVacation": { "sourceText": "fragment BaseEmployeeVacation on EmployeeVacation { id employeeId dateFrom dateTo type}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeVacation", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employeeId", "alias": "employeeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateFrom", "alias": "dateFrom", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateTo", "alias": "dateTo", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }] } }, "BaseFilteredContract": { "sourceText": "fragment BaseFilteredContract on FilteredContract { id accomplishment balanceContract counterparty { ...BaseLCounterparty } responsibleUser { ...BaseLUser } date isOriginal numberDoc paymentUpd payment resultDolg shortName sumStage percent abcGroup totalUpdSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accomplishment", "alias": "accomplishment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "balanceContract", "alias": "balanceContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "responsibleUser", "alias": "responsibleUser", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isOriginal", "alias": "isOriginal", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentUpd", "alias": "paymentUpd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "resultDolg", "alias": "resultDolg", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sumStage", "alias": "sumStage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "percent", "alias": "percent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcGroup", "alias": "abcGroup", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUpdSum", "alias": "totalUpdSum", "arguments": {}, "selection": null }] } }, "BaseFilteredCounterparty": { "sourceText": "fragment BaseFilteredCounterparty on FilteredCounterparty { id title inn group entityType isIndividualEntrepreneur tradeName description url contacts createdAt standardDeviation loadByMonth edoWork totalSum runningTotal cumulativePercent category customerAmountFinalBalanceDt customerAmountFinalBalanceKt providerAmountFinalBalanceDt providerAmountFinalBalanceKt}", "spec": { "_type": "ObjectFragmentSpec", "name": "FilteredCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "group", "alias": "group", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "entityType", "alias": "entityType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isIndividualEntrepreneur", "alias": "isIndividualEntrepreneur", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tradeName", "alias": "tradeName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "description", "alias": "description", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "url", "alias": "url", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contacts", "alias": "contacts", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "standardDeviation", "alias": "standardDeviation", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "loadByMonth", "alias": "loadByMonth", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "edoWork", "alias": "edoWork", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "runningTotal", "alias": "runningTotal", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "cumulativePercent", "alias": "cumulativePercent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "category", "alias": "category", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerAmountFinalBalanceDt", "alias": "customerAmountFinalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerAmountFinalBalanceKt", "alias": "customerAmountFinalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "providerAmountFinalBalanceDt", "alias": "providerAmountFinalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "providerAmountFinalBalanceKt", "alias": "providerAmountFinalBalanceKt", "arguments": {}, "selection": null }] } }, "BaseFilteredSimCard": { "sourceText": "fragment BaseFilteredSimCard on FilteredSimCard { fio id rate phoneNumber routers { id contract { ...BaseLContractAndLCounterparty } } serialNumber status userStatus sum activateDate note isActiveSimWithArchiveContract isLongSupportSim}", "spec": { "_type": "ObjectFragmentSpec", "name": "FilteredSimCard", "selections": [{ "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rate", "alias": "rate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routers", "alias": "routers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }] } }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userStatus", "alias": "userStatus", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activateDate", "alias": "activateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isActiveSimWithArchiveContract", "alias": "isActiveSimWithArchiveContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isLongSupportSim", "alias": "isLongSupportSim", "arguments": {}, "selection": null }] } }, "BaseFinancialReport": { "sourceText": "fragment BaseFinancialReport on Report { id title checkbox note created updated total mileage date isComing user { ...BaseLUser } virtualUser { ...BaseFinancialReportUser } weeklyReport { ...LiteWeeklyFinReport }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "checkbox", "alias": "checkbox", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "created", "alias": "created", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updated", "alias": "updated", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mileage", "alias": "mileage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isComing", "alias": "isComing", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "virtualUser", "alias": "virtualUser", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }, { "_type": "FieldSelection", "name": "weeklyReport", "alias": "weeklyReport", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "LiteWeeklyFinReport" }] } }] } }, "BaseFinancialReportUser": { "sourceText": "fragment BaseFinancialReportUser on FinancialReportUser { id username userId default totalSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "username", "alias": "username", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userId", "alias": "userId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "default", "alias": "default", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }] } }, "BaseFinancialReportsMeta": { "sourceText": "fragment BaseFinancialReportsMeta on FinancialReportsMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "FinancialReportsMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseFixedAsset": { "sourceText": "fragment BaseFixedAsset on FixedAsset { id title contractorContract { ...BaseLContractorContract } invoice { ...SearchedInvoice } type { ...BaseFixedAssetType } sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractorContract", "alias": "contractorContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContract" }] } }, { "_type": "FieldSelection", "name": "invoice", "alias": "invoice", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedInvoice" }] } }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseFixedAssetType": { "sourceText": "fragment BaseFixedAssetType on FixedAssetType { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseFuelCard": { "sourceText": "fragment BaseFuelCard on FuelCard { id logs { ...BaseFuelCardLogs } employee { ...BaseLEmployee } cardNumber status note}", "spec": { "_type": "ObjectFragmentSpec", "name": "FuelCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "logs", "alias": "logs", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ServiceParams", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFuelCardLogs" }] } }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "cardNumber", "alias": "cardNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }] } }, "BaseFuelCardLogs": { "sourceText": "fragment BaseFuelCardLogs on ServiceParams { id cardNumber service count total startPeriod endPeriod}", "spec": { "_type": "ObjectFragmentSpec", "name": "ServiceParams", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "cardNumber", "alias": "cardNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "service", "alias": "service", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startPeriod", "alias": "startPeriod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "endPeriod", "alias": "endPeriod", "arguments": {}, "selection": null }] } }, "BaseFutureJobAndAmount": { "sourceText": "fragment BaseFutureJobAndAmount on FutureJobAndAmount { npp counterparty contract date shortName stageName stageSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "FutureJobAndAmount", "selections": [{ "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageName", "alias": "stageName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stageSum", "alias": "stageSum", "arguments": {}, "selection": null }] } }, "BaseGroupedFinancialReport": { "sourceText": "fragment BaseGroupedFinancialReport on GroupedFinancialReport { title total}", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupedFinancialReport", "selections": [{ "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }] } }, "BaseGroupedOverheadCost": { "sourceText": "fragment BaseGroupedOverheadCost on GroupedOverheadCost { date counterpartyStr total abcCategory counterparty { ...BaseLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupedOverheadCost", "selections": [{ "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyStr", "alias": "counterpartyStr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }] } }, "BaseGroupedSalaryAnalysis": { "sourceText": "fragment BaseGroupedSalaryAnalysis on GroupedSalaryAnalysis { month toPayment}", "spec": { "_type": "ObjectFragmentSpec", "name": "GroupedSalaryAnalysis", "selections": [{ "_type": "FieldSelection", "name": "month", "alias": "month", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "toPayment", "alias": "toPayment", "arguments": {}, "selection": null }] } }, "BaseInvoicePosition": { "sourceText": "fragment BaseInvoicePosition on InvoicePosition { id unit amount sum vatSum totalSum vat price nomenclature { ...BaseInvoicePositionNomenclature }}", "spec": { "_type": "ObjectFragmentSpec", "name": "InvoicePosition", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "vatSum", "alias": "vatSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "vat", "alias": "vat", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicePositionNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicePositionNomenclature" }] } }] } }, "BaseInvoicePositionNomenclature": { "sourceText": "fragment BaseInvoicePositionNomenclature on InvoicePositionNomenclature { id name equipment equipmentType service serviceType material materialType}", "spec": { "_type": "ObjectFragmentSpec", "name": "InvoicePositionNomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "equipment", "alias": "equipment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "equipmentType", "alias": "equipmentType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "service", "alias": "service", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serviceType", "alias": "serviceType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "material", "alias": "material", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialType", "alias": "materialType", "arguments": {}, "selection": null }] } }, "BaseInvoiceUPD": { "sourceText": "fragment BaseInvoiceUPD on InvoiceUPD { id updSum updNumber updDate}", "spec": { "_type": "ObjectFragmentSpec", "name": "InvoiceUPD", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updSum", "alias": "updSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updNumber", "alias": "updNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updDate", "alias": "updDate", "arguments": {}, "selection": null }] } }, "BaseInvoicesUnderApprovalMeta": { "sourceText": "fragment BaseInvoicesUnderApprovalMeta on InvoicesUnderApprovalMeta { count sum guaranteeSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "InvoicesUnderApprovalMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "guaranteeSum", "alias": "guaranteeSum", "arguments": {}, "selection": null }] } }, "BaseLContract": { "sourceText": "fragment BaseLContract on LContract { id numberDoc shortName status}", "spec": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, "BaseLContractAndLCounterparty": { "sourceText": "fragment BaseLContractAndLCounterparty on LContractAndLCounterparty { id numberDoc shortName status subjectContract counterparty { ...BaseLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subjectContract", "alias": "subjectContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }] } }, "BaseLContractTgActivity": { "sourceText": "fragment BaseLContractTgActivity on LContractTgActivity { id numberDoc shortName status tgYearActivity { ...BaseTgChatDaySummary }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LContractTgActivity", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgYearActivity", "alias": "tgYearActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] } }, "BaseLContractorContract": { "sourceText": "fragment BaseLContractorContract on LContractorContract { id contractNumber shortName}", "spec": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractNumber", "alias": "contractNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }] } }, "BaseLContractorContractAndLCounterparty": { "sourceText": "fragment BaseLContractorContractAndLCounterparty on LContractorContractAndLCounterparty { id contractNumber shortName counterparty { ...BaseContractorContractLCounterparty total lastInvoice { ...SearchedInvoice } } customerContract { ...BaseLContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LContractorContractAndLCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractNumber", "alias": "contractNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractorContractLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContractLCounterparty" }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lastInvoice", "alias": "lastInvoice", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedInvoice" }] } }] } }, { "_type": "FieldSelection", "name": "customerContract", "alias": "customerContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }] } }, "BaseLCounterparty": { "sourceText": "fragment BaseLCounterparty on LCounterparty { id title inn group entityType tradeName}", "spec": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "group", "alias": "group", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "entityType", "alias": "entityType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tradeName", "alias": "tradeName", "arguments": {}, "selection": null }] } }, "BaseLEmployee": { "sourceText": "fragment BaseLEmployee on LEmployee { id name familyName workPosition { ...BaseLWorkPosition }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }] } }, "BaseLNomenclature": { "sourceText": "fragment BaseLNomenclature on LNomenclature { id name subLevel seeId parentId}", "spec": { "_type": "ObjectFragmentSpec", "name": "LNomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }] } }, "BaseLSimCard": { "sourceText": "fragment BaseLSimCard on LSimCard { id phoneNumber status userStatus}", "spec": { "_type": "ObjectFragmentSpec", "name": "LSimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userStatus", "alias": "userStatus", "arguments": {}, "selection": null }] } }, "BaseLSimCardWithReports": { "sourceText": "fragment BaseLSimCardWithReports on LSimCardWithReports { id phoneNumber status userStatus reports { ...BaseAccrualReport }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LSimCardWithReports", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userStatus", "alias": "userStatus", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reports", "alias": "reports", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AccrualReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccrualReport" }] } }] } }, "BaseLUser": { "sourceText": "fragment BaseLUser on LUser { id firstName lastName username}", "spec": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "firstName", "alias": "firstName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lastName", "alias": "lastName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "username", "alias": "username", "arguments": {}, "selection": null }] } }, "BaseLWorkPosition": { "sourceText": "fragment BaseLWorkPosition on LWorkPosition { id department { ...BaseDepartment } name}", "spec": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "department", "alias": "department", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseLicense": { "sourceText": "fragment BaseLicense on License { id title number date counterparty { ...BaseLCounterparty } contractorContract { ...BaseLContractorContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "contractorContract", "alias": "contractorContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContract" }] } }] } }, "BaseLiteTableContract": { "sourceText": "fragment BaseLiteTableContract on LiteTableContract { id numberDoc shortName counterparty { ...BaseLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LiteTableContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }] } }, "BaseLoginError": { "sourceText": "fragment BaseLoginError on LoginError { message}", "spec": { "_type": "ObjectFragmentSpec", "name": "LoginError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }] } }, "BaseLosNovaJob": { "sourceText": "fragment BaseLosNovaJob on LosNovaJob { id amount calcedUnitMaterialCost calcedUnitWorkCost consumptionRate globalWorkName note number organizerComment parentWork { ...BaseTenderWork } participantComment rowType type work { ...BaseTenderWork }}", "spec": { "_type": "ObjectFragmentSpec", "name": "LosNovaJob", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "calcedUnitMaterialCost", "alias": "calcedUnitMaterialCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "calcedUnitWorkCost", "alias": "calcedUnitWorkCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "consumptionRate", "alias": "consumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "globalWorkName", "alias": "globalWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizerComment", "alias": "organizerComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWork", "alias": "parentWork", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTenderWork" }] } }, { "_type": "FieldSelection", "name": "participantComment", "alias": "participantComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rowType", "alias": "rowType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "work", "alias": "work", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTenderWork" }] } }] } }, "BaseMonthlyGroupedFinancialReport": { "sourceText": "fragment BaseMonthlyGroupedFinancialReport on MonthlyGroupedFinancialReport { title total year month}", "spec": { "_type": "ObjectFragmentSpec", "name": "MonthlyGroupedFinancialReport", "selections": [{ "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "month", "alias": "month", "arguments": {}, "selection": null }] } }, "BaseNode": { "sourceText": "fragment BaseNode on Node { id name purchasedEquipments { id belongsId targetId quantity unit purchasedEquipment { ...BasePurchasedEquipment } } details { id belongsId targetId quantity unit detail { ...BaseDetail } } subnodes { id belongsId targetId quantity unit subnode { ...BaseSubnode } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipments", "alias": "purchasedEquipments", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, { "_type": "FieldSelection", "name": "details", "alias": "details", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }, { "_type": "FieldSelection", "name": "subnodes", "alias": "subnodes", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] } }] } }, "BaseNomenclature": { "sourceText": "fragment BaseNomenclature on Nomenclature { id name subLevel seeId parentId}", "spec": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }] } }, "BaseNonMetallicMaterial": { "sourceText": "fragment BaseNonMetallicMaterial on NonMetallicMaterial { id date amount unit contract { ...BaseLContract } material { ...BasePurchasedEquipment }}", "spec": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "material", "alias": "material", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, "BaseNonMetallicMaterialsMeta": { "sourceText": "fragment BaseNonMetallicMaterialsMeta on NonMetallicMaterialsMeta { count}", "spec": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterialsMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }] } }, "BaseObjectAlreadyExistsError": { "sourceText": "fragment BaseObjectAlreadyExistsError on ObjectAlreadyExistsError { message values { ...BaseAlreadyExistsData }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "values", "alias": "values", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AlreadyExistsData", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAlreadyExistsData" }] } }] } }, "BaseObjectAssembly": { "sourceText": "fragment BaseObjectAssembly on ObjectAssembly { contract { ...BaseLContractAndLCounterparty subjectContract } nodes { id belongsId targetId quantity unit node { ...BaseNode } } assemblyUnits { id belongsId targetId quantity unit assemblyUnit { ...BaseAssemblyUnit } } details { belongsId targetId detail { ...BaseDetail } id quantity unit } projectEquipments { belongsId id targetId projectEquipment { ...BaseProjectEquipment } quantity unit } purchasedEquipments { belongsId id targetId purchasedEquipment { ...BasePurchasedEquipment } quantity unit } subnodes { belongsId id targetId quantity subnode { ...BaseSubnode } unit }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }, { "_type": "FieldSelection", "name": "subjectContract", "alias": "subjectContract", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "nodes", "alias": "nodes", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "NodeToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "node", "alias": "node", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }] } }, { "_type": "FieldSelection", "name": "assemblyUnits", "alias": "assemblyUnits", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnitToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "assemblyUnit", "alias": "assemblyUnit", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }] } }, { "_type": "FieldSelection", "name": "details", "alias": "details", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "projectEquipments", "alias": "projectEquipments", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipmentToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "projectEquipment", "alias": "projectEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "purchasedEquipments", "alias": "purchasedEquipments", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "subnodes", "alias": "subnodes", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }] } }] } }, "BaseObjectHasRelationError": { "sourceText": "fragment BaseObjectHasRelationError on ObjectHasRelationError { message}", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectHasRelationError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }] } }, "BaseObjectKeyError": { "sourceText": "fragment BaseObjectKeyError on ObjectKeyError { message key}", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }] } }, "BaseObjectNotFoundError": { "sourceText": "fragment BaseObjectNotFoundError on ObjectNotFoundError { message key}", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }] } }, "BaseOverheadCost": { "sourceText": "fragment BaseOverheadCost on OverheadCost { date nomenclature amount unit price sum vat total counterpartyStr counterparty { id title } abcCategory incomingDocumentNumber}", "spec": { "_type": "ObjectFragmentSpec", "name": "OverheadCost", "selections": [{ "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "vat", "alias": "vat", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyStr", "alias": "counterpartyStr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentNumber", "alias": "incomingDocumentNumber", "arguments": {}, "selection": null }] } }, "BaseParentObjectNotFoundError": { "sourceText": "fragment BaseParentObjectNotFoundError on ParentObjectNotFoundError { message parentKey}", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentKey", "alias": "parentKey", "arguments": {}, "selection": null }] } }, "BasePaymentRegistryRecordSlice": { "sourceText": "fragment BasePaymentRegistryRecordSlice on PaymentRegistryRecordSlice { count sum items { ...BaseSlicedPaymentRegistryRecord }}", "spec": { "_type": "ObjectFragmentSpec", "name": "PaymentRegistryRecordSlice", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "items", "alias": "items", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SlicedPaymentRegistryRecord", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSlicedPaymentRegistryRecord" }] } }] } }, "BaseProjectEquipment": { "sourceText": "fragment BaseProjectEquipment on ProjectEquipment { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BasePurchasedEquipment": { "sourceText": "fragment BasePurchasedEquipment on PurchasedEquipment { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseRSSDmitrovStage": { "sourceText": "fragment BaseRSSDmitrovStage on RSSDmitrovStage { id rssDmitrovRowId workName volume unitMaterialCost unitSmrCost basicMaterialsTotalCost smrTotalCost totalTotalCost applicationSubmitted counterpartyOffer hasDistributionLetter productOnObject isPaid}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrovStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rssDmitrovRowId", "alias": "rssDmitrovRowId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitMaterialCost", "alias": "unitMaterialCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitSmrCost", "alias": "unitSmrCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsTotalCost", "alias": "basicMaterialsTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalTotalCost", "alias": "totalTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "applicationSubmitted", "alias": "applicationSubmitted", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyOffer", "alias": "counterpartyOffer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasDistributionLetter", "alias": "hasDistributionLetter", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObject", "alias": "productOnObject", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isPaid", "alias": "isPaid", "arguments": {}, "selection": null }] } }, "BaseRSSIstraStage": { "sourceText": "fragment BaseRSSIstraStage on RSSIstraStage { id rssIstraRowId workName volume nmUnitCost notNmUnitCost totalCost applicationSubmitted counterpartyOffer hasDistributionLetter productOnObject isPaid}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstraStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rssIstraRowId", "alias": "rssIstraRowId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nmUnitCost", "alias": "nmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notNmUnitCost", "alias": "notNmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "applicationSubmitted", "alias": "applicationSubmitted", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyOffer", "alias": "counterpartyOffer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasDistributionLetter", "alias": "hasDistributionLetter", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObject", "alias": "productOnObject", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isPaid", "alias": "isPaid", "arguments": {}, "selection": null }] } }, "BaseRSSKuvekinoStage": { "sourceText": "fragment BaseRSSKuvekinoStage on RSSKuvekinoStage { id tkpRssRowId workName volume unitMaterialCost unitSmrCost basicMaterialsTotalCost smrTotalCost totalTotalCost applicationSubmitted counterpartyOffer hasDistributionLetter productOnObject isPaid}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekinoStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tkpRssRowId", "alias": "tkpRssRowId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitMaterialCost", "alias": "unitMaterialCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitSmrCost", "alias": "unitSmrCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsTotalCost", "alias": "basicMaterialsTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalTotalCost", "alias": "totalTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "applicationSubmitted", "alias": "applicationSubmitted", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyOffer", "alias": "counterpartyOffer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasDistributionLetter", "alias": "hasDistributionLetter", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObject", "alias": "productOnObject", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isPaid", "alias": "isPaid", "arguments": {}, "selection": null }] } }, "BaseRSSStage": { "sourceText": "fragment BaseRSSStage on RSSStage { id rssId volume materialUnitCost smrUnitCost applicationSubmitted counterpartyOffer hasDistributionLetter productOnObject isPaid}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rssId", "alias": "rssId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialUnitCost", "alias": "materialUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "applicationSubmitted", "alias": "applicationSubmitted", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyOffer", "alias": "counterpartyOffer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasDistributionLetter", "alias": "hasDistributionLetter", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObject", "alias": "productOnObject", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isPaid", "alias": "isPaid", "arguments": {}, "selection": null }] } }, "BaseReferenceListRow": { "sourceText": "fragment BaseReferenceListRow on ReferenceListRow { counterparty { ...BaseLCounterparty } id referenceListTitle createdAt archivedAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "ReferenceListRow", "selections": [{ "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "referenceListTitle", "alias": "referenceListTitle", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "archivedAt", "alias": "archivedAt", "arguments": {}, "selection": null }] } }, "BaseRentItem": { "sourceText": "fragment BaseRentItem on RentItem { id purpose contractorContract { ...BaseLContractorContractAndLCounterparty } type { ...BaseRentItemsType } contracts { ...BaseRentItemToContract } isOverheadCosts}", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purpose", "alias": "purpose", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractorContract", "alias": "contractorContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }, { "_type": "FieldSelection", "name": "contracts", "alias": "contracts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItemToContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemToContract" }] } }, { "_type": "FieldSelection", "name": "isOverheadCosts", "alias": "isOverheadCosts", "arguments": {}, "selection": null }] } }, "BaseRentItemToContract": { "sourceText": "fragment BaseRentItemToContract on RentItemToContract { id contract { ...BaseLContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItemToContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }] } }, "BaseRentItemsType": { "sourceText": "fragment BaseRentItemsType on RentItemsType { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseRepairRegistry": { "sourceText": "fragment BaseRepairRegistry on RepairEquipment { id serialNumber breakdownDescription conclusionServiceCompany createdDate sendingDate acceptanceDate equipmentId counterparty { ...BaseLCounterparty } contract { ...BaseLContractAndLCounterparty } employee { ...BaseLEmployee } equipment { ...BasePurchasedEquipment }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "breakdownDescription", "alias": "breakdownDescription", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "conclusionServiceCompany", "alias": "conclusionServiceCompany", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdDate", "alias": "createdDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sendingDate", "alias": "sendingDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "acceptanceDate", "alias": "acceptanceDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "equipmentId", "alias": "equipmentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "equipment", "alias": "equipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, "BaseReview": { "sourceText": "fragment BaseReview on Review { id title text filename timestamp reviewsToEmployeeList { ...BaseReviewToEmployee }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "text", "alias": "text", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "filename", "alias": "filename", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reviewsToEmployeeList", "alias": "reviewsToEmployeeList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ReviewToEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReviewToEmployee" }] } }] } }, "BaseReviewToEmployee": { "sourceText": "fragment BaseReviewToEmployee on ReviewToEmployee { id reviewId timestamp isSended sendingError employee { ...BaseLEmployee }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ReviewToEmployee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reviewId", "alias": "reviewId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isSended", "alias": "isSended", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sendingError", "alias": "sendingError", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }] } }, "BaseRouterTechParameter": { "sourceText": "fragment BaseRouterTechParameter on RouterTechParameter { rowNumber id name description controller configuration versionOwen scada clientScada router { ...BasePurchasedEquipment } routerTableRow { ...RouterOnTechParamsTable } panel { ...BasePurchasedEquipment } flowmeter { ...BasePurchasedEquipment } createdAt updatedAt contractConnections { ...BaseRouterTechParameterToContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "FieldSelection", "name": "rowNumber", "alias": "rowNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "description", "alias": "description", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "controller", "alias": "controller", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "configuration", "alias": "configuration", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "versionOwen", "alias": "versionOwen", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "scada", "alias": "scada", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "clientScada", "alias": "clientScada", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "routerTableRow", "alias": "routerTableRow", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterOnTechParamsTable" }] } }, { "_type": "FieldSelection", "name": "panel", "alias": "panel", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "flowmeter", "alias": "flowmeter", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedAt", "alias": "updatedAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractConnections", "alias": "contractConnections", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameterToContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameterToContract" }] } }] } }, "BaseRouterTechParameterToContract": { "sourceText": "fragment BaseRouterTechParameterToContract on RouterTechParameterToContract { id routerTechnicalParameterId contract { ...BaseLContract } createdAt updatedAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameterToContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerTechnicalParameterId", "alias": "routerTechnicalParameterId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedAt", "alias": "updatedAt", "arguments": {}, "selection": null }] } }, "BaseSalaryAnalysis": { "sourceText": "fragment BaseSalaryAnalysis on SalaryAnalysis { salaryStatementEmployeeId salaryStatementEmployee { ...BaseSalaryStatementEmployee } rows { ...BaseSalaryAnalysisRow }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysis", "selections": [{ "_type": "FieldSelection", "name": "salaryStatementEmployeeId", "alias": "salaryStatementEmployeeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "salaryStatementEmployee", "alias": "salaryStatementEmployee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }, { "_type": "FieldSelection", "name": "rows", "alias": "rows", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysisRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryAnalysisRow" }] } }] } }, "BaseSalaryAnalysisMeta": { "sourceText": "fragment BaseSalaryAnalysisMeta on SalaryAnalysisMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysisMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseSalaryAnalysisRow": { "sourceText": "fragment BaseSalaryAnalysisRow on SalaryAnalysisRow { toPayment date note type}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysisRow", "selections": [{ "_type": "FieldSelection", "name": "toPayment", "alias": "toPayment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }] } }, "BaseSalaryStatement": { "sourceText": "fragment BaseSalaryStatement on SalaryStatement { id timestamp baseType number month paymentMethod comment toPayment decoding paymentTimestamp link salaryStatementEmployee { ...BaseSalaryStatementEmployee }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatement", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "baseType", "alias": "baseType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "month", "alias": "month", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentMethod", "alias": "paymentMethod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "comment", "alias": "comment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "toPayment", "alias": "toPayment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "decoding", "alias": "decoding", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentTimestamp", "alias": "paymentTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "link", "alias": "link", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "salaryStatementEmployee", "alias": "salaryStatementEmployee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }] } }, "BaseSalaryStatementEmployee": { "sourceText": "fragment BaseSalaryStatementEmployee on SalaryStatementEmployee { id fullname financialReportUser { ...BaseFinancialReportUser } employee { ...BaseLEmployee }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fullname", "alias": "fullname", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "financialReportUser", "alias": "financialReportUser", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }] } }, "BaseSalaryStatementMeta": { "sourceText": "fragment BaseSalaryStatementMeta on SalaryStatementMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseSalaryStatementYearSummary": { "sourceText": "fragment BaseSalaryStatementYearSummary on SalaryStatementYearSummary { salaryStatementEmployee { ...BaseSalaryStatementEmployee } workPositionName baseSalary bonus m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 m12 yearSum}", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementYearSummary", "selections": [{ "_type": "FieldSelection", "name": "salaryStatementEmployee", "alias": "salaryStatementEmployee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }, { "_type": "FieldSelection", "name": "workPositionName", "alias": "workPositionName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "baseSalary", "alias": "baseSalary", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bonus", "alias": "bonus", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m1", "alias": "m1", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m2", "alias": "m2", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m3", "alias": "m3", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m4", "alias": "m4", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m5", "alias": "m5", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m6", "alias": "m6", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m7", "alias": "m7", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m8", "alias": "m8", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m9", "alias": "m9", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m10", "alias": "m10", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m11", "alias": "m11", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "m12", "alias": "m12", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "yearSum", "alias": "yearSum", "arguments": {}, "selection": null }] } }, "BaseSimInfo": { "sourceText": "fragment BaseSimInfo on SimCard { id phoneNumber fio status}", "spec": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, "BaseSlicedPaymentRegistryRecord": { "sourceText": "fragment BaseSlicedPaymentRegistryRecord on SlicedPaymentRegistryRecord { id innerId date name number incomingDate incomingNumber info payer contract paymentInvoice documentSum documentCurrency isNew operationType abcCategory}", "spec": { "_type": "ObjectFragmentSpec", "name": "SlicedPaymentRegistryRecord", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "innerId", "alias": "innerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDate", "alias": "incomingDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingNumber", "alias": "incomingNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "info", "alias": "info", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payer", "alias": "payer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentInvoice", "alias": "paymentInvoice", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "documentSum", "alias": "documentSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "documentCurrency", "alias": "documentCurrency", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isNew", "alias": "isNew", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "operationType", "alias": "operationType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }] } }, "BaseStation": { "sourceText": "fragment BaseStation on Station { id title}", "spec": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }] } }, "BaseStationLocation": { "sourceText": "fragment BaseStationLocation on StationLocation { id stationId location document docId}", "spec": { "_type": "ObjectFragmentSpec", "name": "StationLocation", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "location", "alias": "location", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "document", "alias": "document", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "docId", "alias": "docId", "arguments": {}, "selection": null }] } }, "BaseSubnode": { "sourceText": "fragment BaseSubnode on Subnode { id name purchasedEquipments { id belongsId targetId quantity unit purchasedEquipment { ...BasePurchasedEquipment } } details { id belongsId targetId quantity unit detail { ...BaseDetail } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipments", "alias": "purchasedEquipments", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToSubnode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }, { "_type": "FieldSelection", "name": "details", "alias": "details", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToSubnode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }] } }, "BaseTableContractsMeta": { "sourceText": "fragment BaseTableContractsMeta on TableContractsMeta { count accomplishment balanceContract paymentUpd payment percent resultDolg sumStage uniqueCounterpartiesCount}", "spec": { "_type": "ObjectFragmentSpec", "name": "TableContractsMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accomplishment", "alias": "accomplishment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "balanceContract", "alias": "balanceContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentUpd", "alias": "paymentUpd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "percent", "alias": "percent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "resultDolg", "alias": "resultDolg", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sumStage", "alias": "sumStage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "uniqueCounterpartiesCount", "alias": "uniqueCounterpartiesCount", "arguments": {}, "selection": null }] } }, "BaseTableFuelCard": { "sourceText": "fragment BaseTableFuelCard on TableFuelCard { id cardNumber employeeName employeeFamilyName employeePositionAtWork totalSum status}", "spec": { "_type": "ObjectFragmentSpec", "name": "TableFuelCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "cardNumber", "alias": "cardNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employeeName", "alias": "employeeName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employeeFamilyName", "alias": "employeeFamilyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employeePositionAtWork", "alias": "employeePositionAtWork", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, "BaseTableFuelCardMeta": { "sourceText": "fragment BaseTableFuelCardMeta on TableFuelCardMeta { count sum}", "spec": { "_type": "ObjectFragmentSpec", "name": "TableFuelCardMeta", "selections": [{ "_type": "FieldSelection", "name": "count", "alias": "count", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sum", "alias": "sum", "arguments": {}, "selection": null }] } }, "BaseTenderWork": { "sourceText": "fragment BaseTenderWork on TenderWork { id measurementUnit name unitMaterialCost unitWorkCost}", "spec": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "measurementUnit", "alias": "measurementUnit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitMaterialCost", "alias": "unitMaterialCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitWorkCost", "alias": "unitWorkCost", "arguments": {}, "selection": null }] } }, "BaseTgChatDaySummary": { "sourceText": "fragment BaseTgChatDaySummary on TgChatDaySummary { day recordCount}", "spec": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "FieldSelection", "name": "day", "alias": "day", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "recordCount", "alias": "recordCount", "arguments": {}, "selection": null }] } }, "BaseTgEmployeeActivityAnalysis": { "sourceText": "fragment BaseTgEmployeeActivityAnalysis on TgEmployeeActivityAnalysis { measuredActivity avgMeasuredActivity dayOffMeasuredActivity dayOffAvgMeasuredActivity activityFeel avgPerDay variance stdDev coefVariation coefStability employee { ...BaseLEmployee }}", "spec": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeActivityAnalysis", "selections": [{ "_type": "FieldSelection", "name": "measuredActivity", "alias": "measuredActivity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "avgMeasuredActivity", "alias": "avgMeasuredActivity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dayOffMeasuredActivity", "alias": "dayOffMeasuredActivity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dayOffAvgMeasuredActivity", "alias": "dayOffAvgMeasuredActivity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activityFeel", "alias": "activityFeel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "avgPerDay", "alias": "avgPerDay", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "variance", "alias": "variance", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stdDev", "alias": "stdDev", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "coefVariation", "alias": "coefVariation", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "coefStability", "alias": "coefStability", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }] } }, "BaseTgEmployeeCandle": { "sourceText": "fragment BaseTgEmployeeCandle on TgEmployeeCandle { employeeId open close high low startDate endDate }", "spec": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeCandle", "selections": [{ "_type": "FieldSelection", "name": "employeeId", "alias": "employeeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "open", "alias": "open", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "close", "alias": "close", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "high", "alias": "high", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "low", "alias": "low", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startDate", "alias": "startDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "endDate", "alias": "endDate", "arguments": {}, "selection": null }] } }, "BaseTgEmployeeCandleSeries": { "sourceText": "fragment BaseTgEmployeeCandleSeries on TgEmployeeCandleSeries { employee { ...BaseLEmployee } data { ...BaseTgEmployeeCandle }}", "spec": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeCandleSeries", "selections": [{ "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "data", "alias": "data", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeCandle", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeCandle" }] } }] } }, "BaseTgEmployeeReputation": { "sourceText": "fragment BaseTgEmployeeReputation on TgEmployeeReputation { id createdAt message employee { ...BaseLEmployee } creator { ...BaseLEmployee } employeeMessageTimestamp contractToGroup { ...BaseContractToGroup } employeeAnswer employeeAnswerTimestamp}", "spec": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeReputation", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "creator", "alias": "creator", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "employeeMessageTimestamp", "alias": "employeeMessageTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractToGroup", "alias": "contractToGroup", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractToGroup", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractToGroup" }] } }, { "_type": "FieldSelection", "name": "employeeAnswer", "alias": "employeeAnswer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employeeAnswerTimestamp", "alias": "employeeAnswerTimestamp", "arguments": {}, "selection": null }] } }, "BaseTgMention": { "sourceText": "fragment BaseTgMention on TgMention { id tgChatId tgMessageId tgMessageTimestamp text answer fromEmployee { ...BaseLEmployee } toEmployee { ...BaseLEmployee } chatInfo { ...BaseContractToGroup }}", "spec": { "_type": "ObjectFragmentSpec", "name": "TgMention", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgChatId", "alias": "tgChatId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgMessageId", "alias": "tgMessageId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgMessageTimestamp", "alias": "tgMessageTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "text", "alias": "text", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "answer", "alias": "answer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fromEmployee", "alias": "fromEmployee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "toEmployee", "alias": "toEmployee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "chatInfo", "alias": "chatInfo", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractToGroup", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractToGroup" }] } }] } }, "BaseTokenResponse": { "sourceText": "fragment BaseTokenResponse on TokenResponse { accessToken refreshToken}", "spec": { "_type": "ObjectFragmentSpec", "name": "TokenResponse", "selections": [{ "_type": "FieldSelection", "name": "accessToken", "alias": "accessToken", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "refreshToken", "alias": "refreshToken", "arguments": {}, "selection": null }] } }, "BaseUncoordinatedInvoice": { "sourceText": "fragment BaseUncoordinatedInvoice on UncoordinatedInvoice { npp id number1c incomingDocumentDate incomingDocumentNumber totalSum notSendingReason counterparty { id title } contracts { ...BaseLContract } tgApprovalMessageTimestamp approvalTimestamp positions { ...BaseInvoicePosition } employeeStatuses { ...BaseEmployeeInvoiceApprovals }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UncoordinatedInvoice", "selections": [{ "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number1c", "alias": "number1c", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentDate", "alias": "incomingDocumentDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentNumber", "alias": "incomingDocumentNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notSendingReason", "alias": "notSendingReason", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "contracts", "alias": "contracts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "tgApprovalMessageTimestamp", "alias": "tgApprovalMessageTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvalTimestamp", "alias": "approvalTimestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "positions", "alias": "positions", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicePosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicePosition" }] } }, { "_type": "FieldSelection", "name": "employeeStatuses", "alias": "employeeStatuses", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeInvoiceApprovals", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeInvoiceApprovals" }] } }] } }, "BaseUnderApprovalInvoice": { "sourceText": "fragment BaseUnderApprovalInvoice on UnderApprovalInvoice { contract { ...BaseLContract } counterparty { ...BaseLCounterparty } stageSum existsAccountingCategory workName isGuarantee}", "spec": { "_type": "ObjectFragmentSpec", "name": "UnderApprovalInvoice", "selections": [{ "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "stageSum", "alias": "stageSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "existsAccountingCategory", "alias": "existsAccountingCategory", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isGuarantee", "alias": "isGuarantee", "arguments": {}, "selection": null }] } }, "BaseUnknownError": { "sourceText": "fragment BaseUnknownError on UnknownError { message}", "spec": { "_type": "ObjectFragmentSpec", "name": "UnknownError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }] } }, "BaseUser": { "sourceText": "fragment BaseUser on User { id firstName lastName username dateJoined lastLogin isSuperuser email isActive}", "spec": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "firstName", "alias": "firstName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lastName", "alias": "lastName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "username", "alias": "username", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateJoined", "alias": "dateJoined", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lastLogin", "alias": "lastLogin", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isSuperuser", "alias": "isSuperuser", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isActive", "alias": "isActive", "arguments": {}, "selection": null }] } }, "BaseUserToContract": { "sourceText": "fragment BaseUserToContract on UserToContract { id user { ...BaseLUser } contract { ...BaseLContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UserToContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }] } }, "BaseUserToContractorContract": { "sourceText": "fragment BaseUserToContractorContract on UserToContractorContract { id user { ...BaseLUser } contractorContract { ...BaseLContractorContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UserToContractorContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "contractorContract", "alias": "contractorContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContract" }] } }] } }, "BaseValidationError": { "sourceText": "fragment BaseValidationError on ValidationError { message field type value}", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "FieldSelection", "name": "message", "alias": "message", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "field", "alias": "field", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "value", "alias": "value", "arguments": {}, "selection": null }] } }, "BaseVirtualUserSummary": { "sourceText": "fragment BaseVirtualUserSummary on VirtualUserSummary { totalSum virtualUser { ...BaseFinancialReportUser }}", "spec": { "_type": "ObjectFragmentSpec", "name": "VirtualUserSummary", "selections": [{ "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "virtualUser", "alias": "virtualUser", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }] } }, "BaseWeeklyFinReport": { "sourceText": "fragment BaseWeeklyFinReport on WeeklyFinReport { id status createdAt updatedAt reportIds virtualUserSummaries { ...BaseVirtualUserSummary } configs { ...BaseWeeklyFinReportConfig }}", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedAt", "alias": "updatedAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reportIds", "alias": "reportIds", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "virtualUserSummaries", "alias": "virtualUserSummaries", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "VirtualUserSummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseVirtualUserSummary" }] } }, { "_type": "FieldSelection", "name": "configs", "alias": "configs", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportConfig", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportConfig" }] } }] } }, "BaseWeeklyFinReportConfig": { "sourceText": "fragment BaseWeeklyFinReportConfig on WeeklyFinReportConfig { id weeklyFinReportId virtualUserId percent counterparty { ...BaseWeeklyFinReportCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportConfig", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "weeklyFinReportId", "alias": "weeklyFinReportId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "virtualUserId", "alias": "virtualUserId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "percent", "alias": "percent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }] } }, "BaseWeeklyFinReportCounterparty": { "sourceText": "fragment BaseWeeklyFinReportCounterparty on WeeklyFinReportCounterparty { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "BaseWorkPosition": { "sourceText": "fragment BaseWorkPosition on WorkPosition { id name salary department { ...BaseDepartment }}", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "salary", "alias": "salary", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "department", "alias": "department", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }] } }, "BaseWorkerReportCard": { "sourceText": "fragment BaseWorkerReportCard on WorkerReportCard { id timestamp specialization workingHours createdAt employee { ...BaseLEmployee } contract { ...BaseLContract } contractorContract { ...BaseLContractorContract }}", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "specialization", "alias": "specialization", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workingHours", "alias": "workingHours", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "contractorContract", "alias": "contractorContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContract" }] } }] } }, "BaseYandexResourceObject": { "sourceText": "fragment BaseYandexResourceObject on YandexResourceObject { file md5 mediaType name path preview publicUrl publicKey resourceId sha256 size type created}", "spec": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "FieldSelection", "name": "file", "alias": "file", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "md5", "alias": "md5", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mediaType", "alias": "mediaType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "path", "alias": "path", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "preview", "alias": "preview", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "publicUrl", "alias": "publicUrl", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "publicKey", "alias": "publicKey", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "resourceId", "alias": "resourceId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sha256", "alias": "sha256", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "size", "alias": "size", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "created", "alias": "created", "arguments": {}, "selection": null }] } }, "BrandWithCounterparty": { "sourceText": "fragment BrandWithCounterparty on Brand { ...BaseBrand counterparties { ...BaseBrandToCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrand" }, { "_type": "FieldSelection", "name": "counterparties", "alias": "counterparties", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "BrandToCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrandToCounterparty" }] } }] } }, "ContractStageActivityCalendar": { "sourceText": "fragment ContractStageActivityCalendar on ContractStage { id workName dateEnd isCompleted}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateEnd", "alias": "dateEnd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isCompleted", "alias": "isCompleted", "arguments": {}, "selection": null }] } }, "ContractStageWithContractShortName": { "sourceText": "fragment ContractStageWithContractShortName on ContractStage { ...BaseContractStage contract { shortName tgYearActivity { ...BaseTgChatDaySummary } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractStage" }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractTgActivity", "selections": [{ "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tgYearActivity", "alias": "tgYearActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] } }] } }, "ContractTgActivity": { "sourceText": "fragment ContractTgActivity on Contract { tgYearActivity { ...BaseTgChatDaySummary }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "FieldSelection", "name": "tgYearActivity", "alias": "tgYearActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] } }, "ContractorContractWithCustomerAndCounterparty": { "sourceText": "fragment ContractorContractWithCustomerAndCounterparty on ContractorContract { id shortName customerContract { ...BaseLContract } counterparty { ...BaseContractorContractLCounterparty }}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerContract", "alias": "customerContract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractorContractLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContractLCounterparty" }] } }] } }, "CreatedContract": { "sourceText": "fragment CreatedContract on Contract { id numberDoc counterparty { ...BaseLCounterparty } name note date shortName link typeWorks tags textForCall subjectContract isOriginal}", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "link", "alias": "link", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "typeWorks", "alias": "typeWorks", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tags", "alias": "tags", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "textForCall", "alias": "textForCall", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subjectContract", "alias": "subjectContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isOriginal", "alias": "isOriginal", "arguments": {}, "selection": null }] } }, "DescEmployeeABCData": { "sourceText": "fragment DescEmployeeABCData on EmployeeABCData { employee { ...BaseLEmployee } messagesCount abcCategory}", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeABCData", "selections": [{ "_type": "FieldSelection", "name": "employee", "alias": "employee", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }, { "_type": "FieldSelection", "name": "messagesCount", "alias": "messagesCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcCategory", "alias": "abcCategory", "arguments": {}, "selection": null }] } }, "DetailCommercialOffer": { "sourceText": "fragment DetailCommercialOffer on CommercialOffer { id costWithVat unitOfMeasurement workName contactInformation{ id fio tel organization mail note holidays } nomenclature { id name subLevel seeId parentId }}", "spec": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "costWithVat", "alias": "costWithVat", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitOfMeasurement", "alias": "unitOfMeasurement", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contactInformation", "alias": "contactInformation", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organization", "alias": "organization", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "holidays", "alias": "holidays", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }] } }] } }, "DetailCommercialOfferContact": { "sourceText": "fragment DetailCommercialOfferContact on ContactInformation { id fio tel organization mail note holidays}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organization", "alias": "organization", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "holidays", "alias": "holidays", "arguments": {}, "selection": null }] } }, "DetailContract": { "sourceText": "fragment DetailContract on Contract { id numberDoc counterparty { ...BaseLCounterparty } name note date shortName link locationLink typeWorks tags textForCall subjectContract isOriginal status referenceListTitle responsibleUser { ...BaseLUser } docInfo { contractId percent sumStage accomplishment payment paymentUpd balanceContract resultDolg }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "link", "alias": "link", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "locationLink", "alias": "locationLink", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "typeWorks", "alias": "typeWorks", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tags", "alias": "tags", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "textForCall", "alias": "textForCall", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subjectContract", "alias": "subjectContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isOriginal", "alias": "isOriginal", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "referenceListTitle", "alias": "referenceListTitle", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "responsibleUser", "alias": "responsibleUser", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "docInfo", "alias": "docInfo", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractSummary", "selections": [{ "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "percent", "alias": "percent", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sumStage", "alias": "sumStage", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accomplishment", "alias": "accomplishment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "payment", "alias": "payment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "paymentUpd", "alias": "paymentUpd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "balanceContract", "alias": "balanceContract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "resultDolg", "alias": "resultDolg", "arguments": {}, "selection": null }] } }] } }, "DetailRouter": { "sourceText": "fragment DetailRouter on Router { id routerId antennaId stationId total note ipStatic contract { ...BaseLContractAndLCounterparty } router { ...BasePurchasedEquipment } antenna { ...BasePurchasedEquipment } sim { id phoneNumber contract fio email rate serialNumber spendingThreshold status updateDate activateDate reports { ...BaseAccrualReport } routers { id routerId antennaId stationId total note ipStatic contract { ...BaseLContractAndLCounterparty } router { ...BasePurchasedEquipment } antenna { ...BasePurchasedEquipment } sim { id phoneNumber contract fio email rate serialNumber spendingThreshold status updateDate activateDate } station { ...BaseStation } } } station { ...BaseStation }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerId", "alias": "routerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "antennaId", "alias": "antennaId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "antenna", "alias": "antenna", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rate", "alias": "rate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "spendingThreshold", "alias": "spendingThreshold", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updateDate", "alias": "updateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activateDate", "alias": "activateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reports", "alias": "reports", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AccrualReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccrualReport" }] } }, { "_type": "FieldSelection", "name": "routers", "alias": "routers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerId", "alias": "routerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "antennaId", "alias": "antennaId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "antenna", "alias": "antenna", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rate", "alias": "rate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "spendingThreshold", "alias": "spendingThreshold", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updateDate", "alias": "updateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activateDate", "alias": "activateDate", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "station", "alias": "station", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] } }] } }, { "_type": "FieldSelection", "name": "station", "alias": "station", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] } }, "DetailSim": { "sourceText": "fragment DetailSim on SimCard { id phoneNumber contract fio email rate serialNumber spendingThreshold status userStatus updateDate activateDate note reports { ...BaseAccrualReport } routers { id routerId antennaId stationId total note ipStatic contract { ...BaseLContractAndLCounterparty } router { ...BasePurchasedEquipment } antenna { ...BasePurchasedEquipment } sim { id phoneNumber contract fio email rate serialNumber spendingThreshold status updateDate activateDate reports { ...BaseAccrualReport } routers { id routerId antennaId stationId contract { ...BaseLContractAndLCounterparty } total note ipStatic station { ...BaseStation } } } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rate", "alias": "rate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "spendingThreshold", "alias": "spendingThreshold", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userStatus", "alias": "userStatus", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updateDate", "alias": "updateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activateDate", "alias": "activateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reports", "alias": "reports", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AccrualReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccrualReport" }] } }, { "_type": "FieldSelection", "name": "routers", "alias": "routers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerId", "alias": "routerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "antennaId", "alias": "antennaId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "antenna", "alias": "antenna", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "fio", "alias": "fio", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "email", "alias": "email", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rate", "alias": "rate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "serialNumber", "alias": "serialNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "spendingThreshold", "alias": "spendingThreshold", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updateDate", "alias": "updateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "activateDate", "alias": "activateDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "reports", "alias": "reports", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AccrualReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccrualReport" }] } }, { "_type": "FieldSelection", "name": "routers", "alias": "routers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerId", "alias": "routerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "antennaId", "alias": "antennaId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "station", "alias": "station", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] } }] } }] } }] } }, "DetailUzTender": { "sourceText": "fragment DetailUzTender on UzTender { id tenderNumber transactionDate protocolNumber startingSum finishingSum offerentsCount customerId winner region protocolFilePath contractFilePath lotType status originalName name customer { id contact tel mail organizationDirector name } biddersOffers { id isWinner isReserveWinner isDisqualified totalScore offer bidderId tenderId bidder { rating name inn id } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderNumber", "alias": "tenderNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "transactionDate", "alias": "transactionDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolNumber", "alias": "protocolNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startingSum", "alias": "startingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "finishingSum", "alias": "finishingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offerentsCount", "alias": "offerentsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerId", "alias": "customerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "winner", "alias": "winner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "region", "alias": "region", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolFilePath", "alias": "protocolFilePath", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractFilePath", "alias": "contractFilePath", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lotType", "alias": "lotType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalName", "alias": "originalName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customer", "alias": "customer", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contact", "alias": "contact", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationDirector", "alias": "organizationDirector", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "biddersOffers", "alias": "biddersOffers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "BidderTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isWinner", "alias": "isWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isReserveWinner", "alias": "isReserveWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDisqualified", "alias": "isDisqualified", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalScore", "alias": "totalScore", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offer", "alias": "offer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bidderId", "alias": "bidderId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderId", "alias": "tenderId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bidder", "alias": "bidder", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Bidder", "selections": [{ "_type": "FieldSelection", "name": "rating", "alias": "rating", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }] } }] } }] } }, "DetailUzTenderBidder": { "sourceText": "fragment DetailUzTenderBidder on Bidder { id inn name rating tenders { id isWinner isReserveWinner isDisqualified totalScore offer bidderId tenderId tender { name id originalName startingSum transactionDate protocolNumber region tenderNumber status lotType finishingSum customerId customer { contact id mail name tel organizationDirector } } }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Bidder", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rating", "alias": "rating", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenders", "alias": "tenders", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "BidderTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isWinner", "alias": "isWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isReserveWinner", "alias": "isReserveWinner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDisqualified", "alias": "isDisqualified", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalScore", "alias": "totalScore", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offer", "alias": "offer", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "bidderId", "alias": "bidderId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderId", "alias": "tenderId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tender", "alias": "tender", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalName", "alias": "originalName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startingSum", "alias": "startingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "transactionDate", "alias": "transactionDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolNumber", "alias": "protocolNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "region", "alias": "region", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderNumber", "alias": "tenderNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lotType", "alias": "lotType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "finishingSum", "alias": "finishingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerId", "alias": "customerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customer", "alias": "customer", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "FieldSelection", "name": "contact", "alias": "contact", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationDirector", "alias": "organizationDirector", "arguments": {}, "selection": null }] } }] } }] } }] } }, "DetailUzTenderCustomer": { "sourceText": "fragment DetailUzTenderCustomer on Customer { id contact tel mail organizationDirector name tenders { id tenderNumber transactionDate protocolNumber startingSum finishingSum offerentsCount customerId winner region protocolFilePath contractFilePath lotType status originalName name }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contact", "alias": "contact", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationDirector", "alias": "organizationDirector", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenders", "alias": "tenders", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tenderNumber", "alias": "tenderNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "transactionDate", "alias": "transactionDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolNumber", "alias": "protocolNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "startingSum", "alias": "startingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "finishingSum", "alias": "finishingSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "offerentsCount", "alias": "offerentsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "customerId", "alias": "customerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "winner", "alias": "winner", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "region", "alias": "region", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "protocolFilePath", "alias": "protocolFilePath", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractFilePath", "alias": "contractFilePath", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "lotType", "alias": "lotType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalName", "alias": "originalName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] } }, "EmployeeEdit": { "sourceText": "fragment EmployeeEdit on Employee { id userId hasCorporateBotAccess name familyName tel birthday positionNote workPosition { ...BaseLWorkPosition } address citizenship dateOfIssue gender issuingAuthority seriesNumber organizationId mail workType isDismissed secondOrganizationId organization { ...BaseLCounterparty } secondOrganization { ...BaseLCounterparty } account { ...BaseLUser } employmentContractNumber employmentContractDate employmentOrderNumber employmentOrderDate dismissalOrderNumber dismissalOrderDate probationStart probationEnd snils workPermissionRequired inn realAddress department { ...BaseDepartment } education zodiacSign dismissalDate note}", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userId", "alias": "userId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "hasCorporateBotAccess", "alias": "hasCorporateBotAccess", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "birthday", "alias": "birthday", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "positionNote", "alias": "positionNote", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }, { "_type": "FieldSelection", "name": "address", "alias": "address", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "citizenship", "alias": "citizenship", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateOfIssue", "alias": "dateOfIssue", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "gender", "alias": "gender", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "issuingAuthority", "alias": "issuingAuthority", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seriesNumber", "alias": "seriesNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationId", "alias": "organizationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workType", "alias": "workType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDismissed", "alias": "isDismissed", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "secondOrganizationId", "alias": "secondOrganizationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organization", "alias": "organization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "secondOrganization", "alias": "secondOrganization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "account", "alias": "account", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }, { "_type": "FieldSelection", "name": "employmentContractNumber", "alias": "employmentContractNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employmentContractDate", "alias": "employmentContractDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employmentOrderNumber", "alias": "employmentOrderNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employmentOrderDate", "alias": "employmentOrderDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dismissalOrderNumber", "alias": "dismissalOrderNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dismissalOrderDate", "alias": "dismissalOrderDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "probationStart", "alias": "probationStart", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "probationEnd", "alias": "probationEnd", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "snils", "alias": "snils", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPermissionRequired", "alias": "workPermissionRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "realAddress", "alias": "realAddress", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "department", "alias": "department", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }, { "_type": "FieldSelection", "name": "education", "alias": "education", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "zodiacSign", "alias": "zodiacSign", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dismissalDate", "alias": "dismissalDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }] } }, "FilteredContractTgActivity": { "sourceText": "fragment FilteredContractTgActivity on FilteredContract { id numberDoc shortName counterparty { ...BaseLCounterparty } tgYearActivity { ...BaseTgChatDaySummary }}", "spec": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "tgYearActivity", "alias": "tgYearActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] } }, "FilteredContractWithTgActivity": { "sourceText": "fragment FilteredContractWithTgActivity on FilteredContract { ...BaseFilteredContract tgYearActivity { ...BaseTgChatDaySummary }}", "spec": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredContract" }, { "_type": "FieldSelection", "name": "tgYearActivity", "alias": "tgYearActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] } }, "FullBase64EncodedFile": { "sourceText": "fragment FullBase64EncodedFile on Base64EncodedFile { filename encodedFile}", "spec": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "FieldSelection", "name": "filename", "alias": "filename", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "encodedFile", "alias": "encodedFile", "arguments": {}, "selection": null }] } }, "InvoiceBaseData": { "sourceText": "fragment InvoiceBaseData on Invoice { id baseType number timestamp incomingDocumentDate incomingDocumentNumber updInfo { ...BaseInvoiceUPD } counterparty { ...BaseLCounterparty } positions { ...BaseInvoicePosition } contracts { ...BaseLContract } employeeStatuses { ...BaseEmployeeInvoiceApprovals }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "baseType", "alias": "baseType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentDate", "alias": "incomingDocumentDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentNumber", "alias": "incomingDocumentNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updInfo", "alias": "updInfo", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoiceUPD", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoiceUPD" }] } }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "positions", "alias": "positions", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicePosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicePosition" }] } }, { "_type": "FieldSelection", "name": "contracts", "alias": "contracts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }, { "_type": "FieldSelection", "name": "employeeStatuses", "alias": "employeeStatuses", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeInvoiceApprovals", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeInvoiceApprovals" }] } }] } }, "LiteEmployeeInfo": { "sourceText": "fragment LiteEmployeeInfo on Employee { id userId name familyName tel birthday workPosition { ...BaseLWorkPosition } address citizenship dateOfIssue gender issuingAuthority seriesNumber organizationId mail workType isDismissed secondOrganizationId organization{ id title inn } secondOrganization{ id title inn }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userId", "alias": "userId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "tel", "alias": "tel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "birthday", "alias": "birthday", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }, { "_type": "FieldSelection", "name": "address", "alias": "address", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "citizenship", "alias": "citizenship", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dateOfIssue", "alias": "dateOfIssue", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "gender", "alias": "gender", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "issuingAuthority", "alias": "issuingAuthority", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seriesNumber", "alias": "seriesNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizationId", "alias": "organizationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "mail", "alias": "mail", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workType", "alias": "workType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDismissed", "alias": "isDismissed", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "secondOrganizationId", "alias": "secondOrganizationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organization", "alias": "organization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "secondOrganization", "alias": "secondOrganization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "title", "alias": "title", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inn", "alias": "inn", "arguments": {}, "selection": null }] } }] } }, "LiteWeeklyFinReport": { "sourceText": "fragment LiteWeeklyFinReport on WeeklyFinReport { id status createdAt updatedAt}", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "createdAt", "alias": "createdAt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedAt", "alias": "updatedAt", "arguments": {}, "selection": null }] } }, "OnlyContractInvoicesWithABC": { "sourceText": "fragment OnlyContractInvoicesWithABC on ContractInvoiceABC { id date contractId amount originalSum vatSum totalSum incomingDocumentNumber counterpartyTitle nomenclatureName unit number1c category counterpartyId price nomenclatureId nomenclatureEquipment nomenclatureEquipmentType nomenclatureService nomenclatureServiceType nomenclatureMaterial nomenclatureMaterialType}", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractInvoiceABC", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalSum", "alias": "originalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "vatSum", "alias": "vatSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentNumber", "alias": "incomingDocumentNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyTitle", "alias": "counterpartyTitle", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureName", "alias": "nomenclatureName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number1c", "alias": "number1c", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "category", "alias": "category", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyId", "alias": "counterpartyId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureId", "alias": "nomenclatureId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureEquipment", "alias": "nomenclatureEquipment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureEquipmentType", "alias": "nomenclatureEquipmentType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureService", "alias": "nomenclatureService", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureServiceType", "alias": "nomenclatureServiceType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureMaterial", "alias": "nomenclatureMaterial", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclatureMaterialType", "alias": "nomenclatureMaterialType", "arguments": {}, "selection": null }] } }, "RouterEditInfo": { "sourceText": "fragment RouterEditInfo on Router { id routerId antennaId stationId note ipStatic station { ...BaseStation } contract { ...BaseLContractAndLCounterparty } router { id name } antenna { id name } sim { ...BaseSimInfo }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "routerId", "alias": "routerId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "antennaId", "alias": "antennaId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stationId", "alias": "stationId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "station", "alias": "station", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "antenna", "alias": "antenna", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSimInfo" }] } }] } }, "RouterOnTable": { "sourceText": "fragment RouterOnTable on Router { id total note ipStatic contract { ...BaseLContractAndLCounterparty } router { id name } antenna { name } sim { id phoneNumber status } station { ...BaseStation }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "total", "alias": "total", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ipStatic", "alias": "ipStatic", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractAndLCounterparty" }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "antenna", "alias": "antenna", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "station", "alias": "station", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] } }, "RouterOnTechParamsTable": { "sourceText": "fragment RouterOnTechParamsTable on Router { id sim { id phoneNumber status } contract { id shortName numberDoc status } router { id name }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "sim", "alias": "sim", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] } }, "RssDetail": { "sourceText": "fragment RssDetail on RSS { id contractId npp code parentWorkName workName unit consumptionRate volume newVolume unitCostMaterial unitCostSmr totalUnitCost totalCostMaterial totalCostSmr totalCost initNote userNote submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSStage } relatedRss { id npp workName }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "consumptionRate", "alias": "consumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitCostMaterial", "alias": "unitCostMaterial", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitCostSmr", "alias": "unitCostSmr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCostMaterial", "alias": "totalCostMaterial", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCostSmr", "alias": "totalCostSmr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "initNote", "alias": "initNote", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userNote", "alias": "userNote", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSStage" }] } }, { "_type": "FieldSelection", "name": "relatedRss", "alias": "relatedRss", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }] } }, "RssDmitrovDetail": { "sourceText": "fragment RssDmitrovDetail on RSSDmitrov { id contractId npp code parentWorkName workName unit accountingMethod materialConsumptionRate volume newVolume basicMaterialsUnitCost smrUnitCost totalUnitCost basicMaterialsTotalCost smrTotalCost totalTotalCost note submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSDmitrovStage } relatedRss { id npp workName }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accountingMethod", "alias": "accountingMethod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialConsumptionRate", "alias": "materialConsumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsUnitCost", "alias": "basicMaterialsUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsTotalCost", "alias": "basicMaterialsTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalTotalCost", "alias": "totalTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrovStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSDmitrovStage" }] } }, { "_type": "FieldSelection", "name": "relatedRss", "alias": "relatedRss", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }] } }, "RssDmitrovForLiteTable": { "sourceText": "fragment RssDmitrovForLiteTable on RSSDmitrov { id npp code parentWorkName workName unit accountingMethod materialConsumptionRate volume newVolume note submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSDmitrovStage }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accountingMethod", "alias": "accountingMethod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialConsumptionRate", "alias": "materialConsumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrovStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSDmitrovStage" }] } }] } }, "RssDmitrovForMainTable": { "sourceText": "fragment RssDmitrovForMainTable on RSSDmitrov { id contractId npp code parentWorkName workName unit accountingMethod materialConsumptionRate volume newVolume basicMaterialsUnitCost smrUnitCost totalUnitCost basicMaterialsTotalCost smrTotalCost totalTotalCost note submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSDmitrovStage }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "accountingMethod", "alias": "accountingMethod", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialConsumptionRate", "alias": "materialConsumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsUnitCost", "alias": "basicMaterialsUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "basicMaterialsTotalCost", "alias": "basicMaterialsTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalTotalCost", "alias": "totalTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrovStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSDmitrovStage" }] } }] } }, "RssDmitrovForSelect": { "sourceText": "fragment RssDmitrovForSelect on RSSDmitrov { id npp workName}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }, "RssForMainTable": { "sourceText": "fragment RssForMainTable on RSS { id contractId npp code parentWorkName workName unit consumptionRate volume newVolume unitCostMaterial unitCostSmr totalUnitCost totalCostMaterial totalCostSmr totalCost initNote userNote submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSStage }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractId", "alias": "contractId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "consumptionRate", "alias": "consumptionRate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitCostMaterial", "alias": "unitCostMaterial", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unitCostSmr", "alias": "unitCostSmr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCostMaterial", "alias": "totalCostMaterial", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCostSmr", "alias": "totalCostSmr", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "initNote", "alias": "initNote", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userNote", "alias": "userNote", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSStage" }] } }] } }, "RssForSelect": { "sourceText": "fragment RssForSelect on RSS { id npp workName}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }, "RssIstraDetail": { "sourceText": "fragment RssIstraDetail on RSSIstra { id npp code parentWorkName workName organizerComment unit volume newVolume nmUnitCost notNmUnitCost smrUnitCost totalUnitCost nmCost notNmCost smrCost totalCost participantComment verificationComment submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSIstraStage } relatedRss { id npp workName }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizerComment", "alias": "organizerComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nmUnitCost", "alias": "nmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notNmUnitCost", "alias": "notNmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nmCost", "alias": "nmCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notNmCost", "alias": "notNmCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrCost", "alias": "smrCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "participantComment", "alias": "participantComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "verificationComment", "alias": "verificationComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSIstraStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSIstraStage" }] } }, { "_type": "FieldSelection", "name": "relatedRss", "alias": "relatedRss", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }] } }, "RssIstraForMainTable": { "sourceText": "fragment RssIstraForMainTable on RSSIstra { id npp code parentWorkName workName organizerComment unit volume newVolume nmUnitCost notNmUnitCost smrUnitCost totalUnitCost nmCost notNmCost smrCost totalCost participantComment verificationComment submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSIstraStage }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentWorkName", "alias": "parentWorkName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organizerComment", "alias": "organizerComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "volume", "alias": "volume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newVolume", "alias": "newVolume", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nmUnitCost", "alias": "nmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notNmUnitCost", "alias": "notNmUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalUnitCost", "alias": "totalUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nmCost", "alias": "nmCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "notNmCost", "alias": "notNmCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrCost", "alias": "smrCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "participantComment", "alias": "participantComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "verificationComment", "alias": "verificationComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSIstraStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSIstraStage" }] } }] } }, "RssIstraForSelect": { "sourceText": "fragment RssIstraForSelect on RSSIstra { id npp workName}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workName", "alias": "workName", "arguments": {}, "selection": null }] } }, "RssKuvekinoDetail": { "sourceText": "fragment RssKuvekinoDetail on RSSKuvekino { id parentCostsName npp code costsName contractorComment unit consumptionCoefficient amount newAmount materialUnitCost smrUnitCost price materialTotalCost smrTotalCost totalCost submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSKuvekinoStage } relatedRss { id npp costsName }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentCostsName", "alias": "parentCostsName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "costsName", "alias": "costsName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractorComment", "alias": "contractorComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "consumptionCoefficient", "alias": "consumptionCoefficient", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newAmount", "alias": "newAmount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialUnitCost", "alias": "materialUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialTotalCost", "alias": "materialTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekinoStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSKuvekinoStage" }] } }, { "_type": "FieldSelection", "name": "relatedRss", "alias": "relatedRss", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "costsName", "alias": "costsName", "arguments": {}, "selection": null }] } }] } }, "RssKuvekinoForMainTable": { "sourceText": "fragment RssKuvekinoForMainTable on RSSKuvekino { id parentCostsName npp code costsName contractorComment unit consumptionCoefficient amount newAmount materialUnitCost smrUnitCost price materialTotalCost smrTotalCost totalCost submittedForApproval approvedBySupervision originalsIsSigned additionalIsRequired ksPtoFlag ksIveaFlag ksPsFlag connectedInvoicesIdArray submittedForApprovalFilePaths originalsIsSignedFilePaths distributionLetterFilePaths productOnObjectFilePaths ptoIveaFilePaths stages { ...BaseRSSKuvekinoStage }}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentCostsName", "alias": "parentCostsName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "code", "alias": "code", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "costsName", "alias": "costsName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "contractorComment", "alias": "contractorComment", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "consumptionCoefficient", "alias": "consumptionCoefficient", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "newAmount", "alias": "newAmount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialUnitCost", "alias": "materialUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrUnitCost", "alias": "smrUnitCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "price", "alias": "price", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "materialTotalCost", "alias": "materialTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "smrTotalCost", "alias": "smrTotalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalCost", "alias": "totalCost", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApproval", "alias": "submittedForApproval", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "approvedBySupervision", "alias": "approvedBySupervision", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSigned", "alias": "originalsIsSigned", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "additionalIsRequired", "alias": "additionalIsRequired", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPtoFlag", "alias": "ksPtoFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksIveaFlag", "alias": "ksIveaFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ksPsFlag", "alias": "ksPsFlag", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "connectedInvoicesIdArray", "alias": "connectedInvoicesIdArray", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "submittedForApprovalFilePaths", "alias": "submittedForApprovalFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "originalsIsSignedFilePaths", "alias": "originalsIsSignedFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "distributionLetterFilePaths", "alias": "distributionLetterFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "productOnObjectFilePaths", "alias": "productOnObjectFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "ptoIveaFilePaths", "alias": "ptoIveaFilePaths", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "stages", "alias": "stages", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekinoStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSKuvekinoStage" }] } }] } }, "RssKuvekinoForSelect": { "sourceText": "fragment RssKuvekinoForSelect on RSSKuvekino { id npp costsName}", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "npp", "alias": "npp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "costsName", "alias": "costsName", "arguments": {}, "selection": null }] } }, "SearchedInvoice": { "sourceText": "fragment SearchedInvoice on Invoice { id baseType number timestamp incomingDocumentDate incomingDocumentNumber counterparty { ...BaseLCounterparty } positions { ...BaseInvoicePosition }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "baseType", "alias": "baseType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "number", "alias": "number", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentDate", "alias": "incomingDocumentDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "incomingDocumentNumber", "alias": "incomingDocumentNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterparty", "alias": "counterparty", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "positions", "alias": "positions", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicePosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicePosition" }] } }] } }, "SearchedPermission": { "sourceText": "fragment SearchedPermission on Permission { id name}", "spec": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }, "SearchedRouter": { "sourceText": "fragment SearchedRouter on Router { id router { ...BasePurchasedEquipment } contract { id shortName status numberDoc }}", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "router", "alias": "router", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "contract", "alias": "contract", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractAndLCounterparty", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "shortName", "alias": "shortName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "status", "alias": "status", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "numberDoc", "alias": "numberDoc", "arguments": {}, "selection": null }] } }] } }, "TableEmployeeRow": { "sourceText": "fragment TableEmployeeRow on TableEmployee { id telegramId name familyName workPosition { ...BaseLWorkPosition } phoneNumber organization { ...BaseLCounterparty } secondOrganization { ...BaseLCounterparty } workType isDismissed employmentDate inVacation onProbation dismissalDate abcData { ...BaseEmployeeABCData }}", "spec": { "_type": "ObjectFragmentSpec", "name": "TableEmployee", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "telegramId", "alias": "telegramId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }, { "_type": "FieldSelection", "name": "phoneNumber", "alias": "phoneNumber", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "organization", "alias": "organization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "secondOrganization", "alias": "secondOrganization", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }, { "_type": "FieldSelection", "name": "workType", "alias": "workType", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "isDismissed", "alias": "isDismissed", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "employmentDate", "alias": "employmentDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "inVacation", "alias": "inVacation", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "onProbation", "alias": "onProbation", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "dismissalDate", "alias": "dismissalDate", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "abcData", "alias": "abcData", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeABCData", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeABCData" }] } }] } } }, "operations": { "addAllowanceToEmployee": { "name": "addAllowanceToEmployee", "type": "MUTATION", "parameters": { "$allowanceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addAllowanceToEmployee", "alias": "addAllowanceToEmployee", "arguments": { "allowanceId": { "name": "allowanceId", "value": { "_type": "ref", "name": "$allowanceId" } }, "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "value": { "name": "value", "value": { "_type": "ref", "name": "$value" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddEmployeeToAllowanceOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EmployeeToAllowance", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeToAllowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeToAllowance" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation addAllowanceToEmployee( $employeeId: Int!, $allowanceId: Int!, $value: Float!) { addAllowanceToEmployee( allowanceId: $allowanceId, employeeId: $employeeId, value: $value ) { __typename ... on EmployeeToAllowance { ...BaseEmployeeToAllowance } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 13258441935429146106, "fragmentSpecHash": 16453772075373511532 }, "addAssemblyUnitToObjectAssembly": { "name": "addAssemblyUnitToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addAssemblyUnitToObjectAssembly", "alias": "addAssemblyUnitToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnitToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "assemblyUnit", "alias": "assemblyUnit", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }] } }] }, "sourceText": "mutation addAssemblyUnitToObjectAssembly($input: BaseAssemblyConnectionIn!) { addAssemblyUnitToObjectAssembly(input: $input) { id belongsId targetId quantity unit assemblyUnit { ...BaseAssemblyUnit } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 12498036782844334685 }, "addContractStageDuplicate": { "name": "addContractStageDuplicate", "type": "MUTATION", "parameters": { "$stageId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addContractStageDuplicate", "alias": "addContractStageDuplicate", "arguments": { "stageId": { "name": "stageId", "value": { "_type": "ref", "name": "$stageId" } } }, "selection": null }] }, "sourceText": "mutation addContractStageDuplicate ($stageId: Int!) { addContractStageDuplicate(stageId: $stageId)}", "parametersHash": 14602567465931561590, "fragmentSpecHash": 4297052731728767322 }, "addDetailToAssemblyUnit": { "name": "addDetailToAssemblyUnit", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addDetailToAssemblyUnit", "alias": "addDetailToAssemblyUnit", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }] }, "sourceText": "mutation addDetailToAssemblyUnit($input: BaseAssemblyConnectionIn!) { addDetailToAssemblyUnit(input: $input) { id belongsId quantity unit targetId detail { ...BaseDetail } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 9301016526247761219 }, "addDetailToNode": { "name": "addDetailToNode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addDetailToNode", "alias": "addDetailToNode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }] }, "sourceText": "mutation addDetailToNode($input: BaseAssemblyConnectionIn!) { addDetailToNode(input: $input) { id belongsId quantity unit targetId detail { ...BaseDetail } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 9982437985036478778 }, "addDetailToObjectAssembly": { "name": "addDetailToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addDetailToObjectAssembly", "alias": "addDetailToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }] }, "sourceText": "mutation addDetailToObjectAssembly($input: BaseAssemblyConnectionIn!) { addDetailToObjectAssembly(input: $input) { id belongsId quantity unit targetId detail { ...BaseDetail } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 1814687270936149011 }, "addDetailToSubnode": { "name": "addDetailToSubnode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addDetailToSubnode", "alias": "addDetailToSubnode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "DetailToSubnode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "detail", "alias": "detail", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] } }] }, "sourceText": "mutation addDetailToSubnode($input: BaseAssemblyConnectionIn!) { addDetailToSubnode(input: $input) { id belongsId quantity unit targetId detail { ...BaseDetail } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 5976764877977205112 }, "addNodeToAssemblyUnit": { "name": "addNodeToAssemblyUnit", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addNodeToAssemblyUnit", "alias": "addNodeToAssemblyUnit", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "NodeToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "node", "alias": "node", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }] } }] }, "sourceText": "mutation addNodeToAssemblyUnit($input: BaseAssemblyConnectionIn!){ addNodeToAssemblyUnit(input: $input){ id belongsId targetId quantity unit node{ ...BaseNode } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 1117339896781170766 }, "addNodeToObjectAssembly": { "name": "addNodeToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addNodeToObjectAssembly", "alias": "addNodeToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "NodeToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "node", "alias": "node", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }] } }] }, "sourceText": "mutation addNodeToObjectAssembly($input: BaseAssemblyConnectionIn!) { addNodeToObjectAssembly(input: $input) { id belongsId targetId quantity unit node { ...BaseNode } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 660495433500144290 }, "addProjectEquipmentToObjectAssembly": { "name": "addProjectEquipmentToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addProjectEquipmentToObjectAssembly", "alias": "addProjectEquipmentToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipmentToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "projectEquipment", "alias": "projectEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }] } }] }, "sourceText": "mutation addProjectEquipmentToObjectAssembly($input: BaseAssemblyConnectionIn!){ addProjectEquipmentToObjectAssembly(input: $input){ id belongsId targetId quantity unit projectEquipment{ ...BaseProjectEquipment } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 6701886898718371888 }, "addPurchasedEquipmentToAssemblyUnit": { "name": "addPurchasedEquipmentToAssemblyUnit", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addPurchasedEquipmentToAssemblyUnit", "alias": "addPurchasedEquipmentToAssemblyUnit", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }] }, "sourceText": "mutation addPurchasedEquipmentToAssemblyUnit($input: BaseAssemblyConnectionIn!){ addPurchasedEquipmentToAssemblyUnit(input: $input){ id belongsId targetId quantity unit purchasedEquipment{ ...BasePurchasedEquipment } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 14199747745373576910 }, "addPurchasedEquipmentToNode": { "name": "addPurchasedEquipmentToNode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addPurchasedEquipmentToNode", "alias": "addPurchasedEquipmentToNode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }] }, "sourceText": "mutation addPurchasedEquipmentToNode($input: BaseAssemblyConnectionIn!){ addPurchasedEquipmentToNode(input: $input){ id belongsId targetId quantity unit purchasedEquipment{ ...BasePurchasedEquipment } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 15767611536254123983 }, "addPurchasedEquipmentToObjectAssembly": { "name": "addPurchasedEquipmentToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addPurchasedEquipmentToObjectAssembly", "alias": "addPurchasedEquipmentToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }] }, "sourceText": "mutation addPurchasedEquipmentToObjectAssembly($input: BaseAssemblyConnectionIn!){ addPurchasedEquipmentToObjectAssembly(input: $input){ id belongsId targetId quantity unit purchasedEquipment{ ...BasePurchasedEquipment } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 18171474636063593119 }, "addPurchasedEquipmentToSubnode": { "name": "addPurchasedEquipmentToSubnode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addPurchasedEquipmentToSubnode", "alias": "addPurchasedEquipmentToSubnode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipmentToSubnode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "purchasedEquipment", "alias": "purchasedEquipment", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] } }] }, "sourceText": "mutation addPurchasedEquipmentToSubnode($input: BaseAssemblyConnectionIn!){ addPurchasedEquipmentToSubnode(input: $input){ id belongsId targetId quantity unit purchasedEquipment{ ...BasePurchasedEquipment } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 11817177785714801157 }, "addRelatedRssToRss": { "name": "addRelatedRssToRss", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addRelatedRssToRss", "alias": "addRelatedRssToRss", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "rssForAdd": { "name": "rssForAdd", "value": { "_type": "ref", "name": "$rssForAdd" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddRelatedRssToRssOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation addRelatedRssToRss($contractId: Int!, $id: Int!, $rssForAdd: [Int!]!){ addRelatedRssToRss(contractId: $contractId, id: $id, rssForAdd: $rssForAdd){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 3107372743340185245, "fragmentSpecHash": 8270770606724525319 }, "addRelatedRssToRssDmitrov": { "name": "addRelatedRssToRssDmitrov", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addRelatedRssToRssDmitrov", "alias": "addRelatedRssToRssDmitrov", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "rssForAdd": { "name": "rssForAdd", "value": { "_type": "ref", "name": "$rssForAdd" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddRelatedRssToRssDmitrovOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation addRelatedRssToRssDmitrov($Id: Int!, $rssForAdd: [Int!]!){ addRelatedRssToRssDmitrov(Id: $Id, rssForAdd: $rssForAdd){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 13554051086838421016, "fragmentSpecHash": 8350775524132943014 }, "addRelatedRssToRssIstra": { "name": "addRelatedRssToRssIstra", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addRelatedRssToRssIstra", "alias": "addRelatedRssToRssIstra", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "rssForAdd": { "name": "rssForAdd", "value": { "_type": "ref", "name": "$rssForAdd" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddRelatedRssToRssIstraOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation addRelatedRssToRssIstra($Id: Int!, $rssForAdd: [Int!]!){ addRelatedRssToRssIstra(Id: $Id, rssForAdd: $rssForAdd){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 13554051086838421016, "fragmentSpecHash": 748274035282202080 }, "addRelatedRssToRssKuvekino": { "name": "addRelatedRssToRssKuvekino", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addRelatedRssToRssKuvekino", "alias": "addRelatedRssToRssKuvekino", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "rssForAdd": { "name": "rssForAdd", "value": { "_type": "ref", "name": "$rssForAdd" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "AddRelatedRssToRssKuvekinoOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation addRelatedRssToRssKuvekino($Id: Int!, $rssForAdd: [Int!]!){ addRelatedRssToRssKuvekino(Id: $Id, rssForAdd: $rssForAdd){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 13554051086838421016, "fragmentSpecHash": 2875120219723968060 }, "addSubnodeToAssemblyUnit": { "name": "addSubnodeToAssemblyUnit", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addSubnodeToAssemblyUnit", "alias": "addSubnodeToAssemblyUnit", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToAssemblyUnit", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] } }] }, "sourceText": "mutation addSubnodeToAssemblyUnit($input: BaseAssemblyConnectionIn!){ addSubnodeToAssemblyUnit(input: $input){ id belongsId targetId quantity unit subnode{ ...BaseSubnode } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 3125641370966671807 }, "addSubnodeToNode": { "name": "addSubnodeToNode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addSubnodeToNode", "alias": "addSubnodeToNode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToNode", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] } }] }, "sourceText": "mutation addSubnodeToNode($input: BaseAssemblyConnectionIn!){ addSubnodeToNode(input: $input){ id belongsId targetId quantity unit subnode{ ...BaseSubnode } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 5571230852108901348 }, "addSubnodeToObjectAssembly": { "name": "addSubnodeToObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addSubnodeToObjectAssembly", "alias": "addSubnodeToObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SubnodeToObjectAssembly", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "belongsId", "alias": "belongsId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "targetId", "alias": "targetId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "quantity", "alias": "quantity", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "unit", "alias": "unit", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subnode", "alias": "subnode", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] } }] }, "sourceText": "mutation addSubnodeToObjectAssembly($input: BaseAssemblyConnectionIn!){ addSubnodeToObjectAssembly(input: $input){ id belongsId targetId quantity unit subnode{ ...BaseSubnode } }}", "parametersHash": 5294454644974486589, "fragmentSpecHash": 13316308699582255076 }, "addUserPermission": { "name": "addUserPermission", "type": "MUTATION", "parameters": { "$permissionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addUserPermission", "alias": "addUserPermission", "arguments": { "permissionId": { "name": "permissionId", "value": { "_type": "ref", "name": "$permissionId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToPermission", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }] } }] }, "sourceText": "mutation addUserPermission ($userId: Int!, $permissionId: Int!) { addUserPermission(userId: $userId, permissionId: $permissionId) { id }}", "parametersHash": 15836423148114827064, "fragmentSpecHash": 10609171733895306575 }, "addUserToContract": { "name": "addUserToContract", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addUserToContract", "alias": "addUserToContract", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUserToContract" }] } }] }, "sourceText": "mutation addUserToContract($userId: Int!, $contractId: Int!) { addUserToContract(userId: $userId, contractId: $contractId) { ...BaseUserToContract }}", "parametersHash": 14749943938497146304, "fragmentSpecHash": 7190697540907304953 }, "addUserToContractorContract": { "name": "addUserToContractorContract", "type": "MUTATION", "parameters": { "$contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addUserToContractorContract", "alias": "addUserToContractorContract", "arguments": { "contractorContractId": { "name": "contractorContractId", "value": { "_type": "ref", "name": "$contractorContractId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUserToContractorContract" }] } }] }, "sourceText": "mutation addUserToContractorContract($userId: Int!, $contractorContractId: Int!) { addUserToContractorContract(userId: $userId, contractorContractId: $contractorContractId) { ...BaseUserToContractorContract }}", "parametersHash": 3415094513628725310, "fragmentSpecHash": 5052832204569365085 }, "addUserToCounterparty": { "name": "addUserToCounterparty", "type": "MUTATION", "parameters": { "$counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "addUserToCounterparty", "alias": "addUserToCounterparty", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } }, "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CounterpartyToUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterpartyToUser" }] } }] }, "sourceText": "mutation addUserToCounterparty($userId: Int!, $counterpartyId: Int!){ addUserToCounterparty(userId: $userId, counterpartyId: $counterpartyId){ ...BaseCounterpartyToUser }}", "parametersHash": 13434494133702100997, "fragmentSpecHash": 5995784865051908745 }, "closeWeeklyFinReport": { "name": "closeWeeklyFinReport", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "closeWeeklyFinReport", "alias": "closeWeeklyFinReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "WeeklyFinReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WeeklyFinReport", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation closeWeeklyFinReport($id: Int!) { closeWeeklyFinReport(id: $id) { __typename ... on WeeklyFinReport { ...BaseWeeklyFinReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13924877000761595569 }, "copyContract": { "name": "copyContract", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractCopyIn", "$ref": "#/server/inputs/ContractCopyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "copyContract", "alias": "copyContract", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CopyContractOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "SpreadSelection", "fragment": "CreatedContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation copyContract($input: ContractCopyIn!) { copyContract(input: $input) { __typename ... on Contract { ...CreatedContract } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 12722424060044753001, "fragmentSpecHash": 14459176276040632870 }, "copyObjectAssembly": { "name": "copyObjectAssembly", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CopyObjectAssemblyIn", "$ref": "#/server/inputs/CopyObjectAssemblyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "copyObjectAssembly", "alias": "copyObjectAssembly", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CopiedObjectAssemblyOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAssembly", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAssembly", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAssembly" }] } }] } }] }, "sourceText": "mutation copyObjectAssembly($input: CopyObjectAssemblyIn!) { copyObjectAssembly(input: $input) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAssembly { ...BaseObjectAssembly } }}", "parametersHash": 1105923184822051197, "fragmentSpecHash": 17663809241807348568 }, "countEmployeeTgGroupsMsgsYear": { "name": "countEmployeeTgGroupsMsgsYear", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "countEmployeeTgGroupsMsgsYear", "alias": "countEmployeeTgGroupsMsgsYear", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] }, "sourceText": "query countEmployeeTgGroupsMsgsYear($employeeId: Int!) { countEmployeeTgGroupsMsgsYear(employeeId: $employeeId) { ...BaseTgChatDaySummary }}", "parametersHash": 10392261257114866333, "fragmentSpecHash": 17808472245511452870 }, "countTgGroupMsgsYear": { "name": "countTgGroupMsgsYear", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "countTgGroupMsgsYear", "alias": "countTgGroupMsgsYear", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] }, "sourceText": "query countTgGroupMsgsYear($contractId: Int!) { countTgGroupMsgsYear(contractId: $contractId) { ...BaseTgChatDaySummary }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 12788379515374650351 }, "createAllowance": { "name": "createAllowance", "type": "MUTATION", "parameters": { "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createAllowance", "alias": "createAllowance", "arguments": { "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateAllowanceOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Allowance", "spec": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createAllowance($name: String!) { createAllowance(name: $name) { __typename ... on Allowance { ...BaseAllowance } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9272083716886941865, "fragmentSpecHash": 5955331732177681765 }, "createAssemblyUnit": { "name": "createAssemblyUnit", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createAssemblyUnit", "alias": "createAssemblyUnit", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateAssemblyUnitResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "AssemblyUnit", "spec": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createAssemblyUnit($input: BaseEquipmentIn!){ createAssemblyUnit(input: $input){ __typename ... on AssemblyUnit { ...BaseAssemblyUnit } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9365992103800261942, "fragmentSpecHash": 4934696331764885099 }, "createBankAccount": { "name": "createBankAccount", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountIn", "$ref": "#/server/inputs/BankAccountIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createBankAccount", "alias": "createBankAccount", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateBankAccountOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "BankAccount", "spec": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBankAccount" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createBankAccount($input: BankAccountIn!) { createBankAccount(input: $input) { __typename ... on BankAccount { ...BaseBankAccount } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 12104707580137519522, "fragmentSpecHash": 8530287201653072670 }, "createBrand": { "name": "createBrand", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandIn", "$ref": "#/server/inputs/BrandIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createBrand", "alias": "createBrand", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateBrandOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Brand", "spec": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrand" }] } }] } }] }, "sourceText": "mutation createBrand($input: BrandIn!) { createBrand(input: $input) { __typename ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ValidationError { ...BaseValidationError } ... on Brand { ...BaseBrand } }}", "parametersHash": 15397710596451533404, "fragmentSpecHash": 3792913598674852554 }, "createBrandToCounterparty": { "name": "createBrandToCounterparty", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandToCounterpartyIn", "$ref": "#/server/inputs/BrandToCounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createBrandToCounterparty", "alias": "createBrandToCounterparty", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateBrandToCounterpartyOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "BrandToCounterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "BrandToCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrandToCounterparty" }] } }] } }] }, "sourceText": "mutation createBrandToCounterparty($input: BrandToCounterpartyIn!) { createBrandToCounterparty(input: $input) { __typename ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on BrandToCounterparty { ...BaseBrandToCounterparty } }}", "parametersHash": 4194679979324575588, "fragmentSpecHash": 4698373234908529724 }, "createCameraRegistryRow": { "name": "createCameraRegistryRow", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowIn", "$ref": "#/server/inputs/CameraRegistryRowIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createCameraRegistryRow", "alias": "createCameraRegistryRow", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryRow" }] } }] }, "sourceText": "mutation createCameraRegistryRow($input: CameraRegistryRowIn!) { createCameraRegistryRow(input: $input) { ...BaseCameraRegistryRow }}", "parametersHash": 4999902145457626847, "fragmentSpecHash": 7496826795457028103 }, "createCommercialOffer": { "name": "createCommercialOffer", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferIn", "$ref": "#/server/inputs/CommercialOfferIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createCommercialOffer", "alias": "createCommercialOffer", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOffer" }] } }] }, "sourceText": "mutation createCommercialOffer($input: CommercialOfferIn!){ createCommercialOffer(input: $input){ ...DetailCommercialOffer }}", "parametersHash": 17607484050446617689, "fragmentSpecHash": 3437336699081030738 }, "createCommercialOfferContact": { "name": "createCommercialOfferContact", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationIn", "$ref": "#/server/inputs/ContactInformationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createCommercialOfferContact", "alias": "createCommercialOfferContact", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOfferContact" }] } }] }, "sourceText": "mutation createCommercialOfferContact($input: ContactInformationIn!){ createCommercialOfferContact(input: $input){ ...DetailCommercialOfferContact }}", "parametersHash": 4190857149689963982, "fragmentSpecHash": 12770239763656238741 }, "createConstructionEquipment": { "name": "createConstructionEquipment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ConstructionEquipmentIn", "$ref": "#/server/inputs/ConstructionEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createConstructionEquipment", "alias": "createConstructionEquipment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateConstructionEquipmentOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createConstructionEquipment( $input: ConstructionEquipmentIn!) { createConstructionEquipment(input: $input) { ... on ConstructionEquipment { ...BaseConstructionEquipment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 12218934316698335040, "fragmentSpecHash": 9354785914477093550 }, "createConstructionEquipmentType": { "name": "createConstructionEquipmentType", "type": "MUTATION", "parameters": { "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createConstructionEquipmentType", "alias": "createConstructionEquipmentType", "arguments": { "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateConstructionEquipmentTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipmentType", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }] } }] }, "sourceText": "mutation createConstructionEquipmentType($name: String!) { createConstructionEquipmentType(name: $name) { __typename ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ConstructionEquipmentType { ...BaseConstructionEquipmentType } }}", "parametersHash": 9272083716886941865, "fragmentSpecHash": 2174606967411744214 }, "createContractToNomenclature": { "name": "createContractToNomenclature", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$nomenclatureId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$progress": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createContractToNomenclature", "alias": "createContractToNomenclature", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "nomenclatureId": { "name": "nomenclatureId", "value": { "_type": "ref", "name": "$nomenclatureId" } }, "progress": { "name": "progress", "value": { "_type": "ref", "name": "$progress" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractToNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractToNomenclature" }] } }] }, "sourceText": "mutation createContractToNomenclature($contractId: Int!, $nomenclatureId: Int!, $progress: Int!) { createContractToNomenclature(contractId: $contractId, nomenclatureId: $nomenclatureId, progress: $progress) { ...BaseContractToNomenclature }}", "parametersHash": 8494587945237778887, "fragmentSpecHash": 4508946826251285986 }, "createContractWithStages": { "name": "createContractWithStages", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractIn", "$ref": "#/server/inputs/ContractIn" }, "defaultValue": null } }, "$stagesInput": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractStageCreateIn", "$ref": "#/server/inputs/ContractStageCreateIn" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createContractWithStages", "alias": "createContractWithStages", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } }, "stagesInput": { "name": "stagesInput", "value": { "_type": "ref", "name": "$stagesInput" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateContractOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "SpreadSelection", "fragment": "CreatedContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createContractWithStages($input: ContractIn!, $stagesInput: [ContractStageCreateIn!]!) { createContractWithStages(input: $input, stagesInput: $stagesInput) { __typename ... on Contract { ...CreatedContract } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 7866082688457770809, "fragmentSpecHash": 10310151189165306779 }, "createContractorContract": { "name": "createContractorContract", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractIn", "$ref": "#/server/inputs/ContractorContractIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createContractorContract", "alias": "createContractorContract", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateContractorContractOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContractorContract", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createContractorContract($input: ContractorContractIn!){ createContractorContract(input: $input){ __typename ... on ContractorContract { ...BaseContractorContract } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 14902045480176932349, "fragmentSpecHash": 15733643941942444779 }, "createCounterparty": { "name": "createCounterparty", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartyIn", "$ref": "#/server/inputs/CounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createCounterparty", "alias": "createCounterparty", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateCounterpartyOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterparty" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createCounterparty($input: CounterpartyIn!) { createCounterparty(input: $input) { ... on Counterparty { ...BaseCounterparty } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 16625241190885639608, "fragmentSpecHash": 14768068576600843487 }, "createDepartment": { "name": "createDepartment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DepartmentIn", "$ref": "#/server/inputs/DepartmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createDepartment", "alias": "createDepartment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateDepartmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Department", "spec": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createDepartment($input: DepartmentIn!) { createDepartment(input: $input) { __typename ... on Department { ...BaseDepartment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 15867064277545836042, "fragmentSpecHash": 6681789896075440261 }, "createDetail": { "name": "createDetail", "type": "MUTATION", "parameters": { "$equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createDetail", "alias": "createDetail", "arguments": { "equipmentId": { "name": "equipmentId", "value": { "_type": "ref", "name": "$equipmentId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateDetailResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Detail", "spec": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createDetail($equipmentId: Int!){ createDetail(equipmentId: $equipmentId){ __typename ... on Detail { ...BaseDetail } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 10631671804719200909, "fragmentSpecHash": 143401867988455907 }, "createEmployee": { "name": "createEmployee", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeIn", "$ref": "#/server/inputs/EmployeeIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createEmployee", "alias": "createEmployee", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateEmployeeOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "Employee", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "SpreadSelection", "fragment": "LiteEmployeeInfo" }] } }] } }] }, "sourceText": "mutation createEmployee($input: EmployeeIn!){ createEmployee(input: $input){ ... on Employee { ...LiteEmployeeInfo } }}", "parametersHash": 9312243211379366306, "fragmentSpecHash": 1437365576686812151 }, "createEmployeeEquipment": { "name": "createEmployeeEquipment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentIn", "$ref": "#/server/inputs/EmployeeEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createEmployeeEquipment", "alias": "createEmployeeEquipment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeEquipment" }] } }] }, "sourceText": "mutation createEmployeeEquipment($input: EmployeeEquipmentIn!) { createEmployeeEquipment(input: $input) { ...BaseEmployeeEquipment }}", "parametersHash": 14369013701236292863, "fragmentSpecHash": 2908833637007614656 }, "createEmployeeToNotification": { "name": "createEmployeeToNotification", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeToNotificationIn", "$ref": "#/server/inputs/EmployeeToNotificationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createEmployeeToNotification", "alias": "createEmployeeToNotification", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateEmployeeToNotificationOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EmployeeToNotification", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeToNotification", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeToNotification" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createEmployeeToNotification($input: EmployeeToNotificationIn!) { createEmployeeToNotification(input: $input) { __typename ... on EmployeeToNotification { ...BaseEmployeeToNotification } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9398302971843405996, "fragmentSpecHash": 530319253298978762 }, "createEmployeeVacation": { "name": "createEmployeeVacation", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeVacationCreateIn", "$ref": "#/server/inputs/EmployeeVacationCreateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createEmployeeVacation", "alias": "createEmployeeVacation", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeVacation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeVacation" }] } }] }, "sourceText": "mutation createEmployeeVacation($input: EmployeeVacationCreateIn!){ createEmployeeVacation(input: $input){ ...BaseEmployeeVacation }}", "parametersHash": 187679276255668912, "fragmentSpecHash": 14084894428538300129 }, "createFinancialReport": { "name": "createFinancialReport", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinReportIn", "$ref": "#/server/inputs/FinReportIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createFinancialReport", "alias": "createFinancialReport", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateReportOrValidationError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Report", "spec": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation createFinancialReport($input: FinReportIn!){ createFinancialReport(input: $input){ __typename ... on Report { ...BaseFinancialReport } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 2480705667698752201, "fragmentSpecHash": 14055195885063505237 }, "createFinancialReportUser": { "name": "createFinancialReportUser", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserIn", "$ref": "#/server/inputs/FinancialReportUserIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createFinancialReportUser", "alias": "createFinancialReportUser", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }] }, "sourceText": "mutation createFinancialReportUser($input: FinancialReportUserIn!) { createFinancialReportUser(input: $input) { ...BaseFinancialReportUser }}", "parametersHash": 5852410650059908705, "fragmentSpecHash": 13128497441631964269 }, "createFixedAsset": { "name": "createFixedAsset", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetIn", "$ref": "#/server/inputs/FixedAssetIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createFixedAsset", "alias": "createFixedAsset", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAsset" }] } }] }, "sourceText": "mutation createFixedAsset($input: FixedAssetIn!) { createFixedAsset(input: $input) { ...BaseFixedAsset }}", "parametersHash": 3377237430012494860, "fragmentSpecHash": 6233687675283835809 }, "createFixedAssetType": { "name": "createFixedAssetType", "type": "MUTATION", "parameters": { "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createFixedAssetType", "alias": "createFixedAssetType", "arguments": { "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateFixedAssetTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FixedAssetType", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createFixedAssetType($name: String!) { createFixedAssetType(name: $name) { __typename ... on FixedAssetType { ...BaseFixedAssetType } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9272083716886941865, "fragmentSpecHash": 5560538315942855303 }, "createFuelCard": { "name": "createFuelCard", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FuelCardIn", "$ref": "#/server/inputs/FuelCardIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createFuelCard", "alias": "createFuelCard", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FuelCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFuelCard" }] } }] }, "sourceText": "mutation createFuelCard($input: FuelCardIn!){ createFuelCard(input: $input){ ...BaseFuelCard }}", "parametersHash": 14123615863077568622, "fragmentSpecHash": 5068133461285897819 }, "createLicense": { "name": "createLicense", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseIn", "$ref": "#/server/inputs/LicenseIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createLicense", "alias": "createLicense", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateLicenseOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "License", "spec": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLicense" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createLicense($input: LicenseIn!) { createLicense(input: $input) { __typename ... on License { ...BaseLicense } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 3029482942340804605, "fragmentSpecHash": 15657250600364462791 }, "createNode": { "name": "createNode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createNode", "alias": "createNode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateNodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Node", "spec": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createNode($input: BaseEquipmentIn!){ createNode(input: $input){ __typename ... on Node { ...BaseNode } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9365992103800261942, "fragmentSpecHash": 6414016581411290678 }, "createNomenclature": { "name": "createNomenclature", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NomenclatureCreateIn", "$ref": "#/server/inputs/NomenclatureCreateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createNomenclature", "alias": "createNomenclature", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNomenclature" }] } }] }, "sourceText": "mutation createNomenclature($input: NomenclatureCreateIn!){ createNomenclature(input: $input){ ...BaseNomenclature }}", "parametersHash": 3878405858269108783, "fragmentSpecHash": 7932629256865833375 }, "createNonMetallicMaterial": { "name": "createNonMetallicMaterial", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsIn", "$ref": "#/server/inputs/NonMetallicMaterialsIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createNonMetallicMaterial", "alias": "createNonMetallicMaterial", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateNonMetallicMaterialOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "NonMetallicMaterial", "spec": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterial" }] } }] } }] }, "sourceText": "mutation createNonMetallicMaterial($input: NonMetallicMaterialsIn!) { createNonMetallicMaterial(input: $input) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on NonMetallicMaterial { ...BaseNonMetallicMaterial } }}", "parametersHash": 11499042811975206751, "fragmentSpecHash": 9521955497385189610 }, "createPermission": { "name": "createPermission", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "PermissionIn", "$ref": "#/server/inputs/PermissionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createPermission", "alias": "createPermission", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }] }, "sourceText": "mutation createPermission($input: PermissionIn!){ createPermission(input: $input){ ...SearchedPermission }}", "parametersHash": 6618957305608923785, "fragmentSpecHash": 9055581656774682645 }, "createProjectEquipment": { "name": "createProjectEquipment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createProjectEquipment", "alias": "createProjectEquipment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateProjectEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ProjectEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createProjectEquipment($input: BaseEquipmentIn!){ createProjectEquipment(input: $input){ __typename ... on ProjectEquipment { ...BaseProjectEquipment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9365992103800261942, "fragmentSpecHash": 1581944427465558767 }, "createPurchasedEquipment": { "name": "createPurchasedEquipment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createPurchasedEquipment", "alias": "createPurchasedEquipment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreatePurchasedEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "PurchasedEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createPurchasedEquipment($input: BaseEquipmentIn!){ createPurchasedEquipment(input: $input){ __typename ... on PurchasedEquipment { ...BasePurchasedEquipment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9365992103800261942, "fragmentSpecHash": 16713805070186055834 }, "createRentItem": { "name": "createRentItem", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemIn", "$ref": "#/server/inputs/RentItemIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRentItem", "alias": "createRentItem", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItem" }] } }] }, "sourceText": "mutation createRentItem($input: RentItemIn!) { createRentItem(input: $input) { ...BaseRentItem }}", "parametersHash": 9331249045804536638, "fragmentSpecHash": 10418968993396713493 }, "createRentItemsType": { "name": "createRentItemsType", "type": "MUTATION", "parameters": { "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRentItemsType", "alias": "createRentItemsType", "arguments": { "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateRentItemsTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "RentItemsType", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }] } }] }, "sourceText": "mutation createRentItemsType($name: String!) { createRentItemsType(name: $name) { \t__typename ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on RentItemsType { ...BaseRentItemsType } }}", "parametersHash": 9272083716886941865, "fragmentSpecHash": 12988521528660135172 }, "createRepairEquipment": { "name": "createRepairEquipment", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentIn", "$ref": "#/server/inputs/RepairEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRepairEquipment", "alias": "createRepairEquipment", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRepairRegistry" }] } }] }, "sourceText": "mutation createRepairEquipment($input: RepairEquipmentIn!){ createRepairEquipment(input: $input){ ...BaseRepairRegistry }}", "parametersHash": 3984339261061993817, "fragmentSpecHash": 15966048048070964294 }, "createReputation": { "name": "createReputation", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationCreateIn", "$ref": "#/server/inputs/TgEmployeeReputationCreateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createReputation", "alias": "createReputation", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateTgEmployeeReputationOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TgEmployeeReputation", "spec": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeReputation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeReputation" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "message", "alias": "messageError", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation createReputation( $input: TgEmployeeReputationCreateIn!) { createReputation(input: $input) { __typename ... on TgEmployeeReputation { ...BaseTgEmployeeReputation } ... on ObjectNotFoundError { key messageError: message } }}", "parametersHash": 10278187398013080895, "fragmentSpecHash": 10037887317918407425 }, "createReview": { "name": "createReview", "type": "MUTATION", "parameters": { "$employeeIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$file": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } }, "$text": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createReview", "alias": "createReview", "arguments": { "employeeIds": { "name": "employeeIds", "value": { "_type": "ref", "name": "$employeeIds" } }, "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } }, "text": { "name": "text", "value": { "_type": "ref", "name": "$text" } }, "title": { "name": "title", "value": { "_type": "ref", "name": "$title" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateReviewOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Review", "spec": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReview" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation createReview( $file: Upload, $employeeIds: [Int!]!, $title: String!, $text: String,) { createReview( file: $file, employeeIds: $employeeIds, title: $title, text: $text, ) { __typename ... on Review { ...BaseReview } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 794229044439106356, "fragmentSpecHash": 14215163797869884648 }, "createRouter": { "name": "createRouter", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterIn", "$ref": "#/server/inputs/RouterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRouter", "alias": "createRouter", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterEditInfo" }] } }] }, "sourceText": "mutation createRouter($input: RouterIn!){ createRouter(input: $input){ ...RouterEditInfo }}", "parametersHash": 9350212944575976982, "fragmentSpecHash": 12036727842439146555 }, "createRouterTechParameter": { "name": "createRouterTechParameter", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParamIn", "$ref": "#/server/inputs/RouterTechParamIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRouterTechParameter", "alias": "createRouterTechParameter", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameter" }] } }] }, "sourceText": "mutation createRouterTechParameter( $input: RouterTechParamIn!) { createRouterTechParameter(input: $input) { ...BaseRouterTechParameter }}", "parametersHash": 18272189190795549439, "fragmentSpecHash": 7937460681555702061 }, "createRssDmitrovStage": { "name": "createRssDmitrovStage", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSStageCreateInput", "$ref": "#/server/inputs/RSSStageCreateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRssDmitrovStage", "alias": "createRssDmitrovStage", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateRSSDmitrovStageOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrovStage", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrovStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSDmitrovStage" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createRssDmitrovStage($Input: RSSStageCreateInput!) { createRssDmitrovStage(Input: $Input) { __typename ... on RSSDmitrovStage { ...BaseRSSDmitrovStage } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 12259828048571433942, "fragmentSpecHash": 7932950040142724057 }, "createRssIstraStage": { "name": "createRssIstraStage", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSIstraStageCreateInput", "$ref": "#/server/inputs/RSSIstraStageCreateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRssIstraStage", "alias": "createRssIstraStage", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateRSSIstraStageOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstraStage", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstraStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSIstraStage" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createRssIstraStage($Input: RSSIstraStageCreateInput!){ createRssIstraStage(Input: $Input){ __typename ... on RSSIstraStage { ...BaseRSSIstraStage } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 13460526006072394075, "fragmentSpecHash": 4199812637724570728 }, "createRssKuvekinoStage": { "name": "createRssKuvekinoStage", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoStageCreateInput", "$ref": "#/server/inputs/RSSKuvekinoStageCreateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRssKuvekinoStage", "alias": "createRssKuvekinoStage", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateRSSKuvekinoStageOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekinoStage", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekinoStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSKuvekinoStage" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createRssKuvekinoStage($Input: RSSKuvekinoStageCreateInput!){ createRssKuvekinoStage(Input: $Input){ __typename ... on RSSKuvekinoStage { ...BaseRSSKuvekinoStage } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 609951395985414291, "fragmentSpecHash": 168853528215341078 }, "createRssStage": { "name": "createRssStage", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseRSSStageCreateInput", "$ref": "#/server/inputs/BaseRSSStageCreateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createRssStage", "alias": "createRssStage", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateRSSStageOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSStage", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSStage" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation createRssStage($contractId: Int!, $input: BaseRSSStageCreateInput!) { createRssStage(contractId: $contractId, input: $input) { __typename ... on RSSStage { ...BaseRSSStage } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 15923156642223489445, "fragmentSpecHash": 1312561436609388801 }, "createStaffingTable": { "name": "createStaffingTable", "type": "MUTATION", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createStaffingTable", "alias": "createStaffingTable", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "mutation createStaffingTable { createStaffingTable { ...FullBase64EncodedFile }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 858846363378948480 }, "createStation": { "name": "createStation", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "StationIn", "$ref": "#/server/inputs/StationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createStation", "alias": "createStation", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] }, "sourceText": "mutation createStation($input: StationIn!) { createStation(input: $input) { ...BaseStation }}", "parametersHash": 16884501292045045256, "fragmentSpecHash": 7413264254133144260 }, "createSubnode": { "name": "createSubnode", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createSubnode", "alias": "createSubnode", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateSubnodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Subnode", "spec": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createSubnode($input: BaseEquipmentIn!){ createSubnode(input: $input){ __typename ... on Subnode { ...BaseSubnode } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 9365992103800261942, "fragmentSpecHash": 2346601377137672870 }, "createUser": { "name": "createUser", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UserCreateIn", "$ref": "#/server/inputs/UserCreateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createUser", "alias": "createUser", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }] }, "sourceText": "mutation createUser($input: UserCreateIn!){ createUser(input: $input){ ...BaseUser }}", "parametersHash": 6081347694436693611, "fragmentSpecHash": 6960138753554702525 }, "createWeeklyFinReport": { "name": "createWeeklyFinReport", "type": "MUTATION", "parameters": { "$reportIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createWeeklyFinReport", "alias": "createWeeklyFinReport", "arguments": { "reportIds": { "name": "reportIds", "value": { "_type": "ref", "name": "$reportIds" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }] }, "sourceText": "mutation createWeeklyFinReport($reportIds: [Int!]!) { createWeeklyFinReport(reportIds: $reportIds) { ...BaseWeeklyFinReport }}", "parametersHash": 10319663714654654450, "fragmentSpecHash": 8645033643584966981 }, "createWeeklyFinReportCounterparty": { "name": "createWeeklyFinReportCounterparty", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportCounterpartyIn", "$ref": "#/server/inputs/WeeklyFinReportCounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createWeeklyFinReportCounterparty", "alias": "createWeeklyFinReportCounterparty", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }] }, "sourceText": "mutation createWeeklyFinReportCounterparty($input: WeeklyFinReportCounterpartyIn!) { createWeeklyFinReportCounterparty(input: $input) { ...BaseWeeklyFinReportCounterparty }}", "parametersHash": 13264218200170299009, "fragmentSpecHash": 3339108639048524607 }, "createWorkPosition": { "name": "createWorkPosition", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkPositionIn", "$ref": "#/server/inputs/WorkPositionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createWorkPosition", "alias": "createWorkPosition", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "CreateWorkPositionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WorkPosition", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkPosition" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation createWorkPosition ($input: WorkPositionIn!) { createWorkPosition(input: $input) { __typename ... on WorkPosition { ...BaseWorkPosition } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 18092448924287686219, "fragmentSpecHash": 8123869637485198616 }, "createWorkerReportCard": { "name": "createWorkerReportCard", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardIn", "$ref": "#/server/inputs/WorkerReportCardIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "createWorkerReportCard", "alias": "createWorkerReportCard", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkerReportCard" }] } }] }, "sourceText": "mutation createWorkerReportCard($input: WorkerReportCardIn!) { createWorkerReportCard(input: $input) { ...BaseWorkerReportCard }}", "parametersHash": 15931015316795794078, "fragmentSpecHash": 16864451304784404429 }, "deleteAllowance": { "name": "deleteAllowance", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteAllowance", "alias": "deleteAllowance", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteAllowance($id: Int!) { deleteAllowance(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 1022850882581909728 }, "deleteAllowanceToEmployee": { "name": "deleteAllowanceToEmployee", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteAllowanceToEmployee", "alias": "deleteAllowanceToEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteAllowanceToEmployee($id: Int!) { deleteAllowanceToEmployee(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2746310442988514127 }, "deleteBankAccount": { "name": "deleteBankAccount", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteBankAccount", "alias": "deleteBankAccount", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteBankAccount($id: Int!) { deleteBankAccount(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9614619184645205525 }, "deleteBrand": { "name": "deleteBrand", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteBrand", "alias": "deleteBrand", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteBrand($id: Int!) { deleteBrand(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16260874968301977892 }, "deleteBrandToCounterparty": { "name": "deleteBrandToCounterparty", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandToCounterpartyIn", "$ref": "#/server/inputs/BrandToCounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteBrandToCounterparty", "alias": "deleteBrandToCounterparty", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": null }] }, "sourceText": "mutation deleteBrandToCounterparty($input: BrandToCounterpartyIn!) { deleteBrandToCounterparty(input: $input)}", "parametersHash": 4194679979324575588, "fragmentSpecHash": 4850003860801059359 }, "deleteCameraRegistryRow": { "name": "deleteCameraRegistryRow", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteCameraRegistryRow", "alias": "deleteCameraRegistryRow", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteCameraRegistryRow($id: Int!) { deleteCameraRegistryRow(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14516480259372979869 }, "deleteCommercialOffer": { "name": "deleteCommercialOffer", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteCommercialOffer", "alias": "deleteCommercialOffer", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteCommercialOffer($id: Int!){ deleteCommercialOffer(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16689020976810556216 }, "deleteCommercialOfferContact": { "name": "deleteCommercialOfferContact", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteCommercialOfferContact", "alias": "deleteCommercialOfferContact", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteCommercialOfferContact($id: Int!){ deleteCommercialOfferContact(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2821518205733101924 }, "deleteConstructionEquipment": { "name": "deleteConstructionEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteConstructionEquipment", "alias": "deleteConstructionEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteConstructionEquipment($id: Int!) { deleteConstructionEquipment(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 1957637568523032203 }, "deleteConstructionEquipmentType": { "name": "deleteConstructionEquipmentType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteConstructionEquipmentType", "alias": "deleteConstructionEquipmentType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteConstructionEquipmentType ($id: Int!) { deleteConstructionEquipmentType(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16663780245158185774 }, "deleteContractStage": { "name": "deleteContractStage", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteContractStage", "alias": "deleteContractStage", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteContractStage($id: Int!){ deleteContractStage(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 8385308271838219143 }, "deleteContractSubStage": { "name": "deleteContractSubStage", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteContractSubStage", "alias": "deleteContractSubStage", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteContractSubStage($id: Int!){ deleteContractSubStage(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 1877554120996942869 }, "deleteContractToNomenclature": { "name": "deleteContractToNomenclature", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteContractToNomenclature", "alias": "deleteContractToNomenclature", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteContractToNomenclature($id: Int!){ deleteContractToNomenclature(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17448313623376654541 }, "deleteContractorContract": { "name": "deleteContractorContract", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteContractorContract", "alias": "deleteContractorContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteContractorContract($id: Int!) { deleteContractorContract(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 7481351032587270858 }, "deleteDepartment": { "name": "deleteDepartment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteDepartment", "alias": "deleteDepartment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteDepartment($id: Int!) { deleteDepartment(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 12985102608997538934 }, "deleteDetail": { "name": "deleteDetail", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteDetail", "alias": "deleteDetail", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ObjectHasRelationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectHasRelationError" }] } }] }, "sourceText": "mutation deleteDetail($id: Int!) { deleteDetail(id: $id) { ...BaseObjectHasRelationError }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5723079611550159891 }, "deleteEmployee": { "name": "deleteEmployee", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteEmployee", "alias": "deleteEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteEmployee($id: Int!){ deleteEmployee(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17930724931377585360 }, "deleteEmployeeEquipment": { "name": "deleteEmployeeEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteEmployeeEquipment", "alias": "deleteEmployeeEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteEmployeeEquipment($id: Int!) { deleteEmployeeEquipment(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5867909153306951910 }, "deleteEmployeeToNotification": { "name": "deleteEmployeeToNotification", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeToNotificationIn", "$ref": "#/server/inputs/EmployeeToNotificationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteEmployeeToNotification", "alias": "deleteEmployeeToNotification", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": null }] }, "sourceText": "mutation deleteEmployeeToNotification($input: EmployeeToNotificationIn!) { deleteEmployeeToNotification(input: $input)}", "parametersHash": 9398302971843405996, "fragmentSpecHash": 9712804367720545655 }, "deleteEmployeeVacation": { "name": "deleteEmployeeVacation", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteEmployeeVacation", "alias": "deleteEmployeeVacation", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteEmployeeVacation($id: Int!){ deleteEmployeeVacation(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2148873316036110604 }, "deleteFileFromContractStageDir": { "name": "deleteFileFromContractStageDir", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromContractStageDir", "alias": "deleteFileFromContractStageDir", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromContractStageDir($id: Int!, $filename: String!) { deleteFileFromContractStageDir(id: $id, filename: $filename)}", "parametersHash": 17066048728195467725, "fragmentSpecHash": 3032457135051031642 }, "deleteFileFromDetail": { "name": "deleteFileFromDetail", "type": "MUTATION", "parameters": { "$detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromDetail", "alias": "deleteFileFromDetail", "arguments": { "detailId": { "name": "detailId", "value": { "_type": "ref", "name": "$detailId" } }, "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromDetail($detailId: Int!, $filename: String!){ deleteFileFromDetail(detailId: $detailId, filename: $filename)}", "parametersHash": 12944972356975428220, "fragmentSpecHash": 3922400413359080898 }, "deleteFileFromEmployeeDir": { "name": "deleteFileFromEmployeeDir", "type": "MUTATION", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromEmployeeDir", "alias": "deleteFileFromEmployeeDir", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromEmployeeDir($employeeId: Int!, $filename: String!) { deleteFileFromEmployeeDir(employeeId: $employeeId, filename: $filename)}", "parametersHash": 4764784475822904666, "fragmentSpecHash": 14662527341105140523 }, "deleteFileFromNode": { "name": "deleteFileFromNode", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromNode", "alias": "deleteFileFromNode", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "nodeId": { "name": "nodeId", "value": { "_type": "ref", "name": "$nodeId" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromNode($nodeId: Int!, $filename: String!) { deleteFileFromNode(filename: $filename, nodeId: $nodeId)}", "parametersHash": 10274077943880164968, "fragmentSpecHash": 10111580325252395844 }, "deleteFileFromNonMetallicMaterialDir": { "name": "deleteFileFromNonMetallicMaterialDir", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromNonMetallicMaterialDir", "alias": "deleteFileFromNonMetallicMaterialDir", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromNonMetallicMaterialDir($id: Int!, $filename: String!) { deleteFileFromNonMetallicMaterialDir(id: $id, filename: $filename)}", "parametersHash": 17066048728195467725, "fragmentSpecHash": 965459282853327776 }, "deleteFileFromObjectAssembly": { "name": "deleteFileFromObjectAssembly", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromObjectAssembly", "alias": "deleteFileFromObjectAssembly", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromObjectAssembly($id: Int!, $filename: String!) { deleteFileFromObjectAssembly(filename: $filename, id: $id)}", "parametersHash": 17066048728195467725, "fragmentSpecHash": 14667132610404770779 }, "deleteFileFromRssByPath": { "name": "deleteFileFromRssByPath", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromRssByPath", "alias": "deleteFileFromRssByPath", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteFileRssOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation deleteFileFromRssByPath($id: Int!, $contractId: Int!, $path: String!, $key: String!){ deleteFileFromRssByPath(id: $id, contractId: $contractId, path: $path, key: $key){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 531376255882245067, "fragmentSpecHash": 10382134173901135325 }, "deleteFileFromRssDmitrovByPath": { "name": "deleteFileFromRssDmitrovByPath", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromRssDmitrovByPath", "alias": "deleteFileFromRssDmitrovByPath", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteFileRssDmitrovOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation deleteFileFromRssDmitrovByPath($Id: Int!, $path: String!, $key: String!){ deleteFileFromRssDmitrovByPath(Id: $Id, path: $path, key: $key){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 7559446763296898754, "fragmentSpecHash": 3744393561112944693 }, "deleteFileFromRssIstraByPath": { "name": "deleteFileFromRssIstraByPath", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromRssIstraByPath", "alias": "deleteFileFromRssIstraByPath", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteFileRssIstraOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation deleteFileFromRssIstraByPath($Id: Int!, $path: String!, $key: String!){ deleteFileFromRssIstraByPath(Id: $Id, path: $path, key: $key){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 7559446763296898754, "fragmentSpecHash": 10361660528599130726 }, "deleteFileFromRssKuvekinoByPath": { "name": "deleteFileFromRssKuvekinoByPath", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromRssKuvekinoByPath", "alias": "deleteFileFromRssKuvekinoByPath", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteFileRssKuvekinoOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation deleteFileFromRssKuvekinoByPath($Id: Int!, $path: String!, $key: String!){ deleteFileFromRssKuvekinoByPath(Id: $Id, path: $path, key: $key){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 7559446763296898754, "fragmentSpecHash": 15487598017064647259 }, "deleteFileFromSubnode": { "name": "deleteFileFromSubnode", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$subNodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromSubnode", "alias": "deleteFileFromSubnode", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "subnodeId": { "name": "subnodeId", "value": { "_type": "ref", "name": "$subNodeId" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromSubnode($subNodeId: Int!, $filename: String!) { deleteFileFromSubnode(filename: $filename, subnodeId: $subNodeId)}", "parametersHash": 8075250161817577191, "fragmentSpecHash": 2782968554833626703 }, "deleteFileFromWorkerReportCard": { "name": "deleteFileFromWorkerReportCard", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileFromWorkerReportCard", "alias": "deleteFileFromWorkerReportCard", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFileFromWorkerReportCard($id: ID!, $filename: String!) { deleteFileFromWorkerReportCard(id: $id, filename: $filename)}", "parametersHash": 17511118133323550344, "fragmentSpecHash": 16053633250062212338 }, "deleteFileToContractorContractDir": { "name": "deleteFileToContractorContractDir", "type": "MUTATION", "parameters": { "$contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileToContractorContractDir", "alias": "deleteFileToContractorContractDir", "arguments": { "contractorContractId": { "name": "contractorContractId", "value": { "_type": "ref", "name": "$contractorContractId" } }, "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } } }, "selection": null }] }, "sourceText": "mutation deleteFileToContractorContractDir( $contractorContractId: Int!, $filename: String!) { deleteFileToContractorContractDir( contractorContractId: $contractorContractId, filename: $filename, )}", "parametersHash": 13034718830216611128, "fragmentSpecHash": 13124337319074104664 }, "deleteFileToLicenseDir": { "name": "deleteFileToLicenseDir", "type": "MUTATION", "parameters": { "$filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFileToLicenseDir", "alias": "deleteFileToLicenseDir", "arguments": { "filename": { "name": "filename", "value": { "_type": "ref", "name": "$filename" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFileToLicenseDir($id: Int!, $filename: String!) { deleteFileToLicenseDir(id: $id, filename: $filename)}", "parametersHash": 17066048728195467725, "fragmentSpecHash": 6231437071567459839 }, "deleteFinancialReport": { "name": "deleteFinancialReport", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFinancialReport", "alias": "deleteFinancialReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "CloseForModifyError", "spec": { "_type": "ObjectFragmentSpec", "name": "CloseForModifyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCloseForModifyError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "DeleteReportSuccess", "spec": { "_type": "ObjectFragmentSpec", "name": "DeleteReportSuccess", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDeleteReportSuccess" }] } }] } }] }, "sourceText": "mutation deleteFinancialReport($id: Int!){ deleteFinancialReport(id: $id) { __typename ... on CloseForModifyError { ...BaseCloseForModifyError } ... on DeleteReportSuccess { ...BaseDeleteReportSuccess } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16442150775997227901 }, "deleteFixedAsset": { "name": "deleteFixedAsset", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFixedAsset", "alias": "deleteFixedAsset", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFixedAsset($id: Int!) { deleteFixedAsset(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15135770622737881309 }, "deleteFixedAssetType": { "name": "deleteFixedAssetType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFixedAssetType", "alias": "deleteFixedAssetType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFixedAssetType($id: Int!) { deleteFixedAssetType(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 4661869214837672641 }, "deleteFuelCard": { "name": "deleteFuelCard", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteFuelCard", "alias": "deleteFuelCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteFuelCard($id: Int!){ deleteFuelCard(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 18183834552910675090 }, "deleteLicense": { "name": "deleteLicense", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteLicense", "alias": "deleteLicense", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteLicense($id: Int!) { deleteLicense(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15494380804597432460 }, "deleteLicenseFiles": { "name": "deleteLicenseFiles", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteLicenseFiles", "alias": "deleteLicenseFiles", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteLicenseFiles($id: Int!) { deleteLicenseFiles(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9287334500503646422 }, "deleteNomenclature": { "name": "deleteNomenclature", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteNomenclature", "alias": "deleteNomenclature", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteNomenclature($id: Int!){ deleteNomenclature(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 7209077161822019599 }, "deleteNonMetallicMaterial": { "name": "deleteNonMetallicMaterial", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteNonMetallicMaterial", "alias": "deleteNonMetallicMaterial", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteNonMetallicMaterial($id: Int!) { deleteNonMetallicMaterial(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17249033062934187561 }, "deleteNonMetallicMaterialFiles": { "name": "deleteNonMetallicMaterialFiles", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteNonMetallicMaterialFiles", "alias": "deleteNonMetallicMaterialFiles", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteNonMetallicMaterialFiles($id: Int!) { deleteNonMetallicMaterialFiles(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16999021002424717994 }, "deletePermission": { "name": "deletePermission", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deletePermission", "alias": "deletePermission", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deletePermission($id: Int!){ deletePermission(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14181106290816484233 }, "deleteProjectEquipment": { "name": "deleteProjectEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteProjectEquipment", "alias": "deleteProjectEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ObjectHasRelationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectHasRelationError" }] } }] }, "sourceText": "mutation deleteProjectEquipment($id: Int!) { deleteProjectEquipment(id: $id) { ...BaseObjectHasRelationError }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 6022939702044968042 }, "deletePurchasedEquipment": { "name": "deletePurchasedEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deletePurchasedEquipment", "alias": "deletePurchasedEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ObjectHasRelationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectHasRelationError" }] } }] }, "sourceText": "mutation deletePurchasedEquipment($id: Int!) { deletePurchasedEquipment(id: $id) { ...BaseObjectHasRelationError }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 18228004166233216428 }, "deleteRentItem": { "name": "deleteRentItem", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRentItem", "alias": "deleteRentItem", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRentItem($id: Int!) { deleteRentItem(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13709049829931611423 }, "deleteRentItemsType": { "name": "deleteRentItemsType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRentItemsType", "alias": "deleteRentItemsType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRentItemsType($id: ID!) { deleteRentItemsType(id: $id)}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 8136843584971121791 }, "deleteRepairEquipment": { "name": "deleteRepairEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRepairEquipment", "alias": "deleteRepairEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRepairEquipment($id: Int!){ deleteRepairEquipment(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 1820319901091216422 }, "deleteReview": { "name": "deleteReview", "type": "MUTATION", "parameters": { "$reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteReview", "alias": "deleteReview", "arguments": { "reviewId": { "name": "reviewId", "value": { "_type": "ref", "name": "$reviewId" } } }, "selection": null }] }, "sourceText": "mutation deleteReview($reviewId: Int!) { deleteReview(reviewId: $reviewId)}", "parametersHash": 472730816056399369, "fragmentSpecHash": 14180384894464025978 }, "deleteRouter": { "name": "deleteRouter", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRouter", "alias": "deleteRouter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRouter($id: Int!){ deleteRouter(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10200101943965294199 }, "deleteRouterTechParameter": { "name": "deleteRouterTechParameter", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRouterTechParameter", "alias": "deleteRouterTechParameter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRouterTechParameter ($id: Int!) { deleteRouterTechParameter(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 8061526005267889920 }, "deleteRssDmitrovStage": { "name": "deleteRssDmitrovStage", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRssDmitrovStage", "alias": "deleteRssDmitrovStage", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": null }] }, "sourceText": "mutation deleteRssDmitrovStage($Id: Int!){ deleteRssDmitrovStage(Id: $Id)}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 7885618916634295917 }, "deleteRssIstraStage": { "name": "deleteRssIstraStage", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRssIstraStage", "alias": "deleteRssIstraStage", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": null }] }, "sourceText": "mutation deleteRssIstraStage($Id: Int!){ deleteRssIstraStage(Id: $Id)}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 17606652847416908155 }, "deleteRssKuvekinoStage": { "name": "deleteRssKuvekinoStage", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRssKuvekinoStage", "alias": "deleteRssKuvekinoStage", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": null }] }, "sourceText": "mutation deleteRssKuvekinoStage($Id: Int!){ deleteRssKuvekinoStage(Id: $Id)}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 176794723184927867 }, "deleteRssStage": { "name": "deleteRssStage", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteRssStage", "alias": "deleteRssStage", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteRssStage($contractId: Int!, $id: Int!){ deleteRssStage(contractId: $contractId, id: $id)}", "parametersHash": 15559801125851943270, "fragmentSpecHash": 13506497254196074832 }, "deleteTgMention": { "name": "deleteTgMention", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteTgMention", "alias": "deleteTgMention", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteTgMention($id: Int!) { deleteTgMention(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10616412213737145452 }, "deleteUser": { "name": "deleteUser", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteUser", "alias": "deleteUser", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteUser($id: Int!){ deleteUser(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 588995362987077625 }, "deleteUserFromContract": { "name": "deleteUserFromContract", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteUserFromContract", "alias": "deleteUserFromContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteUserFromContract($id: Int!) { deleteUserFromContract(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15318891166574933347 }, "deleteUserFromContractorContract": { "name": "deleteUserFromContractorContract", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteUserFromContractorContract", "alias": "deleteUserFromContractorContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteUserFromContractorContract($id: Int!) { deleteUserFromContractorContract(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15855417822005563515 }, "deleteUserPermission": { "name": "deleteUserPermission", "type": "MUTATION", "parameters": { "$connectionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteUserPermission", "alias": "deleteUserPermission", "arguments": { "connectionId": { "name": "connectionId", "value": { "_type": "ref", "name": "$connectionId" } } }, "selection": null }] }, "sourceText": "mutation deleteUserPermission ($connectionId: Int!) { deleteUserPermission(connectionId: $connectionId)}", "parametersHash": 18073476671362254548, "fragmentSpecHash": 4977996506601873212 }, "deleteWeeklyFinReport": { "name": "deleteWeeklyFinReport", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteWeeklyFinReport", "alias": "deleteWeeklyFinReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DeleteReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "CloseForModifyError", "spec": { "_type": "ObjectFragmentSpec", "name": "CloseForModifyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCloseForModifyError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "DeleteReportSuccess", "spec": { "_type": "ObjectFragmentSpec", "name": "DeleteReportSuccess", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDeleteReportSuccess" }] } }] } }] }, "sourceText": "mutation deleteWeeklyFinReport($id: Int!) { deleteWeeklyFinReport(id: $id) { __typename ... on CloseForModifyError { ...BaseCloseForModifyError } ... on DeleteReportSuccess { ...BaseDeleteReportSuccess } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10852659693088514183 }, "deleteWeeklyFinReportConfig": { "name": "deleteWeeklyFinReportConfig", "type": "MUTATION", "parameters": { "$virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteWeeklyFinReportConfig", "alias": "deleteWeeklyFinReportConfig", "arguments": { "virtualUserId": { "name": "virtualUserId", "value": { "_type": "ref", "name": "$virtualUserId" } }, "weeklyFinReportId": { "name": "weeklyFinReportId", "value": { "_type": "ref", "name": "$weeklyFinReportId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateWeeklyFinReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WeeklyFinReport", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation deleteWeeklyFinReportConfig($weeklyFinReportId: Int!, $virtualUserId: Int!) { deleteWeeklyFinReportConfig(weeklyFinReportId: $weeklyFinReportId, virtualUserId: $virtualUserId) { __typename ... on WeeklyFinReport { ...BaseWeeklyFinReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 9682357951357303005, "fragmentSpecHash": 14950463152090546717 }, "deleteWeeklyFinReportCounterparty": { "name": "deleteWeeklyFinReportCounterparty", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteWeeklyFinReportCounterparty", "alias": "deleteWeeklyFinReportCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteWeeklyFinReportCounterparty($id: Int!) { deleteWeeklyFinReportCounterparty(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 3217517371288999877 }, "deleteWorkPosition": { "name": "deleteWorkPosition", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteWorkPosition", "alias": "deleteWorkPosition", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteWorkPosition($id: Int!) { deleteWorkPosition(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9798939632249371390 }, "deleteWorkerReportCard": { "name": "deleteWorkerReportCard", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "deleteWorkerReportCard", "alias": "deleteWorkerReportCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation deleteWorkerReportCard($id: ID!) { deleteWorkerReportCard(id: $id)}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 5624279247719313468 }, "downloadCounterpartyReconciliationReport": { "name": "downloadCounterpartyReconciliationReport", "type": "QUERY", "parameters": { "$inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "downloadCounterpartyReconciliationReport", "alias": "downloadCounterpartyReconciliationReport", "arguments": { "inn": { "name": "inn", "value": { "_type": "ref", "name": "$inn" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "DownloadReconciliationReportResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Base64EncodedFile", "spec": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "UnknownError", "spec": { "_type": "ObjectFragmentSpec", "name": "UnknownError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUnknownError" }] } }] } }] }, "sourceText": "query downloadCounterpartyReconciliationReport($inn: String!) { downloadCounterpartyReconciliationReport(inn: $inn) { __typename ... on Base64EncodedFile { ...FullBase64EncodedFile } ... on UnknownError { ...BaseUnknownError } }}", "parametersHash": 5954196105452803740, "fragmentSpecHash": 1541338509056310622 }, "getAccountingCategories": { "name": "getAccountingCategories", "type": "QUERY", "parameters": { "$counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$counterpartyType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyType", "$ref": "#/server/enums/ECounterpartyType" }, "defaultValue": null } }, "$sortDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAccountingCategories", "alias": "getAccountingCategories", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } }, "counterpartyType": { "name": "counterpartyType", "value": { "_type": "ref", "name": "$counterpartyType" } }, "sortDirection": { "name": "sortDirection", "value": { "_type": "ref", "name": "$sortDirection" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "AccountingCategory", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccountingCategory" }] } }] }, "sourceText": "query getAccountingCategories($counterpartyId: Int!, $counterpartyType: ECounterpartyType, $sortDirection: ESortDirection!) { getAccountingCategories(counterpartyId: $counterpartyId, counterpartyType: $counterpartyType, sortDirection: $sortDirection) { ...BaseAccountingCategory }}", "parametersHash": 10100683964822879854, "fragmentSpecHash": 17563425018764884621 }, "getAccountingCategoriesMailsDocuments": { "name": "getAccountingCategoriesMailsDocuments", "type": "QUERY", "parameters": { "$month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAccountingCategoriesMailsDocuments", "alias": "getAccountingCategoriesMailsDocuments", "arguments": { "month": { "name": "month", "value": { "_type": "ref", "name": "$month" } }, "year": { "name": "year", "value": { "_type": "ref", "name": "$year" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getAccountingCategoriesMailsDocuments($year: Int!, $month: Int!) { getAccountingCategoriesMailsDocuments( year: $year, month: $month ) { ...FullBase64EncodedFile }}", "parametersHash": 6520961599346409396, "fragmentSpecHash": 14077276152062889275 }, "getAllPermissions": { "name": "getAllPermissions", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAllPermissions", "alias": "getAllPermissions", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }] }, "sourceText": "query getAllPermissions{ getAllPermissions{ ...SearchedPermission }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 6665036537665144717 }, "getAllowance": { "name": "getAllowance", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAllowance", "alias": "getAllowance", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetAllowanceOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Allowance", "spec": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getAllowance ($id: Int!) { getAllowance(id: $id) { __typename ... on Allowance { ...BaseAllowance } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9553770710395837943 }, "getAllowances": { "name": "getAllowances", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAllowances", "alias": "getAllowances", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }] }, "sourceText": "query getAllowances( $limit: Int = null, $offset: Int = null, $searchQuery: String = null,) { getAllowances( limit: $limit, offset: $offset, searchQuery: $searchQuery ) { ...BaseAllowance }}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 4203500130733199381 }, "getAllowancesAndCount": { "name": "getAllowancesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAllowances", "alias": "getAllowances", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }, { "_type": "FieldSelection", "name": "getAllowancesCount", "alias": "getAllowancesCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getAllowancesAndCount( $limit: Int = null, $offset: Int = null, $searchQuery: String = null,) { getAllowances( limit: $limit, offset: $offset, searchQuery: $searchQuery ) { ...BaseAllowance } getAllowancesCount(searchQuery: $searchQuery)}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 3361903104182676964 }, "getAnalyzedInvoices": { "name": "getAnalyzedInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CompiledInvoicesFilterIn", "$ref": "#/server/inputs/CompiledInvoicesFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAnalyzedInvoices", "alias": "getAnalyzedInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CompilledInvoiceWithABC", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCompilledInvoiceWithABC" }] } }] }, "sourceText": "query getAnalyzedInvoices( $filter: CompiledInvoicesFilterIn!, $limit: Int = null $offset: Int = null) { getAnalyzedInvoices( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseCompilledInvoiceWithABC }}", "parametersHash": 8666013901205235187, "fragmentSpecHash": 16746796328585421602 }, "getAnalyzedInvoicesAndMeta": { "name": "getAnalyzedInvoicesAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CompiledInvoicesFilterIn", "$ref": "#/server/inputs/CompiledInvoicesFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAnalyzedInvoices", "alias": "getAnalyzedInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CompilledInvoiceWithABC", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCompilledInvoiceWithABC" }] } }, { "_type": "FieldSelection", "name": "getAnalyzedInvoicesMeta", "alias": "getAnalyzedInvoicesMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CompiledInvoicesMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCompiledInvoicesMeta" }] } }] }, "sourceText": "query getAnalyzedInvoicesAndMeta( $filter: CompiledInvoicesFilterIn!, $limit: Int = null $offset: Int = null) { getAnalyzedInvoices( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseCompilledInvoiceWithABC } getAnalyzedInvoicesMeta(filter: $filter) { ...BaseCompiledInvoicesMeta }}", "parametersHash": 8666013901205235187, "fragmentSpecHash": 14249231112910166246 }, "getAssemblyUnit": { "name": "getAssemblyUnit", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAssemblyUnit", "alias": "getAssemblyUnit", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetAssemblyUnitResponse", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "AssemblyUnit", "spec": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getAssemblyUnit($id: Int!) { getAssemblyUnit(id: $id) { ... on AssemblyUnit { ...BaseAssemblyUnit } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 460509270187713843 }, "getAssemblyUnits": { "name": "getAssemblyUnits", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getAssemblyUnits", "alias": "getAssemblyUnits", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }] }, "sourceText": "query getAssemblyUnits( $limit: Int = null $offset: Int = null){ getAssemblyUnits(limit: $limit, offset: $offset) { ...BaseAssemblyUnit }}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 10882605098351038534 }, "getBankAccount": { "name": "getBankAccount", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBankAccount", "alias": "getBankAccount", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetBankAccountOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "BankAccount", "spec": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBankAccount" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getBankAccount($id: Int!) { getBankAccount(id: $id) { __typename ... on BankAccount { ...BaseBankAccount } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5474209328554590659 }, "getBankAccounts": { "name": "getBankAccounts", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountsFilterIn", "$ref": "#/server/inputs/BankAccountsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBankAccountSortColumnSortBy", "$ref": "#/server/inputs/EBankAccountSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBankAccounts", "alias": "getBankAccounts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBankAccount" }] } }] }, "sourceText": "query getBankAccounts( $limit: Int = null, $offset: Int = null, $filter: BankAccountsFilterIn = null, $sortBy: EBankAccountSortColumnSortBy!) { getBankAccounts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseBankAccount }}", "parametersHash": 11963347849113076192, "fragmentSpecHash": 9627603897329394992 }, "getBankAccountsAndCount": { "name": "getBankAccountsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountsFilterIn", "$ref": "#/server/inputs/BankAccountsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBankAccountSortColumnSortBy", "$ref": "#/server/inputs/EBankAccountSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBankAccounts", "alias": "getBankAccounts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBankAccount" }] } }, { "_type": "FieldSelection", "name": "getBankAccountsCount", "alias": "getBankAccountsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getBankAccountsAndCount( $limit: Int = null, $offset: Int = null, $filter: BankAccountsFilterIn = null, $sortBy: EBankAccountSortColumnSortBy!) { getBankAccounts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseBankAccount } getBankAccountsCount( filter: $filter, )}", "parametersHash": 11963347849113076192, "fragmentSpecHash": 7615662471006790117 }, "getBrand": { "name": "getBrand", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBrand", "alias": "getBrand", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetBrandOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Brand", "spec": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BrandWithCounterparty" }] } }] } }] }, "sourceText": "query getBrand($id: Int!) { getBrand(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on Brand { ...BrandWithCounterparty } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2409930954766237389 }, "getBrands": { "name": "getBrands", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandsFilterIn", "$ref": "#/server/inputs/BrandsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBrandSortColumnSortBy", "$ref": "#/server/inputs/EBrandSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBrands", "alias": "getBrands", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrand" }] } }] }, "sourceText": "query getBrands( $limit: Int = null $offset: Int = null $filter: BrandsFilterIn = null $sortBy: EBrandSortColumnSortBy!) { getBrands( filter: $filter limit: $limit offset: $offset sortBy: $sortBy ) { ...BaseBrand }}", "parametersHash": 10040923743743934524, "fragmentSpecHash": 7489548186930280272 }, "getBrandsAndCount": { "name": "getBrandsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandsFilterIn", "$ref": "#/server/inputs/BrandsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBrandSortColumnSortBy", "$ref": "#/server/inputs/EBrandSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getBrands", "alias": "getBrands", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrand" }] } }, { "_type": "FieldSelection", "name": "getBrandsCount", "alias": "getBrandsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getBrandsAndCount( $limit: Int = null $offset: Int = null $filter: BrandsFilterIn = null $sortBy: EBrandSortColumnSortBy!) { getBrands( filter: $filter limit: $limit offset: $offset sortBy: $sortBy ) { ...BaseBrand } getBrandsCount(filter: $filter)}", "parametersHash": 10040923743743934524, "fragmentSpecHash": 4410911662189614195 }, "getCameraRegistryRow": { "name": "getCameraRegistryRow", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCameraRegistryRow", "alias": "getCameraRegistryRow", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCameraRegistryRowOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "CameraRegistryRow", "spec": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryRow" }] } }] } }] }, "sourceText": "query getCameraRegistryRow($id: Int!) { getCameraRegistryRow(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on CameraRegistryRow { ...BaseCameraRegistryRow } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9686880467806255212 }, "getCameraRegistryRowLogs": { "name": "getCameraRegistryRowLogs", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCameraRegistryRow", "alias": "getCameraRegistryRow", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCameraRegistryRowOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "CameraRegistryRow", "spec": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "FieldSelection", "name": "logs", "alias": "logs", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryTrasnferLog", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryTrasnferLog" }] } }] } }] } }] }, "sourceText": "query getCameraRegistryRowLogs($id: Int!) { getCameraRegistryRow(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on CameraRegistryRow { logs { ...BaseCameraRegistryTrasnferLog } } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10696084157604443977 }, "getCameraRegistryRows": { "name": "getCameraRegistryRows", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowsFilterIn", "$ref": "#/server/inputs/CameraRegistryRowsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCameraRegistryRows", "alias": "getCameraRegistryRows", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryRow" }] } }] }, "sourceText": "query getCameraRegistryRows( $filter: CameraRegistryRowsFilterIn = null, $limit: Int = null, $offset: Int = null,) { getCameraRegistryRows( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseCameraRegistryRow }}", "parametersHash": 17622579748047034408, "fragmentSpecHash": 16012198998639681522 }, "getCameraRegistryRowsAndCount": { "name": "getCameraRegistryRowsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowsFilterIn", "$ref": "#/server/inputs/CameraRegistryRowsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCameraRegistryRows", "alias": "getCameraRegistryRows", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryRow" }] } }, { "_type": "FieldSelection", "name": "getCameraRegistryRowsCount", "alias": "getCameraRegistryRowsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getCameraRegistryRowsAndCount( $filter: CameraRegistryRowsFilterIn = null, $limit: Int = null, $offset: Int = null,) { getCameraRegistryRows( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseCameraRegistryRow } getCameraRegistryRowsCount(filter: $filter)}", "parametersHash": 17622579748047034408, "fragmentSpecHash": 6133346884211789624 }, "getCandleDataForTgActvityAnalysis": { "name": "getCandleDataForTgActvityAnalysis", "type": "QUERY", "parameters": { "$correctCoef": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 0.05 } }, "$dayOffDimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1250 } }, "$dimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1000 } }, "$mode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECandleIntervalMode", "$ref": "#/server/enums/ECandleIntervalMode" }, "defaultValue": null } }, "$significantLength": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 50 } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCandleDataForTgActvityAnalysis", "alias": "getCandleDataForTgActvityAnalysis", "arguments": { "correctCoef": { "name": "correctCoef", "value": { "_type": "ref", "name": "$correctCoef" } }, "dayOffDimensionlessCoefficient": { "name": "dayOffDimensionlessCoefficient", "value": { "_type": "ref", "name": "$dayOffDimensionlessCoefficient" } }, "dimensionlessCoefficient": { "name": "dimensionlessCoefficient", "value": { "_type": "ref", "name": "$dimensionlessCoefficient" } }, "mode": { "name": "mode", "value": { "_type": "ref", "name": "$mode" } }, "significantLength": { "name": "significantLength", "value": { "_type": "ref", "name": "$significantLength" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeCandleSeries", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeCandleSeries" }] } }] }, "sourceText": "query getCandleDataForTgActvityAnalysis( $mode: ECandleIntervalMode!, $significantLength: Int! = 50, $correctCoef: Float! = 0.05, $dimensionlessCoefficient: Float! = 1000, $dayOffDimensionlessCoefficient: Float! = 1250) { getCandleDataForTgActvityAnalysis( mode: $mode, significantLength: $significantLength, correctCoef: $correctCoef, dimensionlessCoefficient: $dimensionlessCoefficient, dayOffDimensionlessCoefficient: $dayOffDimensionlessCoefficient ) { ...BaseTgEmployeeCandleSeries }}", "parametersHash": 1657823398341080927, "fragmentSpecHash": 13919483295763749356 }, "getCardDetails": { "name": "getCardDetails", "type": "QUERY", "parameters": { "$cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$endPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$startPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCardDetails", "alias": "getCardDetails", "arguments": { "cardNumber": { "name": "cardNumber", "value": { "_type": "ref", "name": "$cardNumber" } }, "endPeriod": { "name": "endPeriod", "value": { "_type": "ref", "name": "$endPeriod" } }, "startPeriod": { "name": "startPeriod", "value": { "_type": "ref", "name": "$startPeriod" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ServiceParams", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFuelCardLogs" }] } }] }, "sourceText": "query getCardDetails( $cardNumber: String!, $startPeriod: Date = null, $endPeriod: Date = null,) { getCardDetails( cardNumber: $cardNumber, startPeriod: $startPeriod, endPeriod: $endPeriod ) { ...BaseFuelCardLogs }}", "parametersHash": 15855516311494496238, "fragmentSpecHash": 4317180364986415745 }, "getCommercialOffer": { "name": "getCommercialOffer", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffer", "alias": "getCommercialOffer", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCommercialOfferResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "CommercialOffer", "spec": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOffer" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getCommercialOffer($id: Int!){ getCommercialOffer(id: $id){ __typename ... on CommercialOffer { ...DetailCommercialOffer } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14556006922993257953 }, "getCommercialOffers": { "name": "getCommercialOffers", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferFilterIn", "$ref": "#/server/inputs/CommercialOfferFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECommercialOfferSortColumnSortBy", "$ref": "#/server/inputs/ECommercialOfferSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffers", "alias": "getCommercialOffers", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOffer" }] } }] }, "sourceText": "query getCommercialOffers( $limit: Int = null, $offset: Int = null, $filter: CommercialOfferFilterIn = null, $sortBy: ECommercialOfferSortColumnSortBy!) { getCommercialOffers( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...DetailCommercialOffer }}", "parametersHash": 1451048116195007995, "fragmentSpecHash": 361127292460130277 }, "getCommercialOffersAndCount": { "name": "getCommercialOffersAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferFilterIn", "$ref": "#/server/inputs/CommercialOfferFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECommercialOfferSortColumnSortBy", "$ref": "#/server/inputs/ECommercialOfferSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffers", "alias": "getCommercialOffers", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOffer" }] } }, { "_type": "FieldSelection", "name": "getCommercialOffersCount", "alias": "getCommercialOffersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getCommercialOffersAndCount( $limit: Int = null, $offset: Int = null, $filter: CommercialOfferFilterIn = null, $sortBy: ECommercialOfferSortColumnSortBy!) { getCommercialOffers( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...DetailCommercialOffer } getCommercialOffersCount( filter: $filter, )}", "parametersHash": 1451048116195007995, "fragmentSpecHash": 8422230500039327113 }, "getCommercialOffersContact": { "name": "getCommercialOffersContact", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffersContact", "alias": "getCommercialOffersContact", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetContactInformationResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContactInformation", "spec": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOfferContact" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getCommercialOffersContact($id: Int!){ getCommercialOffersContact(id: $id){ __typename ... on ContactInformation { ...DetailCommercialOfferContact } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13101100043969150053 }, "getCommercialOffersContacts": { "name": "getCommercialOffersContacts", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationFilterIn", "$ref": "#/server/inputs/ContactInformationFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContactInformationSortColumnSortBy", "$ref": "#/server/inputs/EContactInformationSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffersContacts", "alias": "getCommercialOffersContacts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOfferContact" }] } }] }, "sourceText": "query getCommercialOffersContacts( $limit: Int = null, $offset: Int = null, $filter: ContactInformationFilterIn = null, $sortBy: EContactInformationSortColumnSortBy!) { getCommercialOffersContacts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...DetailCommercialOfferContact }}", "parametersHash": 14610909949877041052, "fragmentSpecHash": 16461242249015949115 }, "getCommercialOffersContactsAndCount": { "name": "getCommercialOffersContactsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationFilterIn", "$ref": "#/server/inputs/ContactInformationFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContactInformationSortColumnSortBy", "$ref": "#/server/inputs/EContactInformationSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCommercialOffersContacts", "alias": "getCommercialOffersContacts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOfferContact" }] } }, { "_type": "FieldSelection", "name": "getCommercialOffersContactsCount", "alias": "getCommercialOffersContactsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getCommercialOffersContactsAndCount( $limit: Int = null, $offset: Int = null, $filter: ContactInformationFilterIn = null, $sortBy: EContactInformationSortColumnSortBy!) { getCommercialOffersContacts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...DetailCommercialOfferContact } getCommercialOffersContactsCount( filter: $filter, )}", "parametersHash": 14610909949877041052, "fragmentSpecHash": 17607490160968484184 }, "getConstructionEquipment": { "name": "getConstructionEquipment", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipment", "alias": "getConstructionEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetConstructionEquipmentOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getConstructionEquipment($id: Int!) { getConstructionEquipment(id: $id) { __typename ... on ConstructionEquipment { ...BaseConstructionEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14765594025260365414 }, "getConstructionEquipmentType": { "name": "getConstructionEquipmentType", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipmentType", "alias": "getConstructionEquipmentType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetConstructionEquipmentTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipmentType", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getConstructionEquipmentType($id: Int!) { getConstructionEquipmentType(id: $id) { __typename ... on ConstructionEquipmentType { ...BaseConstructionEquipmentType } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13316181891255722861 }, "getConstructionEquipmentTypes": { "name": "getConstructionEquipmentTypes", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipmentTypes", "alias": "getConstructionEquipmentTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }] }, "sourceText": "query getConstructionEquipmentTypes( $limit: Int = null, $offset: Int = null, $searchQuery: String = null,){ getConstructionEquipmentTypes( limit: $limit, offset: $offset, searchQuery: $searchQuery, ) { ...BaseConstructionEquipmentType }}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 17433168797560646341 }, "getConstructionEquipmentTypesAndCount": { "name": "getConstructionEquipmentTypesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipmentTypes", "alias": "getConstructionEquipmentTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }, { "_type": "FieldSelection", "name": "getConstructionEquipmentTypesCount", "alias": "getConstructionEquipmentTypesCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getConstructionEquipmentTypesAndCount( $limit: Int!, $offset: Int!, $searchQuery: String = null,){ getConstructionEquipmentTypes( limit: $limit, offset: $offset, searchQuery: $searchQuery, ) { ...BaseConstructionEquipmentType } getConstructionEquipmentTypesCount( searchQuery: $searchQuery, )}", "parametersHash": 17082589006429542368, "fragmentSpecHash": 9543116213729282964 }, "getConstructionEquipments": { "name": "getConstructionEquipments", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipments", "alias": "getConstructionEquipments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "typeId": { "name": "typeId", "value": { "_type": "ref", "name": "$typeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipment" }] } }] }, "sourceText": "query getConstructionEquipments( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $typeId: Int = null,) { getConstructionEquipments( limit: $limit offset: $offset searchQuery: $searchQuery typeId: $typeId ) { ...BaseConstructionEquipment }}", "parametersHash": 3466317171098464958, "fragmentSpecHash": 3278055936472458850 }, "getConstructionEquipmentsAndCount": { "name": "getConstructionEquipmentsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getConstructionEquipments", "alias": "getConstructionEquipments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "typeId": { "name": "typeId", "value": { "_type": "ref", "name": "$typeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipment" }] } }, { "_type": "FieldSelection", "name": "getConstructionEquipmentsCount", "alias": "getConstructionEquipmentsCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "typeId": { "name": "typeId", "value": { "_type": "ref", "name": "$typeId" } } }, "selection": null }] }, "sourceText": "query getConstructionEquipmentsAndCount( $limit: Int!, $offset: Int!, $searchQuery: String = null, $typeId: Int = null,) { getConstructionEquipments( limit: $limit offset: $offset searchQuery: $searchQuery typeId: $typeId ) { ...BaseConstructionEquipment } getConstructionEquipmentsCount( searchQuery: $searchQuery typeId: $typeId )}", "parametersHash": 13972332323791585912, "fragmentSpecHash": 8339799621847965109 }, "getContract": { "name": "getContract", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContract", "alias": "getContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetContractResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getContract($id: Int!){ getContract(id: $id) { __typename ... on Contract { ...DetailContract } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5419441165908500446 }, "getContractGroupedInvoicesUnderApproval": { "name": "getContractGroupedInvoicesUnderApproval", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractGroupedInvoicesUnderApproval", "alias": "getContractGroupedInvoicesUnderApproval", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractGroupedUnderApprovalInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractGrouppedUnderApprovalInvoice" }] } }] }, "sourceText": "query getContractGroupedInvoicesUnderApproval( $filter: InvoicesUnderApprovalFilterIn = null,) { getContractGroupedInvoicesUnderApproval( filter: $filter, ) { ...BaseContractGrouppedUnderApprovalInvoice }}", "parametersHash": 14292377336124978573, "fragmentSpecHash": 1587293922479054940 }, "getContractInvoices": { "name": "getContractInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoiceAnalysisSortColumnSortBy", "$ref": "#/server/inputs/EInvoiceAnalysisSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractInvoices", "alias": "getContractInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractInvoiceABC", "selections": [{ "_type": "SpreadSelection", "fragment": "OnlyContractInvoicesWithABC" }] } }] }, "sourceText": "query getContractInvoices( $limit: Int = null $offset: Int = null $filter: ContractInvoicesFilterIn = null $sortBy: EInvoiceAnalysisSortColumnSortBy!) { getContractInvoices( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy, ) { ...OnlyContractInvoicesWithABC }}", "parametersHash": 18060306566547076242, "fragmentSpecHash": 4544376446447964220 }, "getContractInvoicesAndMeta": { "name": "getContractInvoicesAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoiceAnalysisSortColumnSortBy", "$ref": "#/server/inputs/EInvoiceAnalysisSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractInvoices", "alias": "getContractInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractInvoiceABC", "selections": [{ "_type": "SpreadSelection", "fragment": "OnlyContractInvoicesWithABC" }] } }, { "_type": "FieldSelection", "name": "getContractInvoicesMeta", "alias": "getContractInvoicesMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractInvoicesMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractInvoicesMeta" }] } }] }, "sourceText": "query getContractInvoicesAndMeta( $limit: Int = null $offset: Int = null $filter: ContractInvoicesFilterIn = null $sortBy: EInvoiceAnalysisSortColumnSortBy!) { getContractInvoices( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy, ) { ...OnlyContractInvoicesWithABC } getContractInvoicesMeta(filter: $filter) { ...BaseContractInvoicesMeta }}", "parametersHash": 18060306566547076242, "fragmentSpecHash": 9169270208886314855 }, "getContractInvoicesReport": { "name": "getContractInvoicesReport", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractInvoicesReport", "alias": "getContractInvoicesReport", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getContractInvoicesReport($filter: ContractInvoicesFilterIn = null) { getContractInvoicesReport(filter: $filter) { ...FullBase64EncodedFile }}", "parametersHash": 4180816673109238791, "fragmentSpecHash": 8085125901391244041 }, "getContractOverheadCosts": { "name": "getContractOverheadCosts", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContract", "alias": "getContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetContractResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "FieldSelection", "name": "overheadCosts", "alias": "overheadCosts", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractOverheadCost", "selections": [{ "_type": "FieldSelection", "name": "date", "alias": "date", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalSum", "alias": "totalSum", "arguments": {}, "selection": null }] } }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getContractOverheadCosts($id: Int!) { getContract(id: $id) { __typename ... on Contract { overheadCosts { date nomenclature totalSum } } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15917903505963080760 }, "getContractStages": { "name": "getContractStages", "type": "QUERY", "parameters": { "$contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractStages", "alias": "getContractStages", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractStage" }] } }] }, "sourceText": "query getContractStages( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $contractIds: [Int!] = null, $dateFrom: Date = null, $dateTo: Date = null, $withoutArchived: Boolean! = false, $hideCompleted: Boolean! = false) { getContractStages( limit: $limit, offset: $offset, contractIds: $contractIds, searchQuery: $searchQuery, dateFrom: $dateFrom, dateTo: $dateTo, onlyWithDates: false, withoutArchived: $withoutArchived, hideCompleted: $hideCompleted, ) { ...BaseContractStage }}", "parametersHash": 17176724772279717341, "fragmentSpecHash": 13809382850057531856 }, "getContractStagesAndCount": { "name": "getContractStagesAndCount", "type": "QUERY", "parameters": { "$contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractStages", "alias": "getContractStages", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractStage" }] } }, { "_type": "FieldSelection", "name": "getContractStagesCount", "alias": "getContractStagesCount", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": null }] }, "sourceText": "query getContractStagesAndCount( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $contractIds: [Int!] = null, $dateFrom: Date = null, $dateTo: Date = null, $withoutArchived: Boolean! = false, $hideCompleted: Boolean! = false) { getContractStages( limit: $limit, offset: $offset, searchQuery: $searchQuery, contractIds: $contractIds, dateFrom: $dateFrom, dateTo: $dateTo, onlyWithDates: false, withoutArchived: $withoutArchived, hideCompleted: $hideCompleted, ) { ...BaseContractStage } getContractStagesCount( searchQuery: $searchQuery, contractIds: $contractIds, onlyWithDates: false, dateFrom: $dateFrom, dateTo: $dateTo, hideCompleted: $hideCompleted, withoutArchived: $withoutArchived, )}", "parametersHash": 17176724772279717341, "fragmentSpecHash": 6745776672208499248 }, "getContractStagesCount": { "name": "getContractStagesCount", "type": "QUERY", "parameters": { "$contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractStagesCount", "alias": "getContractStagesCount", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": null }] }, "sourceText": "query getContractStagesCount( $searchQuery: String = null, $contractIds: [Int!] = null, $dateFrom: Date = null, $dateTo: Date = null, $withoutArchived: Boolean! = false, $hideCompleted: Boolean! = false) { getContractStagesCount( searchQuery: $searchQuery, contractIds: $contractIds, onlyWithDates: false, dateFrom: $dateFrom, dateTo: $dateTo, withoutArchived: $withoutArchived, hideCompleted: $hideCompleted, )}", "parametersHash": 7590908514265883858, "fragmentSpecHash": 10946774377257482368 }, "getContractStagesForActivityCalendar": { "name": "getContractStagesForActivityCalendar", "type": "QUERY", "parameters": { "$contractIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractStages", "alias": "getContractStages", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "literal", "value": false } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": true } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "ContractStageActivityCalendar" }] } }] }, "sourceText": "query getContractStagesForActivityCalendar( $contractIds: [Int!]!) { getContractStages( contractIds: $contractIds, onlyWithDates: true, hideCompleted: false, ) { ...ContractStageActivityCalendar }}", "parametersHash": 475356871637688108, "fragmentSpecHash": 3697784742634969848 }, "getContractStagesForGranttAndCount": { "name": "getContractStagesForGranttAndCount", "type": "QUERY", "parameters": { "$contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "$hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractStages", "alias": "getContractStages", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "ContractStageWithContractShortName" }] } }, { "_type": "FieldSelection", "name": "getContractStagesCount", "alias": "getContractStagesCount", "arguments": { "contractIds": { "name": "contractIds", "value": { "_type": "ref", "name": "$contractIds" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "hideCompleted": { "name": "hideCompleted", "value": { "_type": "ref", "name": "$hideCompleted" } }, "onlyWithDates": { "name": "onlyWithDates", "value": { "_type": "literal", "value": false } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "withoutArchived": { "name": "withoutArchived", "value": { "_type": "ref", "name": "$withoutArchived" } } }, "selection": null }] }, "sourceText": "query getContractStagesForGranttAndCount( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $contractIds: [Int!] = null, $dateFrom: Date = null, $dateTo: Date = null, $hideCompleted: Boolean! = false, $withoutArchived: Boolean! = false,) { getContractStages( limit: $limit, offset: $offset, searchQuery: $searchQuery, contractIds: $contractIds, dateFrom: $dateFrom, dateTo: $dateTo, onlyWithDates: false, withoutArchived: $withoutArchived, hideCompleted: $hideCompleted, ) { ...ContractStageWithContractShortName } getContractStagesCount( searchQuery: $searchQuery, contractIds: $contractIds, onlyWithDates: false, dateFrom: $dateFrom, dateTo: $dateTo, hideCompleted: $hideCompleted, withoutArchived: $withoutArchived, )}", "parametersHash": 17176724772279717341, "fragmentSpecHash": 4499621527779097196 }, "getContractTgYearActivity": { "name": "getContractTgYearActivity", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContract", "alias": "getContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetContractResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "SpreadSelection", "fragment": "ContractTgActivity" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getContractTgYearActivity($id: Int!){ getContract(id: $id){ __typename ... on Contract { ...ContractTgActivity } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16081561733740827056 }, "getContractToNomenclatureList": { "name": "getContractToNomenclatureList", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractToNomenclatureList", "alias": "getContractToNomenclatureList", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractToNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractToNomenclature" }] } }] }, "sourceText": "query getContractToNomenclatureList($contractId: Int!) { getContractToNomenclatureList(contractId: $contractId) { ...BaseContractToNomenclature }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 6872445085685797103 }, "getContractorContract": { "name": "getContractorContract", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractorContract", "alias": "getContractorContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetContractorContractOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContractorContract", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getContractorContract($id: Int!){ getContractorContract(id: $id){ __typename ... on ContractorContract { ...BaseContractorContract } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5453821865283865646 }, "getContractorContracts": { "name": "getContractorContracts", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractsFilterIn", "$ref": "#/server/inputs/ContractorContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContractorContractSortColumnSortBy", "$ref": "#/server/inputs/EContractorContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractorContracts", "alias": "getContractorContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContract" }] } }] }, "sourceText": "query getContractorContracts( $limit: Int = null, $offset: Int = null, $filter: ContractorContractsFilterIn = null, $sortBy: EContractorContractSortColumnSortBy!,) { getContractorContracts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy, ) { ...BaseContractorContract }}", "parametersHash": 8540964272883531442, "fragmentSpecHash": 8559751400108404239 }, "getContractorContractsAndCount": { "name": "getContractorContractsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractsFilterIn", "$ref": "#/server/inputs/ContractorContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContractorContractSortColumnSortBy", "$ref": "#/server/inputs/EContractorContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getContractorContracts", "alias": "getContractorContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContract" }] } }, { "_type": "FieldSelection", "name": "getContractorContractsCount", "alias": "getContractorContractsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getContractorContractsAndCount( $limit: Int = null, $offset: Int = null, $filter: ContractorContractsFilterIn = null, $sortBy: EContractorContractSortColumnSortBy!,) { getContractorContracts( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy, ) { ...BaseContractorContract } getContractorContractsCount( filter: $filter, )}", "parametersHash": 8540964272883531442, "fragmentSpecHash": 4938669131271559069 }, "getCounterpartiesTable": { "name": "getCounterpartiesTable", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartiesFilterIn", "$ref": "#/server/inputs/CounterpartiesFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECounterpatiesTableSortColumnSortBy", "$ref": "#/server/inputs/ECounterpatiesTableSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartiesTable", "alias": "getCounterpartiesTable", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredCounterparty" }] } }] }, "sourceText": "query getCounterpartiesTable( $limit: Int = null $offset: Int = null $filter: CounterpartiesFilterIn = null $sortBy: ECounterpatiesTableSortColumnSortBy!) { getCounterpartiesTable( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseFilteredCounterparty }}", "parametersHash": 16228465844827055460, "fragmentSpecHash": 12504643160269773677 }, "getCounterpartiesTableAndMeta": { "name": "getCounterpartiesTableAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartiesFilterIn", "$ref": "#/server/inputs/CounterpartiesFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECounterpatiesTableSortColumnSortBy", "$ref": "#/server/inputs/ECounterpatiesTableSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartiesTable", "alias": "getCounterpartiesTable", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredCounterparty" }] } }, { "_type": "FieldSelection", "name": "getCounterpartiesTableMeta", "alias": "getCounterpartiesTableMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CounterpartiesTableMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterpartiesTableMeta" }] } }] }, "sourceText": "query getCounterpartiesTableAndMeta( $limit: Int = null $offset: Int = null $filter: CounterpartiesFilterIn = null $sortBy: ECounterpatiesTableSortColumnSortBy!) { getCounterpartiesTable( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseFilteredCounterparty } getCounterpartiesTableMeta( filter: $filter ) { ...BaseCounterpartiesTableMeta }}", "parametersHash": 16228465844827055460, "fragmentSpecHash": 16743030853473822747 }, "getCounterpartyForDetailPage": { "name": "getCounterpartyForDetailPage", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterparty", "alias": "getCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterparty" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getCounterpartyForDetailPage($id: Int!){ getCounterparty(id: $id){ __typename ... on Counterparty { ...BaseCounterparty } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 4694970901603790995 }, "getCounterpartyForUpdate": { "name": "getCounterpartyForUpdate", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterparty", "alias": "getCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterparty" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getCounterpartyForUpdate($id: Int!){ getCounterparty(id: $id){ __typename ... on Counterparty { ...BaseCounterparty } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 4694970901603790995 }, "getCounterpartyGroupedInvoicesUnderApproval": { "name": "getCounterpartyGroupedInvoicesUnderApproval", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartyGroupedInvoicesUnderApproval", "alias": "getCounterpartyGroupedInvoicesUnderApproval", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CounterpartyGroupedUnderApprovalInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterpartyGrouppedUnderApprovalInvoice" }] } }] }, "sourceText": "query getCounterpartyGroupedInvoicesUnderApproval( $filter: InvoicesUnderApprovalFilterIn = null,) { getCounterpartyGroupedInvoicesUnderApproval( filter: $filter, ) { ...BaseCounterpartyGrouppedUnderApprovalInvoice }}", "parametersHash": 14292377336124978573, "fragmentSpecHash": 2309409390040651988 }, "getCounterpartyPriceLogs": { "name": "getCounterpartyPriceLogs", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterparty", "alias": "getCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "FieldSelection", "name": "priceLogs", "alias": "priceLogs", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "PriceChangeLog", "selections": [{ "_type": "FieldSelection", "name": "minPrice", "alias": "minPrice", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "maxPrice", "alias": "maxPrice", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "nomenclature", "alias": "nomenclature", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "amount", "alias": "amount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyId", "alias": "counterpartyId", "arguments": {}, "selection": null }] } }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getCounterpartyPriceLogs($id: Int!){ getCounterparty(id: $id){ __typename ... on Counterparty { priceLogs{ minPrice maxPrice nomenclature amount counterpartyId } } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 11221621186237619765 }, "getCounterpartyReport": { "name": "getCounterpartyReport", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartyReport", "alias": "getCounterpartyReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getCounterpartyReport($id: Int!) { getCounterpartyReport(id: $id) { ...FullBase64EncodedFile }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14357752255982220899 }, "getCounterpartyUsers": { "name": "getCounterpartyUsers", "type": "QUERY", "parameters": { "$counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartyUsers", "alias": "getCounterpartyUsers", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "CounterpartyToUser", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "counterpartyId", "alias": "counterpartyId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "user", "alias": "user", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }] } }] }, "sourceText": "query getCounterpartyUsers($counterpartyId: Int!){ getCounterpartyUsers(counterpartyId: $counterpartyId){ id counterpartyId user { ...BaseLUser } }}", "parametersHash": 15098883465110994750, "fragmentSpecHash": 2787253905133048077 }, "getCounterpartyYearInvoices": { "name": "getCounterpartyYearInvoices", "type": "QUERY", "parameters": { "$counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getCounterpartyYearInvoices", "alias": "getCounterpartyYearInvoices", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YearAccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "monthTotals", "alias": "monthTotals", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "invoicesTotals", "alias": "invoicesTotals", "arguments": {}, "selection": null }] } }] }, "sourceText": "query getCounterpartyYearInvoices($counterpartyId: Int!) { getCounterpartyYearInvoices(counterpartyId: $counterpartyId) { year monthTotals invoicesTotals }}", "parametersHash": 15098883465110994750, "fragmentSpecHash": 8145110181387654057 }, "getDepartment": { "name": "getDepartment", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDepartment", "alias": "getDepartment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetDepartmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Department", "spec": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }] } }] }, "sourceText": "query getDepartment($id: Int!) { getDepartment(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on Department { ...BaseDepartment } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17664700374688813731 }, "getDepartments": { "name": "getDepartments", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDepartments", "alias": "getDepartments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }] }, "sourceText": "query getDepartments($searchQuery: String = \"\", $limit: Int!, $offset: Int!) { getDepartments(limit: $limit, offset: $offset, searchQuery: $searchQuery) { ...BaseDepartment }}", "parametersHash": 17124584468807079012, "fragmentSpecHash": 1117758983022657668 }, "getDepartmentsAndCount": { "name": "getDepartmentsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDepartments", "alias": "getDepartments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }, { "_type": "FieldSelection", "name": "getDepartmentsCount", "alias": "getDepartmentsCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getDepartmentsAndCount($searchQuery: String = \"\", $limit: Int!, $offset: Int!) { getDepartments(limit: $limit, offset: $offset, searchQuery: $searchQuery) { ...BaseDepartment } getDepartmentsCount(searchQuery: $searchQuery)}", "parametersHash": 17124584468807079012, "fragmentSpecHash": 18215163325168949660 }, "getDetail": { "name": "getDetail", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDetail", "alias": "getDetail", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetDetailResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Detail", "spec": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getDetail($id: Int!) { getDetail(id: $id) { __typename ... on Detail { ...BaseDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2626715916463293084 }, "getDetails": { "name": "getDetails", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDetails", "alias": "getDetails", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }] }, "sourceText": "query getDetails( $limit: Int = null, $offset: Int = null, $filter: EquipmentFilterIn = null){ getDetails( limit: $limit, offset: $offset, filter: $filter, ){ ...BaseDetail }}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 16864221820407719352 }, "getDetailsAndCount": { "name": "getDetailsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getDetails", "alias": "getDetails", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }, { "_type": "FieldSelection", "name": "getDetailsCount", "alias": "getDetailsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getDetailsAndCount( $limit: Int = null, $offset: Int = null, $filter: EquipmentFilterIn = null){ getDetails( limit: $limit, offset: $offset, filter: $filter, ){ ...BaseDetail } getDetailsCount(filter: $filter)}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 2845309185557116539 }, "getEmployee": { "name": "getEmployee", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployee", "alias": "getEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetEmployeeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Employee", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "SpreadSelection", "fragment": "EmployeeEdit" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getEmployee($id: Int!){ getEmployee(id: $id){ __typename ... on Employee { ...EmployeeEdit } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 4221702435451501332 }, "getEmployeeAllowances": { "name": "getEmployeeAllowances", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeAllowances", "alias": "getEmployeeAllowances", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeToAllowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeToAllowance" }] } }] }, "sourceText": "query getEmployeeAllowances( $employeeId: Int!) { getEmployeeAllowances(employeeId: $employeeId) { ...BaseEmployeeToAllowance }}", "parametersHash": 10392261257114866333, "fragmentSpecHash": 3082450991138974079 }, "getEmployeeEquipment": { "name": "getEmployeeEquipment", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeEquipment", "alias": "getEmployeeEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetEmployeeEquipmentOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EmployeeEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getEmployeeEquipment($id: Int!) { getEmployeeEquipment(id: $id) { __typename ... on EmployeeEquipment { ...BaseEmployeeEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 12362379651116095706 }, "getEmployeeEquipments": { "name": "getEmployeeEquipments", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentFilterIn", "$ref": "#/server/inputs/EmployeeEquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeEquipments", "alias": "getEmployeeEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeEquipment" }] } }] }, "sourceText": "query getEmployeeEquipments( $limit: Int = null $offset: Int = null $filter: EmployeeEquipmentFilterIn = null) { getEmployeeEquipments( limit: $limit, offset: $offset, filter: $filter, ) { ...BaseEmployeeEquipment }}", "parametersHash": 12001454621688262664, "fragmentSpecHash": 18305785818051163610 }, "getEmployeeEquipmentsAndCount": { "name": "getEmployeeEquipmentsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentFilterIn", "$ref": "#/server/inputs/EmployeeEquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeEquipments", "alias": "getEmployeeEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeEquipment" }] } }, { "_type": "FieldSelection", "name": "getEmployeeEquipmentsCount", "alias": "getEmployeeEquipmentsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getEmployeeEquipmentsAndCount( $limit: Int = null $offset: Int = null $filter: EmployeeEquipmentFilterIn = null) { getEmployeeEquipments( limit: $limit, offset: $offset, filter: $filter, ) { ...BaseEmployeeEquipment } getEmployeeEquipmentsCount(filter: $filter)}", "parametersHash": 12001454621688262664, "fragmentSpecHash": 10133364481356032427 }, "getEmployeeUncoordinatedInvoices": { "name": "getEmployeeUncoordinatedInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedEmployeeInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedEmployeeInvoicesFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeUncoordinatedInvoices", "alias": "getEmployeeUncoordinatedInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UncoordinatedInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUncoordinatedInvoice" }] } }] }, "sourceText": "query getEmployeeUncoordinatedInvoices($filter: UncoordinatedEmployeeInvoicesFilterIn!) { getEmployeeUncoordinatedInvoices(filter: $filter) { ...BaseUncoordinatedInvoice }}", "parametersHash": 11958461260572496284, "fragmentSpecHash": 12626835539627073730 }, "getEmployeeVacations": { "name": "getEmployeeVacations", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$type": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EVacationType", "$ref": "#/server/enums/EVacationType" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeeVacations", "alias": "getEmployeeVacations", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "type": { "name": "type", "value": { "_type": "ref", "name": "$type" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeVacation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeVacation" }] } }] }, "sourceText": "query getEmployeeVacations($employeeId: Int!, $type: EVacationType = null) { getEmployeeVacations(employeeId: $employeeId, type: $type) { ...BaseEmployeeVacation }}", "parametersHash": 2477162981608485578, "fragmentSpecHash": 15059109280122563959 }, "getEmployeesContactInformation": { "name": "getEmployeesContactInformation", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesContactInformation", "alias": "getEmployeesContactInformation", "arguments": { "enableDismissed": { "name": "enableDismissed", "value": { "_type": "literal", "value": false } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getEmployeesContactInformation { getEmployeesContactInformation(enableDismissed: false) { ...FullBase64EncodedFile }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 16788311366118907778 }, "getEmployeesLiteTable": { "name": "getEmployeesLiteTable", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesTableFilterIn", "$ref": "#/server/inputs/EmployeesTableFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesTable", "alias": "getEmployeesTable", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableEmployee", "selections": [{ "_type": "FieldSelection", "name": "abcData", "alias": "abcData", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeABCData", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeABCData" }] } }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "familyName", "alias": "familyName", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "workPosition", "alias": "workPosition", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }, { "_type": "FieldSelection", "name": "isDismissed", "alias": "isDismissed", "arguments": {}, "selection": null }] } }] }, "sourceText": "query getEmployeesLiteTable ( $filter: EmployeesTableFilterIn = null,) { getEmployeesTable(filter: $filter) { abcData { ...BaseEmployeeABCData } id name familyName workPosition { ...BaseLWorkPosition } isDismissed }}", "parametersHash": 15238962419195069485, "fragmentSpecHash": 17377370052897562951 }, "getEmployeesNotifications": { "name": "getEmployeesNotifications", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesNotificationsFilterIn", "$ref": "#/server/inputs/EmployeesNotificationsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesNotifications", "alias": "getEmployeesNotifications", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeToNotification", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeToNotification" }] } }] }, "sourceText": "query getEmployeesNotifications( $limit: Int = null, $offset: Int = null, $filter: EmployeesNotificationsFilterIn = null,) { getEmployeesNotifications( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseEmployeeToNotification }}", "parametersHash": 10844001254495985319, "fragmentSpecHash": 10633455775857138134 }, "getEmployeesNotificationsAndCount": { "name": "getEmployeesNotificationsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesNotificationsFilterIn", "$ref": "#/server/inputs/EmployeesNotificationsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesNotifications", "alias": "getEmployeesNotifications", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "EmployeeToNotification", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeToNotification" }] } }, { "_type": "FieldSelection", "name": "getEmployeesNotificationsCount", "alias": "getEmployeesNotificationsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getEmployeesNotificationsAndCount( $limit: Int = null, $offset: Int = null, $filter: EmployeesNotificationsFilterIn = null,) { getEmployeesNotifications( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseEmployeeToNotification } getEmployeesNotificationsCount( filter: $filter, )}", "parametersHash": 10844001254495985319, "fragmentSpecHash": 8738659740938704537 }, "getEmployeesTable": { "name": "getEmployeesTable", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesTableFilterIn", "$ref": "#/server/inputs/EmployeesTableFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$orderBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeesTableSortColumn", "$ref": "#/server/enums/EEmployeesTableSortColumn" }, "defaultValue": "FAMILY_NAME" } }, "$orderDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "ASC" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesTable", "alias": "getEmployeesTable", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "orderBy": { "name": "orderBy", "value": { "_type": "ref", "name": "$orderBy" } }, "orderDirection": { "name": "orderDirection", "value": { "_type": "ref", "name": "$orderDirection" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "TableEmployeeRow" }] } }] }, "sourceText": "query getEmployeesTable( $filter: EmployeesTableFilterIn = null, $limit: Int = null, $offset: Int = null, $orderBy: EEmployeesTableSortColumn! = FAMILY_NAME, $orderDirection: ESortDirection! = ASC,) { getEmployeesTable( filter: $filter, limit: $limit, offset: $offset, orderBy: $orderBy, orderDirection: $orderDirection, ) { ...TableEmployeeRow }}", "parametersHash": 14524736253379366781, "fragmentSpecHash": 16491446952751064494 }, "getEmployeesTableAndCount": { "name": "getEmployeesTableAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesTableFilterIn", "$ref": "#/server/inputs/EmployeesTableFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$orderBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeesTableSortColumn", "$ref": "#/server/enums/EEmployeesTableSortColumn" }, "defaultValue": "FAMILY_NAME" } }, "$orderDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "ASC" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getEmployeesTable", "alias": "getEmployeesTable", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "orderBy": { "name": "orderBy", "value": { "_type": "ref", "name": "$orderBy" } }, "orderDirection": { "name": "orderDirection", "value": { "_type": "ref", "name": "$orderDirection" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "TableEmployeeRow" }] } }, { "_type": "FieldSelection", "name": "getEmployeesTableCount", "alias": "getEmployeesTableCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getEmployeesTableAndCount( $filter: EmployeesTableFilterIn = null, $limit: Int = null, $offset: Int = null, $orderBy: EEmployeesTableSortColumn! = FAMILY_NAME, $orderDirection: ESortDirection! = ASC,) { getEmployeesTable( filter: $filter, limit: $limit, offset: $offset, orderBy: $orderBy, orderDirection: $orderDirection, ) { ...TableEmployeeRow } getEmployeesTableCount(filter: $filter)}", "parametersHash": 14524736253379366781, "fragmentSpecHash": 6228961661273903283 }, "getExistsCardNumbers": { "name": "getExistsCardNumbers", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getExistsCardNumbers", "alias": "getExistsCardNumbers", "arguments": {}, "selection": null }] }, "sourceText": "query getExistsCardNumbers { getExistsCardNumbers}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 13864302853610585002 }, "getExistsFinancialReportsUsers": { "name": "getExistsFinancialReportsUsers", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getExistsFinancialReportsUsers", "alias": "getExistsFinancialReportsUsers", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }] }, "sourceText": "query getExistsFinancialReportsUsers { getExistsFinancialReportsUsers { ...BaseFinancialReportUser }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 9361771877781737074 }, "getExistsPaymentRegistryYears": { "name": "getExistsPaymentRegistryYears", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getExistsPaymentRegistryYears", "alias": "getExistsPaymentRegistryYears", "arguments": {}, "selection": null }] }, "sourceText": "query getExistsPaymentRegistryYears { getExistsPaymentRegistryYears}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 14453287609881152920 }, "getExistsSimReportsDatesRanges": { "name": "getExistsSimReportsDatesRanges", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getExistsSimReportsDatesRanges", "alias": "getExistsSimReportsDatesRanges", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DatesRange", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDatesRange" }] } }] }, "sourceText": "query getExistsSimReportsDatesRanges { getExistsSimReportsDatesRanges { ...BaseDatesRange }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 17967633161562345126 }, "getFilteredSimCards": { "name": "getFilteredSimCards", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SimCardFilterIn", "$ref": "#/server/inputs/SimCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFilteredSimCards", "alias": "getFilteredSimCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredSimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredSimCard" }] } }] }, "sourceText": "query getFilteredSimCards( $limit: Int!, $offset: Int!, $filter: SimCardFilterIn!,) { getFilteredSimCards( limit: $limit, offset: $offset, filter: $filter, ) { ...BaseFilteredSimCard }}", "parametersHash": 16681588471136419609, "fragmentSpecHash": 11162678794440372407 }, "getFilteredSimCardsAndMeta": { "name": "getFilteredSimCardsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SimCardFilterIn", "$ref": "#/server/inputs/SimCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFilteredSimCards", "alias": "getFilteredSimCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredSimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredSimCard" }] } }, { "_type": "FieldSelection", "name": "getFilteredSimCardsCount", "alias": "getFilteredSimCardsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }, { "_type": "FieldSelection", "name": "getFilteredSimCardsSum", "alias": "getFilteredSimCardsSum", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getFilteredSimCardsAndMeta( $limit: Int!, $offset: Int!, $filter: SimCardFilterIn!,) { getFilteredSimCards( limit: $limit, offset: $offset, filter: $filter, ) { ...BaseFilteredSimCard } getFilteredSimCardsCount(filter: $filter) getFilteredSimCardsSum(filter: $filter)}", "parametersHash": 16681588471136419609, "fragmentSpecHash": 17983241425195268794 }, "getFinancialReport": { "name": "getFinancialReport", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFinancialReport", "alias": "getFinancialReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetReportResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Report", "spec": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getFinancialReport($id: Int!){ getFinancialReport(id: $id){ __typename ... on Report { ...BaseFinancialReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 8338514993482273526 }, "getFinancialReportUsers": { "name": "getFinancialReportUsers", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserFilterIn", "$ref": "#/server/inputs/FinancialReportUserFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFinancialReportUsers", "alias": "getFinancialReportUsers", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }] }, "sourceText": "query getFinancialReportUsers( $limit: Int = null $offset: Int = null $filter: FinancialReportUserFilterIn) { getFinancialReportUsers(filter: $filter, limit: $limit, offset: $offset) { ...BaseFinancialReportUser }}", "parametersHash": 3226791337932336047, "fragmentSpecHash": 3369239754171378311 }, "getFinancialReportUsersAndCount": { "name": "getFinancialReportUsersAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserFilterIn", "$ref": "#/server/inputs/FinancialReportUserFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFinancialReportUsers", "alias": "getFinancialReportUsers", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }, { "_type": "FieldSelection", "name": "getFinancialReportUsersCount", "alias": "getFinancialReportUsersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getFinancialReportUsersAndCount( $limit: Int = null $offset: Int = null $filter: FinancialReportUserFilterIn) { getFinancialReportUsers(filter: $filter, limit: $limit, offset: $offset) { ...BaseFinancialReportUser } getFinancialReportUsersCount(filter: $filter)}", "parametersHash": 3226791337932336047, "fragmentSpecHash": 13835297370533069918 }, "getFinancialReports": { "name": "getFinancialReports", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EFinancialReportsSortColumnSortBy", "$ref": "#/server/inputs/EFinancialReportsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFinancialReports", "alias": "getFinancialReports", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReport" }] } }] }, "sourceText": "query getFinancialReports( $filter: FinancialReportsFilterIn = null, $limit: Int = null, $offset: Int = null, $sortBy: EFinancialReportsSortColumnSortBy!,) { getFinancialReports( sortBy: $sortBy, filter: $filter, limit: $limit, offset: $offset, ) { ...BaseFinancialReport }}", "parametersHash": 12400104942754436032, "fragmentSpecHash": 10287319783472694459 }, "getFinancialReportsAndMeta": { "name": "getFinancialReportsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EFinancialReportsSortColumnSortBy", "$ref": "#/server/inputs/EFinancialReportsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFinancialReports", "alias": "getFinancialReports", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReport" }] } }, { "_type": "FieldSelection", "name": "getFinancialReportsMeta", "alias": "getFinancialReportsMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportsMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportsMeta" }] } }] }, "sourceText": "query getFinancialReportsAndMeta( $filter: FinancialReportsFilterIn = null, $limit: Int = null, $offset: Int = null, $sortBy: EFinancialReportsSortColumnSortBy!,) { getFinancialReports( sortBy: $sortBy, filter: $filter, limit: $limit, offset: $offset, ) { ...BaseFinancialReport } getFinancialReportsMeta(filter: $filter) { ...BaseFinancialReportsMeta }}", "parametersHash": 12400104942754436032, "fragmentSpecHash": 7222708646604276067 }, "getFixedAsset": { "name": "getFixedAsset", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAsset", "alias": "getFixedAsset", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFixedAssetOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FixedAsset", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAsset" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getFixedAsset($id: Int!) { getFixedAsset(id: $id) { __typename ... on FixedAsset { ...BaseFixedAsset } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17432229264669362870 }, "getFixedAssetType": { "name": "getFixedAssetType", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAssetType", "alias": "getFixedAssetType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFixedAssetTypeOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "FixedAssetType", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getFixedAssetType($id: Int!) { getFixedAssetType(id: $id) { ... on FixedAssetType { ...BaseFixedAssetType } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10690399604295393497 }, "getFixedAssetTypes": { "name": "getFixedAssetTypes", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAssetTypes", "alias": "getFixedAssetTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }] }, "sourceText": "query getFixedAssetTypes($searchQuery: String, $limit: Int, $offset: Int) { getFixedAssetTypes(searchQuery: $searchQuery, limit: $limit, offset: $offset) { ...BaseFixedAssetType }}", "parametersHash": 8435527854760232339, "fragmentSpecHash": 3034233445877326912 }, "getFixedAssetTypesAndCount": { "name": "getFixedAssetTypesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAssetTypes", "alias": "getFixedAssetTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }, { "_type": "FieldSelection", "name": "getFixedAssetTypesCount", "alias": "getFixedAssetTypesCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getFixedAssetTypesAndCount($searchQuery: String, $limit: Int, $offset: Int) { getFixedAssetTypes(searchQuery: $searchQuery, limit: $limit, offset: $offset) { ...BaseFixedAssetType } getFixedAssetTypesCount(searchQuery: $searchQuery)}", "parametersHash": 8435527854760232339, "fragmentSpecHash": 11935798550481706332 }, "getFixedAssets": { "name": "getFixedAssets", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetsFilterIn", "$ref": "#/server/inputs/FixedAssetsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAssets", "alias": "getFixedAssets", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAsset" }] } }] }, "sourceText": "query getFixedAssets($filter: FixedAssetsFilterIn, $limit: Int, $offset: Int) { getFixedAssets(filter: $filter, limit: $limit, offset: $offset) { ...BaseFixedAsset }}", "parametersHash": 9085467279426325689, "fragmentSpecHash": 10168861132520943549 }, "getFixedAssetsAndCount": { "name": "getFixedAssetsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetsFilterIn", "$ref": "#/server/inputs/FixedAssetsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFixedAssets", "alias": "getFixedAssets", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAsset" }] } }, { "_type": "FieldSelection", "name": "getFixedAssetsCount", "alias": "getFixedAssetsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getFixedAssetsAndCount($filter: FixedAssetsFilterIn, $limit: Int, $offset: Int) { getFixedAssets(filter: $filter, limit: $limit, offset: $offset) { ...BaseFixedAsset } getFixedAssetsCount(filter: $filter)}", "parametersHash": 9085467279426325689, "fragmentSpecHash": 8174730418006186371 }, "getFuelCard": { "name": "getFuelCard", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFuelCard", "alias": "getFuelCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetFuelCardResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FuelCard", "spec": { "_type": "ObjectFragmentSpec", "name": "FuelCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFuelCard" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getFuelCard($id: Int!){ getFuelCard(id: $id){ __typename ... on FuelCard { ...BaseFuelCard } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 7766126983737217707 }, "getFuelCardsServicesDates": { "name": "getFuelCardsServicesDates", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFuelCardsServicesDates", "alias": "getFuelCardsServicesDates", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "DatesRange", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDatesRange" }] } }] }, "sourceText": "query getFuelCardsServicesDates { getFuelCardsServicesDates { ...BaseDatesRange }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 7960117527657720688 }, "getFutureJobsAndAmounts": { "name": "getFutureJobsAndAmounts", "type": "QUERY", "parameters": { "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getFutureJobsAndAmounts", "alias": "getFutureJobsAndAmounts", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FutureJobAndAmount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFutureJobAndAmount" }] } }] }, "sourceText": "query getFutureJobsAndAmounts($searchQuery: String!) { getFutureJobsAndAmounts(searchQuery: $searchQuery){ ...BaseFutureJobAndAmount }}", "parametersHash": 15754308075802896954, "fragmentSpecHash": 6613729664516151420 }, "getGroupedAccountingCategories": { "name": "getGroupedAccountingCategories", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupedAccountingCategories", "alias": "getGroupedAccountingCategories", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedAccountingCategories", "selections": [{ "_type": "FieldSelection", "name": "customer", "alias": "customer", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedAccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "rowsCount", "alias": "rowsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "month", "alias": "month", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceDt", "alias": "totalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceKt", "alias": "totalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "provider", "alias": "provider", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedAccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "month", "alias": "month", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceKt", "alias": "totalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "rowsCount", "alias": "rowsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceDt", "alias": "totalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query getGroupedAccountingCategories { getGroupedAccountingCategories { customer { rowsCount month totalBalanceDt totalBalanceKt year } provider { month totalBalanceKt rowsCount totalBalanceDt year } }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 10844795705895340313 }, "getGroupedFinancialReports": { "name": "getGroupedFinancialReports", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupedFinancialReports", "alias": "getGroupedFinancialReports", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedFinancialReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseGroupedFinancialReport" }] } }] }, "sourceText": "query getGroupedFinancialReports( $filter: FinancialReportsFilterIn = null) { getGroupedFinancialReports(filter: $filter) { ...BaseGroupedFinancialReport }}", "parametersHash": 4829509893628595217, "fragmentSpecHash": 17018817832687779522 }, "getGroupedOverheadCosts": { "name": "getGroupedOverheadCosts", "type": "QUERY", "parameters": { "$month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupedOverheadCosts", "alias": "getGroupedOverheadCosts", "arguments": { "month": { "name": "month", "value": { "_type": "ref", "name": "$month" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "year": { "name": "year", "value": { "_type": "ref", "name": "$year" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedOverheadCost", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseGroupedOverheadCost" }] } }] }, "sourceText": "query getGroupedOverheadCosts($year: Int!, $searchQuery: String!, $month: Int = null) { getGroupedOverheadCosts(year: $year, searchQuery: $searchQuery, month: $month) { ...BaseGroupedOverheadCost }}", "parametersHash": 11242944477024839219, "fragmentSpecHash": 2779121235067832257 }, "getGroupedSalaryAnalysisByEmployeeId": { "name": "getGroupedSalaryAnalysisByEmployeeId", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getGroupedSalaryAnalysisByEmployeeId", "alias": "getGroupedSalaryAnalysisByEmployeeId", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "GroupedSalaryAnalysis", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseGroupedSalaryAnalysis" }] } }] }, "sourceText": "query getGroupedSalaryAnalysisByEmployeeId( $employeeId: Int! $filter: SalaryAnalysisFilterIn = null) { getGroupedSalaryAnalysisByEmployeeId( employeeId: $employeeId filter: $filter ) { ...BaseGroupedSalaryAnalysis }}", "parametersHash": 6727049329251107479, "fragmentSpecHash": 8251149702769342576 }, "getInvoiceAnalysisExistsYears": { "name": "getInvoiceAnalysisExistsYears", "type": "QUERY", "parameters": { "$counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoiceAnalysisExistsYears", "alias": "getInvoiceAnalysisExistsYears", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } } }, "selection": null }] }, "sourceText": "query getInvoiceAnalysisExistsYears($counterpartyId: Int = null) { getInvoiceAnalysisExistsYears(counterpartyId: $counterpartyId)}", "parametersHash": 1342139760487526473, "fragmentSpecHash": 15717220520439739263 }, "getInvoicesUnderApproval": { "name": "getInvoicesUnderApproval", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoicesUnderApprovalSortColumnSortBy", "$ref": "#/server/inputs/EInvoicesUnderApprovalSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoicesUnderApproval", "alias": "getInvoicesUnderApproval", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UnderApprovalInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUnderApprovalInvoice" }] } }] }, "sourceText": "query getInvoicesUnderApproval( $filter: InvoicesUnderApprovalFilterIn = null, $sortBy: EInvoicesUnderApprovalSortColumnSortBy!, $limit: Int = null, $offset: Int = null,) { getInvoicesUnderApproval ( filter: $filter, sortBy: $sortBy, limit: $limit, offset: $offset, ) { ...BaseUnderApprovalInvoice }}", "parametersHash": 11100150521903379372, "fragmentSpecHash": 11450438714536691242 }, "getInvoicesUnderApprovalAnalysisDocument": { "name": "getInvoicesUnderApprovalAnalysisDocument", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoicesUnderApprovalAnalysisDocument", "alias": "getInvoicesUnderApprovalAnalysisDocument", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getInvoicesUnderApprovalAnalysisDocument { getInvoicesUnderApprovalAnalysisDocument { ...FullBase64EncodedFile }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 2285136414496126070 }, "getInvoicesUnderApprovalAndMeta": { "name": "getInvoicesUnderApprovalAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoicesUnderApprovalSortColumnSortBy", "$ref": "#/server/inputs/EInvoicesUnderApprovalSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoicesUnderApproval", "alias": "getInvoicesUnderApproval", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UnderApprovalInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUnderApprovalInvoice" }] } }, { "_type": "FieldSelection", "name": "getInvoicesUnderApprovalMeta", "alias": "getInvoicesUnderApprovalMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicesUnderApprovalMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicesUnderApprovalMeta" }] } }] }, "sourceText": "query getInvoicesUnderApprovalAndMeta( $filter: InvoicesUnderApprovalFilterIn = null, $sortBy: EInvoicesUnderApprovalSortColumnSortBy!, $limit: Int = null, $offset: Int = null,) { getInvoicesUnderApproval ( filter: $filter, sortBy: $sortBy, limit: $limit, offset: $offset, ) { ...BaseUnderApprovalInvoice } getInvoicesUnderApprovalMeta(filter: $filter) { ...BaseInvoicesUnderApprovalMeta }}", "parametersHash": 11100150521903379372, "fragmentSpecHash": 16778063367543834692 }, "getInvoicesWithoutUpdByContractId": { "name": "getInvoicesWithoutUpdByContractId", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoicesWithoutUpdByContractId", "alias": "getInvoicesWithoutUpdByContractId", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "SpreadSelection", "fragment": "InvoiceBaseData" }] } }] }, "sourceText": "query getInvoicesWithoutUpdByContractId($contractId: Int!) { getInvoicesWithoutUpdByContractId(contractId: $contractId) { ...InvoiceBaseData }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 4722462006063150444 }, "getInvoicesWithoutUpdByCounterpartyId": { "name": "getInvoicesWithoutUpdByCounterpartyId", "type": "QUERY", "parameters": { "$counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getInvoicesWithoutUpdByCounterpartyId", "alias": "getInvoicesWithoutUpdByCounterpartyId", "arguments": { "counterpartyId": { "name": "counterpartyId", "value": { "_type": "ref", "name": "$counterpartyId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "SpreadSelection", "fragment": "InvoiceBaseData" }] } }] }, "sourceText": "query getInvoicesWithoutUpdByCounterpartyId($counterpartyId: Int!) { getInvoicesWithoutUpdByCounterpartyId(counterpartyId: $counterpartyId) { ...InvoiceBaseData }}", "parametersHash": 15098883465110994750, "fragmentSpecHash": 15950468466131033223 }, "getLastFileUploadingTimestamp": { "name": "getLastFileUploadingTimestamp", "type": "QUERY", "parameters": { "$type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUploadingType", "$ref": "#/server/enums/EUploadingType" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLastFileUploadingTimestamp", "alias": "getLastFileUploadingTimestamp", "arguments": { "type": { "name": "type", "value": { "_type": "ref", "name": "$type" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FileUploadTimestamp", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "type", "alias": "type", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "timestamp", "alias": "timestamp", "arguments": {}, "selection": null }] } }] }, "sourceText": "query getLastFileUploadingTimestamp($type: EUploadingType!) { getLastFileUploadingTimestamp(type: $type) { id type timestamp }}", "parametersHash": 1271479989345074657, "fragmentSpecHash": 17511330009008807490 }, "getLicense": { "name": "getLicense", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLicense", "alias": "getLicense", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetLicenseOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "License", "spec": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLicense" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getLicense($id: Int!) { getLicense(id: $id) { __typename ... on License { ...BaseLicense } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 903972508415404430 }, "getLicenses": { "name": "getLicenses", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseFilterIn", "$ref": "#/server/inputs/LicenseFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ELicenseSortColumnSortBy", "$ref": "#/server/inputs/ELicenseSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLicenses", "alias": "getLicenses", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLicense" }] } }] }, "sourceText": "query getLicenses( $limit: Int = null, $offset: Int = null, $filter: LicenseFilterIn = null, $sortBy: ELicenseSortColumnSortBy!) { getLicenses( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseLicense }}", "parametersHash": 3176732391506884537, "fragmentSpecHash": 2490586959857075351 }, "getLicensesAndCount": { "name": "getLicensesAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseFilterIn", "$ref": "#/server/inputs/LicenseFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ELicenseSortColumnSortBy", "$ref": "#/server/inputs/ELicenseSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLicenses", "alias": "getLicenses", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLicense" }] } }, { "_type": "FieldSelection", "name": "getLicensesCount", "alias": "getLicensesCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getLicensesAndCount( $limit: Int = null, $offset: Int = null, $filter: LicenseFilterIn = null, $sortBy: ELicenseSortColumnSortBy!) { getLicenses( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseLicense } getLicensesCount(filter: $filter)}", "parametersHash": 3176732391506884537, "fragmentSpecHash": 392818148716703036 }, "getLiteTableContracts": { "name": "getLiteTableContracts", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLiteTableContracts", "alias": "getLiteTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LiteTableContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLiteTableContract" }] } }] }, "sourceText": "query getLiteTableContracts( $limit: Int = null $offset: Int = null $filter: TableContractsFilterIn $sortBy: ETableContractSortColumnSortBy!,) { getLiteTableContracts( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseLiteTableContract }}", "parametersHash": 4903381428781197684, "fragmentSpecHash": 3919424240564286581 }, "getLiteTableContractsAndCount": { "name": "getLiteTableContractsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLiteTableContracts", "alias": "getLiteTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LiteTableContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLiteTableContract" }] } }, { "_type": "FieldSelection", "name": "getLiteTableContractsCount", "alias": "getLiteTableContractsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getLiteTableContractsAndCount( $limit: Int = null $offset: Int = null $filter: TableContractsFilterIn $sortBy: ETableContractSortColumnSortBy!,) { getLiteTableContracts( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseLiteTableContract } getLiteTableContractsCount(filter: $filter)}", "parametersHash": 4903381428781197684, "fragmentSpecHash": 8481768444026380959 }, "getLosNovaJobs": { "name": "getLosNovaJobs", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLosNovaJobs", "alias": "getLosNovaJobs", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LosNovaJob", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLosNovaJob" }] } }] }, "sourceText": "query getLosNovaJobs($limit: Int = null, $offset: Int = null, $filter: TenderWorkFilterIn = null) { getLosNovaJobs(limit: $limit, offset: $offset, filter: $filter) { ...BaseLosNovaJob }}", "parametersHash": 3924324801742717007, "fragmentSpecHash": 6541416851526312774 }, "getLosNovaJobsAndCount": { "name": "getLosNovaJobsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getLosNovaJobs", "alias": "getLosNovaJobs", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LosNovaJob", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLosNovaJob" }] } }, { "_type": "FieldSelection", "name": "getLosNovaJobsCount", "alias": "getLosNovaJobsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getLosNovaJobsAndCount($filter: TenderWorkFilterIn = null, $offset: Int = null, $limit: Int = null) { getLosNovaJobs(limit: $limit, offset: $offset, filter: $filter) { ...BaseLosNovaJob } getLosNovaJobsCount(filter: $filter)}", "parametersHash": 3924324801742717007, "fragmentSpecHash": 17004016702634069396 }, "getMonthlyGroupedFinancialReports": { "name": "getMonthlyGroupedFinancialReports", "type": "QUERY", "parameters": { "$virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMonthlyGroupedFinancialReports", "alias": "getMonthlyGroupedFinancialReports", "arguments": { "virtualUserId": { "name": "virtualUserId", "value": { "_type": "ref", "name": "$virtualUserId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "MonthlyGroupedFinancialReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseMonthlyGroupedFinancialReport" }] } }] }, "sourceText": "query getMonthlyGroupedFinancialReports( $virtualUserId: Int!) { getMonthlyGroupedFinancialReports(virtualUserId: $virtualUserId) { ...BaseMonthlyGroupedFinancialReport }}", "parametersHash": 58515335013718426, "fragmentSpecHash": 10841761186153298914 }, "getMyTgActivity": { "name": "getMyTgActivity", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMyTgActivity", "alias": "getMyTgActivity", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "TgChatDaySummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgChatDaySummary" }] } }] }, "sourceText": "query getMyTgActivity { getMyTgActivity { ...BaseTgChatDaySummary }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 8288808808865721933 }, "getMyTgMentions": { "name": "getMyTgMentions", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETgMentionSortColumnSortBy", "$ref": "#/server/inputs/ETgMentionSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMyTgMentions", "alias": "getMyTgMentions", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgMention", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgMention" }] } }] }, "sourceText": "query getMyTgMentions( $limit: Int = null, $offset: Int = null, $filter: TgMentionFilterIn = null, $sortBy: ETgMentionSortColumnSortBy!) { getMyTgMentions( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseTgMention }}", "parametersHash": 1382637804315351480, "fragmentSpecHash": 7978628043607654197 }, "getMyTgMentionsCount": { "name": "getMyTgMentionsCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getMyTgMentionsCount", "alias": "getMyTgMentionsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getMyTgMentionsCount($filter: TgMentionFilterIn = null) { getMyTgMentionsCount(filter: $filter)}", "parametersHash": 17424064780060264242, "fragmentSpecHash": 12558301851139459343 }, "getNode": { "name": "getNode", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNode", "alias": "getNode", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetNodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Node", "spec": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getNode($id: Int!) { getNode(id: $id) { __typename ... on Node { ...BaseNode } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16394876328614453212 }, "getNodes": { "name": "getNodes", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNodes", "alias": "getNodes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }] }, "sourceText": "query getNodes( $limit: Int = null $offset: Int = null){ getNodes( limit: $limit offset: $offset ){ ...BaseNode }}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 18278418754529369723 }, "getNomenclatureOnlyParents": { "name": "getNomenclatureOnlyParents", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNomenclatureOnlyParents", "alias": "getNomenclatureOnlyParents", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "children", "alias": "children", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "children", "alias": "children", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "children", "alias": "children", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "children", "alias": "children", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "children", "alias": "children", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "parentId", "alias": "parentId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "seeId", "alias": "seeId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "subLevel", "alias": "subLevel", "arguments": {}, "selection": null }] } }] } }] } }] } }] } }] } }] }, "sourceText": "query getNomenclatureOnlyParents{ getNomenclatureOnlyParents{ id name parentId subLevel seeId children{ id name parentId seeId subLevel children{ id name parentId seeId subLevel children{ id name parentId seeId subLevel children{ id name parentId seeId subLevel children{ id name parentId seeId subLevel } } } } } }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 13362614217204599787 }, "getNomenclatures": { "name": "getNomenclatures", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNomenclatures", "alias": "getNomenclatures", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNomenclature" }] } }] }, "sourceText": "query getNomenclatures( $limit: Int = null $offset: Int = null $filter: EquipmentFilterIn = null) { getNomenclatures( limit: $limit offset: $offset, filter: $filter ) { ...BaseNomenclature }}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 17664205887940081712 }, "getNomenclaturesAndCount": { "name": "getNomenclaturesAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNomenclatures", "alias": "getNomenclatures", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Nomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNomenclature" }] } }, { "_type": "FieldSelection", "name": "getNomenclaturesCount", "alias": "getNomenclaturesCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getNomenclaturesAndCount( $limit: Int = null $offset: Int = null $filter: EquipmentFilterIn = null) { getNomenclatures( limit: $limit offset: $offset, filter: $filter ) { ...BaseNomenclature } getNomenclaturesCount(filter: $filter)}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 3449223692367043486 }, "getNonMetallicMaterial": { "name": "getNonMetallicMaterial", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNonMetallicMaterial", "alias": "getNonMetallicMaterial", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetNonMetallicMaterialOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "NonMetallicMaterial", "spec": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterial" }] } }] } }] }, "sourceText": "query getNonMetallicMaterial($id: Int!) { getNonMetallicMaterial(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on NonMetallicMaterial { ...BaseNonMetallicMaterial } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9962996332397596864 }, "getNonMetallicMaterials": { "name": "getNonMetallicMaterials", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsFilterIn", "$ref": "#/server/inputs/NonMetallicMaterialsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ENonMetallicMaterialsSortColumnSortBy", "$ref": "#/server/inputs/ENonMetallicMaterialsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNonMetallicMaterials", "alias": "getNonMetallicMaterials", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterial" }] } }] }, "sourceText": "query getNonMetallicMaterials( $limit: Int = null $offset: Int = null $filter: NonMetallicMaterialsFilterIn = null $sortBy: ENonMetallicMaterialsSortColumnSortBy!) { getNonMetallicMaterials(filter: $filter, limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseNonMetallicMaterial }}", "parametersHash": 12815992881276481067, "fragmentSpecHash": 15876274631193375056 }, "getNonMetallicMaterialsAndMeta": { "name": "getNonMetallicMaterialsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsFilterIn", "$ref": "#/server/inputs/NonMetallicMaterialsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ENonMetallicMaterialsSortColumnSortBy", "$ref": "#/server/inputs/ENonMetallicMaterialsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getNonMetallicMaterials", "alias": "getNonMetallicMaterials", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterial" }] } }, { "_type": "FieldSelection", "name": "getNonMetallicMaterialsMeta", "alias": "getNonMetallicMaterialsMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterialsMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterialsMeta" }] } }] }, "sourceText": "query getNonMetallicMaterialsAndMeta( $limit: Int = null $offset: Int = null $filter: NonMetallicMaterialsFilterIn = null $sortBy: ENonMetallicMaterialsSortColumnSortBy!) { getNonMetallicMaterials(filter: $filter, limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseNonMetallicMaterial } getNonMetallicMaterialsMeta(filter: $filter) { ...BaseNonMetallicMaterialsMeta }}", "parametersHash": 12815992881276481067, "fragmentSpecHash": 4787397389334468733 }, "getObjectAssemblyByContractId": { "name": "getObjectAssemblyByContractId", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getObjectAssemblyByContractId", "alias": "getObjectAssemblyByContractId", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ObjectAssembly", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAssembly" }] } }] }, "sourceText": "query getObjectAssemblyByContractId($contractId: Int!) { getObjectAssemblyByContractId(contractId: $contractId) { ...BaseObjectAssembly }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 16852481022986498371 }, "getObjectAssemblyReport": { "name": "getObjectAssemblyReport", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "getObjectAssemblyReport", "alias": "getObjectAssemblyReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation getObjectAssemblyReport($id: Int!){ getObjectAssemblyReport(id: $id)}", "parametersHash": 243601335774239632, "fragmentSpecHash": 3204034834612713994 }, "getOverheadCosts": { "name": "getOverheadCosts", "type": "QUERY", "parameters": { "$month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getOverheadCosts", "alias": "getOverheadCosts", "arguments": { "month": { "name": "month", "value": { "_type": "ref", "name": "$month" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "year": { "name": "year", "value": { "_type": "ref", "name": "$year" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "OverheadCost", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseOverheadCost" }] } }] }, "sourceText": "query getOverheadCosts($year: Int!, $searchQuery: String!, $month: Int = null) { getOverheadCosts(year: $year, searchQuery: $searchQuery, month: $month) { ...BaseOverheadCost }}", "parametersHash": 11242944477024839219, "fragmentSpecHash": 2556571537169263840 }, "getOverheadCostsYears": { "name": "getOverheadCostsYears", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getOverheadCostsYears", "alias": "getOverheadCostsYears", "arguments": {}, "selection": null }] }, "sourceText": "query getOverheadCostsYears { getOverheadCostsYears}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 13954710371354308912 }, "getPaymentRegistryRecordsSlice": { "name": "getPaymentRegistryRecordsSlice", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$operationType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EPaymentOperationType", "$ref": "#/server/enums/EPaymentOperationType" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } }, "$year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPaymentRegistryRecordsSlice", "alias": "getPaymentRegistryRecordsSlice", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "month": { "name": "month", "value": { "_type": "ref", "name": "$month" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "operationType": { "name": "operationType", "value": { "_type": "ref", "name": "$operationType" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "year": { "name": "year", "value": { "_type": "ref", "name": "$year" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PaymentRegistryRecordSlice", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePaymentRegistryRecordSlice" }] } }] }, "sourceText": "query getPaymentRegistryRecordsSlice( $limit: Int!, $offset: Int!, $year: Int!, $searchQuery: String! = \"\", $month: Int = null, $operationType: EPaymentOperationType = null) { getPaymentRegistryRecordsSlice( limit: $limit, offset: $offset, year: $year, searchQuery: $searchQuery, month: $month, operationType: $operationType ) { ...BasePaymentRegistryRecordSlice }}", "parametersHash": 8357088350540170204, "fragmentSpecHash": 12338956213803278631 }, "getPendingAccountingCategories": { "name": "getPendingAccountingCategories", "type": "QUERY", "parameters": { "$isConstructionNotReady": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPendingAccountingCategories", "alias": "getPendingAccountingCategories", "arguments": { "isConstructionNotReady": { "name": "isConstructionNotReady", "value": { "_type": "ref", "name": "$isConstructionNotReady" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "AccountingCategory", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccountingCategory" }] } }] }, "sourceText": "query getPendingAccountingCategories($isConstructionNotReady: Boolean = null) { getPendingAccountingCategories(isConstructionNotReady: $isConstructionNotReady) { ...BaseAccountingCategory }}", "parametersHash": 13613075918101565495, "fragmentSpecHash": 5717694378464649180 }, "getPeopleForTgGroup": { "name": "getPeopleForTgGroup", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPeopleForTgGroup", "alias": "getPeopleForTgGroup", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }] }, "sourceText": "query getPeopleForTgGroup { getPeopleForTgGroup { ...BaseLEmployee }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 9224404381588173067 }, "getPermission": { "name": "getPermission", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPermission", "alias": "getPermission", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetPermissionOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Permission", "spec": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getPermission($id: Int!){ getPermission(id: $id){ __typename ... on Permission { ...SearchedPermission } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 5124847471326251986 }, "getPermissions": { "name": "getPermissions", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPermissions", "alias": "getPermissions", "arguments": {}, "selection": null }] }, "sourceText": "query getPermissions { getPermissions}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 14869652185572881407 }, "getProjectEquipment": { "name": "getProjectEquipment", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getProjectEquipment", "alias": "getProjectEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetProjectEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ProjectEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getProjectEquipment($id: Int!) { getProjectEquipment(id: $id) { __typename ... on ProjectEquipment { ...BaseProjectEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9789996011690871818 }, "getProjectEquipments": { "name": "getProjectEquipments", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getProjectEquipments", "alias": "getProjectEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }] }, "sourceText": "query getProjectEquipments( $filter: EquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,){ getProjectEquipments( filter: $filter, limit: $limit, offset: $offset ){ ...BaseProjectEquipment }}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 7921841361544088473 }, "getProjectEquipmentsAndCount": { "name": "getProjectEquipmentsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getProjectEquipments", "alias": "getProjectEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }, { "_type": "FieldSelection", "name": "getProjectEquipmentsCount", "alias": "getProjectEquipmentsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getProjectEquipmentsAndCount( $filter: EquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,){ getProjectEquipments( filter: $filter, limit: $limit, offset: $offset ){ ...BaseProjectEquipment } getProjectEquipmentsCount(filter: $filter)}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 309745567118829521 }, "getPurchasedEquipment": { "name": "getPurchasedEquipment", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPurchasedEquipment", "alias": "getPurchasedEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetPurchasedEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "PurchasedEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getPurchasedEquipment($id: Int!) { getPurchasedEquipment(id: $id) { __typename ... on PurchasedEquipment { ...BasePurchasedEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14801322319126054933 }, "getPurchasedEquipments": { "name": "getPurchasedEquipments", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPurchasedEquipments", "alias": "getPurchasedEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] }, "sourceText": "query getPurchasedEquipments( $filter: EquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,) { getPurchasedEquipments( filter: $filter, limit: $limit, offset: $offset, ) { ...BasePurchasedEquipment }}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 14272906651331324124 }, "getPurchasedEquipmentsAndCount": { "name": "getPurchasedEquipmentsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getPurchasedEquipments", "alias": "getPurchasedEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "FieldSelection", "name": "getPurchasedEquipmentsCount", "alias": "getPurchasedEquipmentsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getPurchasedEquipmentsAndCount( $filter: EquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,) { getPurchasedEquipments( filter: $filter, limit: $limit, offset: $offset, ) { ...BasePurchasedEquipment } getPurchasedEquipmentsCount(filter: $filter)}", "parametersHash": 8554930253523761353, "fragmentSpecHash": 17658476882105677506 }, "getReferenceList": { "name": "getReferenceList", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getReferenceList", "alias": "getReferenceList", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ReferenceListRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReferenceListRow" }] } }] }, "sourceText": "query getReferenceList ( $status: EContractStatus! $limit: Int = null $offset: Int = null $searchQuery: String = null) { getReferenceList( status: $status limit: $limit offset: $offset searchQuery: $searchQuery ) { ...BaseReferenceListRow }}", "parametersHash": 7018033869217871901, "fragmentSpecHash": 2371429819786752425 }, "getReferenceListAndCount": { "name": "getReferenceListAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getReferenceList", "alias": "getReferenceList", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ReferenceListRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReferenceListRow" }] } }, { "_type": "FieldSelection", "name": "getReferenceListCount", "alias": "getReferenceListCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": null }] }, "sourceText": "query getReferenceListAndCount ( $status: EContractStatus! $limit: Int = null $offset: Int = null $searchQuery: String = null) { getReferenceList( status: $status limit: $limit offset: $offset searchQuery: $searchQuery ) { ...BaseReferenceListRow } getReferenceListCount( status: $status searchQuery: $searchQuery )}", "parametersHash": 7018033869217871901, "fragmentSpecHash": 13160181804667592795 }, "getRentItem": { "name": "getRentItem", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItem", "alias": "getRentItem", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRentItemOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RentItem", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItem" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRentItem($id: Int!) { getRentItem(id: $id) { __typename ... on RentItem { ...BaseRentItem } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16653472638026450128 }, "getRentItems": { "name": "getRentItems", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemsFilterIn", "$ref": "#/server/inputs/RentItemsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItems", "alias": "getRentItems", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItem" }] } }] }, "sourceText": "query getRentItems($filter: RentItemsFilterIn, $limit: Int = null, $offset: Int = null) { getRentItems(filter: $filter, limit: $limit, offset: $offset) { ...BaseRentItem }}", "parametersHash": 14338412601859232483, "fragmentSpecHash": 4006957090408645880 }, "getRentItemsAndCount": { "name": "getRentItemsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemsFilterIn", "$ref": "#/server/inputs/RentItemsFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItems", "alias": "getRentItems", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItem" }] } }, { "_type": "FieldSelection", "name": "getRentItemsCount", "alias": "getRentItemsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getRentItemsAndCount($filter: RentItemsFilterIn, $limit: Int = null, $offset: Int = null) { getRentItems(filter: $filter, limit: $limit, offset: $offset) { ...BaseRentItem } getRentItemsCount(filter: $filter)}", "parametersHash": 14338412601859232483, "fragmentSpecHash": 474976546979398284 }, "getRentItemsType": { "name": "getRentItemsType", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItemsType", "alias": "getRentItemsType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRentItemsTypeOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "RentItemsType", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRentItemsType($id: ID!) { getRentItemsType(id: $id) { ... on RentItemsType { ...BaseRentItemsType } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 9760358331659098623 }, "getRentItemsTypes": { "name": "getRentItemsTypes", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItemsTypes", "alias": "getRentItemsTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }] }, "sourceText": "query getRentItemsTypes($searchQuery: String!, $limit: Int = null, $offset: Int = null) { getRentItemsTypes(searchQuery: $searchQuery, limit: $limit, offset: $offset) { ...BaseRentItemsType }}", "parametersHash": 6884372540143507806, "fragmentSpecHash": 448876750106659090 }, "getRentItemsTypesAndCount": { "name": "getRentItemsTypesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRentItemsTypes", "alias": "getRentItemsTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }, { "_type": "FieldSelection", "name": "getRentItemsTypesCount", "alias": "getRentItemsTypesCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getRentItemsTypesAndCount($searchQuery: String!, $limit: Int!, $offset: Int!) { getRentItemsTypes(searchQuery: $searchQuery, limit: $limit, offset: $offset) { ...BaseRentItemsType } getRentItemsTypesCount(searchQuery: $searchQuery)}", "parametersHash": 3598152494906631907, "fragmentSpecHash": 9255408349670708976 }, "getRepairEquipmentForEdit": { "name": "getRepairEquipmentForEdit", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRepairEquipment", "alias": "getRepairEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRepairEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RepairEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRepairRegistry" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRepairEquipmentForEdit($id: Int!){ getRepairEquipment(id: $id){ __typename ... on RepairEquipment { ...BaseRepairRegistry } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9106515960119880283 }, "getRepairEquipments": { "name": "getRepairEquipments", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentFilterIn", "$ref": "#/server/inputs/RepairEquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRepairEquipments", "alias": "getRepairEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRepairRegistry" }] } }] }, "sourceText": "query getRepairEquipments( $filter: RepairEquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,){ getRepairEquipments( filter: $filter, limit: $limit, offset: $offset, ){ ...BaseRepairRegistry }}", "parametersHash": 2696604759269170263, "fragmentSpecHash": 17527408044996035710 }, "getRepairEquipmentsAndCount": { "name": "getRepairEquipmentsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentFilterIn", "$ref": "#/server/inputs/RepairEquipmentFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRepairEquipments", "alias": "getRepairEquipments", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRepairRegistry" }] } }, { "_type": "FieldSelection", "name": "getRepairEquipmentsCount", "alias": "getRepairEquipmentsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getRepairEquipmentsAndCount( $filter: RepairEquipmentFilterIn = null, $limit: Int = null, $offset: Int = null,){ getRepairEquipments( filter: $filter, limit: $limit, offset: $offset, ){ ...BaseRepairRegistry } getRepairEquipmentsCount(filter: $filter)}", "parametersHash": 2696604759269170263, "fragmentSpecHash": 1714660473538086759 }, "getReview": { "name": "getReview", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getReview", "alias": "getReview", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetReviewOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Review", "spec": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReview" }] } }] } }] }, "sourceText": "query getReview($id: Int!) { getReview(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on Review { ...BaseReview } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 656666041491518918 }, "getReviews": { "name": "getReviews", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getReviews", "alias": "getReviews", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReview" }] } }] }, "sourceText": "query getReviews( $limit: Int!, $offset: Int!,) { getReviews(limit: $limit, offset: $offset) { ...BaseReview }}", "parametersHash": 15913744729238194330, "fragmentSpecHash": 5126560660661013677 }, "getReviewsAndCount": { "name": "getReviewsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getReviews", "alias": "getReviews", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReview" }] } }, { "_type": "FieldSelection", "name": "getReviewsCount", "alias": "getReviewsCount", "arguments": {}, "selection": null }] }, "sourceText": "query getReviewsAndCount( $limit: Int!, $offset: Int!,) { getReviews(limit: $limit, offset: $offset) { ...BaseReview } getReviewsCount}", "parametersHash": 15913744729238194330, "fragmentSpecHash": 10248117773960071970 }, "getRouter": { "name": "getRouter", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouter", "alias": "getRouter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRouterResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Router", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailRouter" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRouter($id: Int!) { getRouter(id: $id) { __typename ... on Router { ...DetailRouter } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 11935686501520046508 }, "getRouterForEdit": { "name": "getRouterForEdit", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouter", "alias": "getRouter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRouterResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Router", "spec": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterEditInfo" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRouterForEdit($id: Int!){ getRouter(id: $id){ __typename ... on Router { ...RouterEditInfo } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 7418559380043093593 }, "getRouterTechParameter": { "name": "getRouterTechParameter", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouterTechParameter", "alias": "getRouterTechParameter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRouterTechParameterOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RouterTechParameter", "spec": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameter" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRouterTechParameter($id: Int!) { getRouterTechParameter(id: $id) { __typename ... on RouterTechParameter { ...BaseRouterTechParameter } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 16688687318729568846 }, "getRouterTechParameters": { "name": "getRouterTechParameters", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParametersFilterIn", "$ref": "#/server/inputs/RouterTechParametersFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouterTechParameters", "alias": "getRouterTechParameters", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameter" }] } }] }, "sourceText": "query getRouterTechParameters( $filter: RouterTechParametersFilterIn = null, $limit: Int!, $offset: Int!,) { getRouterTechParameters( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseRouterTechParameter }}", "parametersHash": 13479185544544846175, "fragmentSpecHash": 8955726775597108530 }, "getRouterTechParametersAndCount": { "name": "getRouterTechParametersAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParametersFilterIn", "$ref": "#/server/inputs/RouterTechParametersFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouterTechParameters", "alias": "getRouterTechParameters", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameter" }] } }, { "_type": "FieldSelection", "name": "getRouterTechParametersCount", "alias": "getRouterTechParametersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getRouterTechParametersAndCount( $filter: RouterTechParametersFilterIn = null, $limit: Int!, $offset: Int!,) { getRouterTechParameters( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseRouterTechParameter } getRouterTechParametersCount(filter: $filter)}", "parametersHash": 13479185544544846175, "fragmentSpecHash": 10674955650015077523 }, "getRouters": { "name": "getRouters", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouters", "alias": "getRouters", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterOnTable" }] } }] }, "sourceText": "query getRouters( $limit: Int = null, $offset: Int = null $searchQuery: String = null,){ getRouters( limit: $limit, offset: $offset, searchQuery: $searchQuery, ){ ...RouterOnTable }}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 16108076709374295089 }, "getRoutersAndCount": { "name": "getRoutersAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRouters", "alias": "getRouters", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterOnTable" }] } }, { "_type": "FieldSelection", "name": "getRoutersCount", "alias": "getRoutersCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getRoutersAndCount( $limit: Int = null, $offset: Int = null $searchQuery: String = null,){ getRouters( limit: $limit, offset: $offset, searchQuery: $searchQuery, ){ ...RouterOnTable } getRoutersCount(searchQuery: $searchQuery)}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 4527171982014170484 }, "getRss": { "name": "getRss", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRss", "alias": "getRss", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRSSOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRss($id: Int!, $contractId: Int!){ getRss(contractId: $contractId, id: $id){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 15559801125851943270, "fragmentSpecHash": 18270947043010262704 }, "getRssDmitrov": { "name": "getRssDmitrov", "type": "QUERY", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssDmitrov", "alias": "getRssDmitrov", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRSSDmitrovOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRssDmitrov($Id: Int!){ getRssDmitrov(Id: $Id){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 1058617785095819781 }, "getRssDmitrovList": { "name": "getRssDmitrovList", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssDmitrovList", "alias": "getRssDmitrovList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovForMainTable" }] } }] }, "sourceText": "query getRssDmitrovList{ getRssDmitrovList{ ...RssDmitrovForMainTable }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 14816089517678503146 }, "getRssDmitrovListForLiteTable": { "name": "getRssDmitrovListForLiteTable", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssDmitrovList", "alias": "getRssDmitrovList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovForLiteTable" }] } }] }, "sourceText": "query getRssDmitrovListForLiteTable{ getRssDmitrovList{ ...RssDmitrovForLiteTable }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 14628688535963549404 }, "getRssDmitrovListForSelect": { "name": "getRssDmitrovListForSelect", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssDmitrovList", "alias": "getRssDmitrovList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovForSelect" }] } }] }, "sourceText": "query getRssDmitrovListForSelect{ getRssDmitrovList{ ...RssDmitrovForSelect }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 3604670122176045885 }, "getRssIstra": { "name": "getRssIstra", "type": "QUERY", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssIstra", "alias": "getRssIstra", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRSSIstraOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRssIstra($Id: Int!){ getRssIstra(Id: $Id){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 14027203120980820354 }, "getRssIstraList": { "name": "getRssIstraList", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssIstraList", "alias": "getRssIstraList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraForMainTable" }] } }] }, "sourceText": "query getRssIstraList{ getRssIstraList{ ...RssIstraForMainTable }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 7226844559861787719 }, "getRssIstraListForSelect": { "name": "getRssIstraListForSelect", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssIstraList", "alias": "getRssIstraList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraForSelect" }] } }] }, "sourceText": "query getRssIstraListForSelect{ getRssIstraList{ ...RssIstraForSelect }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 11207269756243071686 }, "getRssKuvekino": { "name": "getRssKuvekino", "type": "QUERY", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssKuvekino", "alias": "getRssKuvekino", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetRSSKuvekinoOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getRssKuvekino($Id: Int!){ getRssKuvekino(Id: $Id){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 11903096391520678880, "fragmentSpecHash": 5574542231712122754 }, "getRssKuvekinoList": { "name": "getRssKuvekinoList", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssKuvekinoList", "alias": "getRssKuvekinoList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoForMainTable" }] } }] }, "sourceText": "query getRssKuvekinoList{ getRssKuvekinoList { ...RssKuvekinoForMainTable }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 13039984491503294304 }, "getRssKuvekinoListForSelect": { "name": "getRssKuvekinoListForSelect", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssKuvekinoList", "alias": "getRssKuvekinoList", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoForSelect" }] } }] }, "sourceText": "query getRssKuvekinoListForSelect{ getRssKuvekinoList{ ...RssKuvekinoForSelect }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 10395486465321501623 }, "getRssList": { "name": "getRssList", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssList", "alias": "getRssList", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssForMainTable" }] } }] }, "sourceText": "query getRssList($contractId: Int!) { getRssList(contractId: $contractId) { ...RssForMainTable }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 7401230882590522593 }, "getRssListForSelect": { "name": "getRssListForSelect", "type": "QUERY", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getRssList", "alias": "getRssList", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssForSelect" }] } }] }, "sourceText": "query getRssListForSelect($contractId: Int!) { getRssList(contractId: $contractId) { ...RssForSelect }}", "parametersHash": 9756884856242635419, "fragmentSpecHash": 6642458189369584156 }, "getSalaryAnalysis": { "name": "getSalaryAnalysis", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$sortColumn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESalaryAnalysisSortColumn", "$ref": "#/server/enums/ESalaryAnalysisSortColumn" }, "defaultValue": "TO_PAYMENT" } }, "$sortDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "DESC" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryAnalysis", "alias": "getSalaryAnalysis", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "salaryEmployeeId": { "name": "salaryEmployeeId", "value": { "_type": "ref", "name": "$salaryEmployeeId" } }, "sortColumn": { "name": "sortColumn", "value": { "_type": "ref", "name": "$sortColumn" } }, "sortDirection": { "name": "sortDirection", "value": { "_type": "ref", "name": "$sortDirection" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysis", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryAnalysis" }] } }] }, "sourceText": "query getSalaryAnalysis( $salaryEmployeeId: ID!, $limit: Int = null, $offset: Int = null, $filter: SalaryAnalysisFilterIn = null, $sortColumn: ESalaryAnalysisSortColumn! = TO_PAYMENT $sortDirection: ESortDirection! = DESC) { getSalaryAnalysis( salaryEmployeeId: $salaryEmployeeId, limit: $limit, offset: $offset, filter: $filter, sortColumn: $sortColumn, sortDirection: $sortDirection, ) { ...BaseSalaryAnalysis }}", "parametersHash": 7827802248686501987, "fragmentSpecHash": 6491995021437187048 }, "getSalaryAnalysisAndMeta": { "name": "getSalaryAnalysisAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$sortColumn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESalaryAnalysisSortColumn", "$ref": "#/server/enums/ESalaryAnalysisSortColumn" }, "defaultValue": "TO_PAYMENT" } }, "$sortDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "DESC" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryAnalysis", "alias": "getSalaryAnalysis", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "salaryEmployeeId": { "name": "salaryEmployeeId", "value": { "_type": "ref", "name": "$salaryEmployeeId" } }, "sortColumn": { "name": "sortColumn", "value": { "_type": "ref", "name": "$sortColumn" } }, "sortDirection": { "name": "sortDirection", "value": { "_type": "ref", "name": "$sortDirection" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysis", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryAnalysis" }] } }, { "_type": "FieldSelection", "name": "getSalaryAnalysisMeta", "alias": "getSalaryAnalysisMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "salaryEmployeeId": { "name": "salaryEmployeeId", "value": { "_type": "ref", "name": "$salaryEmployeeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryAnalysisMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryAnalysisMeta" }] } }] }, "sourceText": "query getSalaryAnalysisAndMeta( $salaryEmployeeId: ID!, $limit: Int = null, $offset: Int = null, $filter: SalaryAnalysisFilterIn = null, $sortColumn: ESalaryAnalysisSortColumn! = TO_PAYMENT $sortDirection: ESortDirection! = DESC) { getSalaryAnalysis( salaryEmployeeId: $salaryEmployeeId, limit: $limit, offset: $offset, filter: $filter, sortColumn: $sortColumn, sortDirection: $sortDirection, ) { ...BaseSalaryAnalysis } getSalaryAnalysisMeta( salaryEmployeeId: $salaryEmployeeId, filter: $filter, ) { ...BaseSalaryAnalysisMeta }}", "parametersHash": 7827802248686501987, "fragmentSpecHash": 16177483989662894754 }, "getSalaryAnalysisExistsYears": { "name": "getSalaryAnalysisExistsYears", "type": "QUERY", "parameters": { "$salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryAnalysisExistsYears", "alias": "getSalaryAnalysisExistsYears", "arguments": { "salaryEmployeeId": { "name": "salaryEmployeeId", "value": { "_type": "ref", "name": "$salaryEmployeeId" } } }, "selection": null }] }, "sourceText": "query getSalaryAnalysisExistsYears( $salaryEmployeeId: ID!) { getSalaryAnalysisExistsYears(salaryEmployeeId: $salaryEmployeeId)}", "parametersHash": 12374657045747354360, "fragmentSpecHash": 979508854597781083 }, "getSalaryAnalysisExistsYearsByEmployeeId": { "name": "getSalaryAnalysisExistsYearsByEmployeeId", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryAnalysisExistsYearsByEmployeeId", "alias": "getSalaryAnalysisExistsYearsByEmployeeId", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } } }, "selection": null }] }, "sourceText": "query getSalaryAnalysisExistsYearsByEmployeeId( $employeeId: Int!) { getSalaryAnalysisExistsYearsByEmployeeId(employeeId: $employeeId)}", "parametersHash": 10392261257114866333, "fragmentSpecHash": 16494177969974504248 }, "getSalaryStatementEmployee": { "name": "getSalaryStatementEmployee", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatementEmployee", "alias": "getSalaryStatementEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetSalaryStatementEmployeeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SalaryStatementEmployee", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }] } }] }, "sourceText": "query getSalaryStatementEmployee( $id: ID!) { getSalaryStatementEmployee(id: $id) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on SalaryStatementEmployee { ...BaseSalaryStatementEmployee } }}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 11174453343891057434 }, "getSalaryStatementEmployees": { "name": "getSalaryStatementEmployees", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatementEmployees", "alias": "getSalaryStatementEmployees", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }] }, "sourceText": "query getSalaryStatementEmployees( $searchQuery: String = null, $limit: Int = null, $offset: Int = null,) { getSalaryStatementEmployees( searchQuery: $searchQuery, limit: $limit, offset: $offset, ) { ...BaseSalaryStatementEmployee }}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 11873769902794452247 }, "getSalaryStatementEmployeesAndCount": { "name": "getSalaryStatementEmployeesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatementEmployees", "alias": "getSalaryStatementEmployees", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }, { "_type": "FieldSelection", "name": "getSalaryStatementEmployeesCount", "alias": "getSalaryStatementEmployeesCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getSalaryStatementEmployeesAndCount( $searchQuery: String = null, $limit: Int = null, $offset: Int = null,) { getSalaryStatementEmployees( searchQuery: $searchQuery, limit: $limit, offset: $offset, ) { ...BaseSalaryStatementEmployee } getSalaryStatementEmployeesCount( searchQuery: $searchQuery, )}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 17269114793039614369 }, "getSalaryStatements": { "name": "getSalaryStatements", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementFilterIn", "$ref": "#/server/inputs/SalaryStatementFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatements", "alias": "getSalaryStatements", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatement", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatement" }] } }] }, "sourceText": "query getSalaryStatements( $filter: SalaryStatementFilterIn = null, $limit: Int = null, $offset: Int = null,) { getSalaryStatements( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseSalaryStatement }}", "parametersHash": 4377483019104699087, "fragmentSpecHash": 12778593185564487435 }, "getSalaryStatementsAndMeta": { "name": "getSalaryStatementsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementFilterIn", "$ref": "#/server/inputs/SalaryStatementFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatements", "alias": "getSalaryStatements", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatement", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatement" }] } }, { "_type": "FieldSelection", "name": "getSalaryStatementsMeta", "alias": "getSalaryStatementsMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementMeta" }] } }] }, "sourceText": "query getSalaryStatementsAndMeta( $filter: SalaryStatementFilterIn = null, $limit: Int = null, $offset: Int = null,) { getSalaryStatements( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseSalaryStatement } getSalaryStatementsMeta( filter: $filter, ) { ...BaseSalaryStatementMeta }}", "parametersHash": 4377483019104699087, "fragmentSpecHash": 1048806033533347326 }, "getSalaryStatementsExistsYears": { "name": "getSalaryStatementsExistsYears", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatementsExistsYears", "alias": "getSalaryStatementsExistsYears", "arguments": {}, "selection": null }] }, "sourceText": "query getSalaryStatementsExistsYears { getSalaryStatementsExistsYears}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 12375019669685403371 }, "getSalaryStatementsYearSummary": { "name": "getSalaryStatementsYearSummary", "type": "QUERY", "parameters": { "$year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSalaryStatementsYearSummary", "alias": "getSalaryStatementsYearSummary", "arguments": { "year": { "name": "year", "value": { "_type": "ref", "name": "$year" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementYearSummary", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementYearSummary" }] } }] }, "sourceText": "query getSalaryStatementsYearSummary($year: Int!) { getSalaryStatementsYearSummary(year: $year) { ...BaseSalaryStatementYearSummary }}", "parametersHash": 14831219494310005474, "fragmentSpecHash": 11994786827141413021 }, "getSim": { "name": "getSim", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSim", "alias": "getSim", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetSimResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "SimCard", "spec": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailSim" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getSim($id: Int!) { getSim(id: $id) { __typename ... on SimCard { ...DetailSim } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 12099391754051160873 }, "getStation": { "name": "getStation", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getStation", "alias": "getStation", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetStationOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Station", "spec": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getStation($id: Int!) { getStation(id: $id) { __typename ... on Station { ...BaseStation } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 8779624184431955986 }, "getStations": { "name": "getStations", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EStationsSortColumnSortBy", "$ref": "#/server/inputs/EStationsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getStations", "alias": "getStations", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] }, "sourceText": "query getStations( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $sortBy: EStationsSortColumnSortBy!,) { getStations( limit: $limit, offset: $offset, searchQuery: $searchQuery, sortBy: $sortBy, ) { ...BaseStation }}", "parametersHash": 15566038087781251196, "fragmentSpecHash": 6676858429726414236 }, "getStationsAndCount": { "name": "getStationsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EStationsSortColumnSortBy", "$ref": "#/server/inputs/EStationsSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getStations", "alias": "getStations", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }, { "_type": "FieldSelection", "name": "getStationsCount", "alias": "getStationsCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getStationsAndCount( $limit: Int = null, $offset: Int = null, $searchQuery: String = null, $sortBy: EStationsSortColumnSortBy!,) { getStations( limit: $limit, offset: $offset, searchQuery: $searchQuery, sortBy: $sortBy, ) { ...BaseStation } getStationsCount(searchQuery: $searchQuery)}", "parametersHash": 15566038087781251196, "fragmentSpecHash": 16334821557680059921 }, "getStationsLocations": { "name": "getStationsLocations", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getStationsLocations", "alias": "getStationsLocations", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "StationLocation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStationLocation" }] } }] }, "sourceText": "query getStationsLocations { getStationsLocations { ...BaseStationLocation }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 9179082461090978566 }, "getSubnode": { "name": "getSubnode", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSubnode", "alias": "getSubnode", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetSubnodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Subnode", "spec": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getSubnode($id: Int!){ getSubnode(id: $id){ __typename ... on Subnode { ...BaseSubnode } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13735935696405714585 }, "getSubnodes": { "name": "getSubnodes", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSubnodes", "alias": "getSubnodes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }] }, "sourceText": "query getSubnodes( $limit: Int = null $offset: Int = null) { getSubnodes( limit: $limit offset: $offset ){ ...BaseSubnode }}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 9733698825220200829 }, "getSummaryTableForAccountingCatergories": { "name": "getSummaryTableForAccountingCatergories", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getSummaryTableForAccountingCatergories", "alias": "getSummaryTableForAccountingCatergories", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }] }, "sourceText": "query getSummaryTableForAccountingCatergories { getSummaryTableForAccountingCatergories { ...FullBase64EncodedFile }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 8365363628726419228 }, "getTableContracts": { "name": "getTableContracts", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableContracts", "alias": "getTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredContract" }] } }] }, "sourceText": "query getTableContracts( $limit: Int = null, $offset: Int = null, $filter: TableContractsFilterIn = null, $sortBy: ETableContractSortColumnSortBy!,) { getTableContracts ( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseFilteredContract }}", "parametersHash": 2616198991648149805, "fragmentSpecHash": 10663622461931368841 }, "getTableContractsAndMeta": { "name": "getTableContractsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableContracts", "alias": "getTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFilteredContract" }] } }, { "_type": "FieldSelection", "name": "getTableContractsMeta", "alias": "getTableContractsMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableContractsMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTableContractsMeta" }] } }] }, "sourceText": "query getTableContractsAndMeta( $limit: Int = null, $offset: Int = null, $filter: TableContractsFilterIn = null, $sortBy: ETableContractSortColumnSortBy!,) { getTableContracts ( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...BaseFilteredContract } getTableContractsMeta(filter: $filter) { ...BaseTableContractsMeta }}", "parametersHash": 2616198991648149805, "fragmentSpecHash": 5071037884270308852 }, "getTableContractsWithTgActivity": { "name": "getTableContractsWithTgActivity", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableContracts", "alias": "getTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "SpreadSelection", "fragment": "FilteredContractWithTgActivity" }] } }] }, "sourceText": "query getTableContractsWithTgActivity( $limit: Int = null, $offset: Int = null, $filter: TableContractsFilterIn = null, $sortBy: ETableContractSortColumnSortBy!,) { getTableContracts ( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...FilteredContractWithTgActivity }}", "parametersHash": 2616198991648149805, "fragmentSpecHash": 4722819908212651410 }, "getTableContractsWithTgActivityAndCount": { "name": "getTableContractsWithTgActivityAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableContracts", "alias": "getTableContracts", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FilteredContract", "selections": [{ "_type": "SpreadSelection", "fragment": "FilteredContractWithTgActivity" }] } }, { "_type": "FieldSelection", "name": "getTableContractsCount", "alias": "getTableContractsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getTableContractsWithTgActivityAndCount( $limit: Int = null, $offset: Int = null, $filter: TableContractsFilterIn = null, $sortBy: ETableContractSortColumnSortBy!,) { getTableContracts ( limit: $limit offset: $offset filter: $filter sortBy: $sortBy ) { ...FilteredContractWithTgActivity } getTableContractsCount(filter: $filter)}", "parametersHash": 2616198991648149805, "fragmentSpecHash": 7535749865466148827 }, "getTableFuelCards": { "name": "getTableFuelCards", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableFuelCardFilterIn", "$ref": "#/server/inputs/TableFuelCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableFuelCards", "alias": "getTableFuelCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableFuelCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTableFuelCard" }] } }] }, "sourceText": "query getTableFuelCards($filter: TableFuelCardFilterIn!, $limit: Int, $offset: Int) { getTableFuelCards(filter: $filter, limit: $limit, offset: $offset) { ...BaseTableFuelCard }}", "parametersHash": 7148273893936528752, "fragmentSpecHash": 11396920372553991577 }, "getTableFuelCardsAndMeta": { "name": "getTableFuelCardsAndMeta", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableFuelCardFilterIn", "$ref": "#/server/inputs/TableFuelCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTableFuelCards", "alias": "getTableFuelCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableFuelCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTableFuelCard" }] } }, { "_type": "FieldSelection", "name": "getTableFuelCardsMeta", "alias": "getTableFuelCardsMeta", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TableFuelCardMeta", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTableFuelCardMeta" }] } }] }, "sourceText": "query getTableFuelCardsAndMeta($filter: TableFuelCardFilterIn!, $limit: Int, $offset: Int) { getTableFuelCards(filter: $filter, limit: $limit, offset: $offset) { ...BaseTableFuelCard } getTableFuelCardsMeta(filter: $filter) { ...BaseTableFuelCardMeta }}", "parametersHash": 7148273893936528752, "fragmentSpecHash": 13369924547744638533 }, "getTenderWorks": { "name": "getTenderWorks", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTenderWorks", "alias": "getTenderWorks", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTenderWork" }] } }] }, "sourceText": "query getTenderWorks($limit: Int = null, $offset: Int = null, $filter: TenderWorkFilterIn = null) { getTenderWorks(limit: $limit, offset: $offset, filter: $filter) { ...BaseTenderWork }}", "parametersHash": 3924324801742717007, "fragmentSpecHash": 1878300079083022349 }, "getTenderWorksAndCount": { "name": "getTenderWorksAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTenderWorks", "alias": "getTenderWorks", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTenderWork" }] } }, { "_type": "FieldSelection", "name": "getTenderWorksCount", "alias": "getTenderWorksCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getTenderWorksAndCount($filter: TenderWorkFilterIn = null, $offset: Int = null, $limit: Int = null) { getTenderWorks(limit: $limit, offset: $offset, filter: $filter) { ...BaseTenderWork } getTenderWorksCount(filter: $filter)}", "parametersHash": 3924324801742717007, "fragmentSpecHash": 15198087578674852030 }, "getTgActivityAnalysis": { "name": "getTgActivityAnalysis", "type": "QUERY", "parameters": { "$correctCoef": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 0.05 } }, "$dateFrom": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "$dateTo": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "$dayOffDimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1250 } }, "$dimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1000 } }, "$significantLength": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 50 } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgActivityAnalysis", "alias": "getTgActivityAnalysis", "arguments": { "correctCoef": { "name": "correctCoef", "value": { "_type": "ref", "name": "$correctCoef" } }, "dateFrom": { "name": "dateFrom", "value": { "_type": "ref", "name": "$dateFrom" } }, "dateTo": { "name": "dateTo", "value": { "_type": "ref", "name": "$dateTo" } }, "dayOffDimensionlessCoefficient": { "name": "dayOffDimensionlessCoefficient", "value": { "_type": "ref", "name": "$dayOffDimensionlessCoefficient" } }, "dimensionlessCoefficient": { "name": "dimensionlessCoefficient", "value": { "_type": "ref", "name": "$dimensionlessCoefficient" } }, "significantLength": { "name": "significantLength", "value": { "_type": "ref", "name": "$significantLength" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeActivityAnalysis", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeActivityAnalysis" }] } }] }, "sourceText": "query getTgActivityAnalysis( $dateFrom: Date!, $dateTo: Date!, $significantLength: Int! = 50, $correctCoef: Float! = 0.05, $dimensionlessCoefficient: Float! = 1000, $dayOffDimensionlessCoefficient: Float! = 1250) { getTgActivityAnalysis( dateFrom: $dateFrom, dateTo: $dateTo, significantLength: $significantLength, correctCoef: $correctCoef, dimensionlessCoefficient: $dimensionlessCoefficient, dayOffDimensionlessCoefficient: $dayOffDimensionlessCoefficient ) { ...BaseTgEmployeeActivityAnalysis }}", "parametersHash": 6273115999781230565, "fragmentSpecHash": 6188753272949521494 }, "getTgEmployeeReputations": { "name": "getTgEmployeeReputations", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationFilterIn", "$ref": "#/server/inputs/TgEmployeeReputationFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgEmployeeReputations", "alias": "getTgEmployeeReputations", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeReputation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeReputation" }] } }] }, "sourceText": "query getTgEmployeeReputations( $limit: Int!, $offset: Int!, $filter: TgEmployeeReputationFilterIn = null,) { getTgEmployeeReputations( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseTgEmployeeReputation }}", "parametersHash": 7194038076203512072, "fragmentSpecHash": 12102877219352362556 }, "getTgEmployeeReputationsAndCount": { "name": "getTgEmployeeReputationsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationFilterIn", "$ref": "#/server/inputs/TgEmployeeReputationFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgEmployeeReputations", "alias": "getTgEmployeeReputations", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgEmployeeReputation", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgEmployeeReputation" }] } }, { "_type": "FieldSelection", "name": "getTgEmployeeReputationsCount", "alias": "getTgEmployeeReputationsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getTgEmployeeReputationsAndCount( $limit: Int!, $offset: Int!, $filter: TgEmployeeReputationFilterIn = null,) { getTgEmployeeReputations( filter: $filter, limit: $limit, offset: $offset, ) { ...BaseTgEmployeeReputation } getTgEmployeeReputationsCount( filter: $filter, )}", "parametersHash": 7194038076203512072, "fragmentSpecHash": 6378706082383247748 }, "getTgMentions": { "name": "getTgMentions", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETgMentionSortColumnSortBy", "$ref": "#/server/inputs/ETgMentionSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgMentions", "alias": "getTgMentions", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgMention", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgMention" }] } }] }, "sourceText": "query getTgMentions( $limit: Int = null, $offset: Int = null, $filter: TgMentionFilterIn = null, $sortBy: ETgMentionSortColumnSortBy!) { getTgMentions( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseTgMention }}", "parametersHash": 1382637804315351480, "fragmentSpecHash": 8149303560740173169 }, "getTgMentionsAndCount": { "name": "getTgMentionsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETgMentionSortColumnSortBy", "$ref": "#/server/inputs/ETgMentionSortColumnSortBy" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgMentions", "alias": "getTgMentions", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TgMention", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgMention" }] } }, { "_type": "FieldSelection", "name": "getTgMentionsCount", "alias": "getTgMentionsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getTgMentionsAndCount( $limit: Int = null, $offset: Int = null, $filter: TgMentionFilterIn = null, $sortBy: ETgMentionSortColumnSortBy!) { getTgMentions( limit: $limit, offset: $offset, filter: $filter, sortBy: $sortBy ) { ...BaseTgMention } getTgMentionsCount(filter: $filter)}", "parametersHash": 1382637804315351480, "fragmentSpecHash": 406605653680579182 }, "getTgMentionsCount": { "name": "getTgMentionsCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getTgMentionsCount", "alias": "getTgMentionsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getTgMentionsCount($filter: TgMentionFilterIn = null) { getTgMentionsCount(filter: $filter)}", "parametersHash": 17424064780060264242, "fragmentSpecHash": 16464905684971159037 }, "getUncoordinatedInvoices": { "name": "getUncoordinatedInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedInvoicesFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUncoordinatedInvoices", "alias": "getUncoordinatedInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UncoordinatedInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUncoordinatedInvoice" }] } }] }, "sourceText": "query getUncoordinatedInvoices($filter: UncoordinatedInvoicesFilterIn!) { getUncoordinatedInvoices(filter: $filter) { ...BaseUncoordinatedInvoice }}", "parametersHash": 16980427006478490308, "fragmentSpecHash": 3567194952803913015 }, "getUncoordinatedNotSendedInvoices": { "name": "getUncoordinatedNotSendedInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedInvoicesFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUncoordinatedNotSendedInvoices", "alias": "getUncoordinatedNotSendedInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UncoordinatedInvoice", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUncoordinatedInvoice" }] } }] }, "sourceText": "query getUncoordinatedNotSendedInvoices($filter: UncoordinatedInvoicesFilterIn!) { getUncoordinatedNotSendedInvoices(filter: $filter) { ...BaseUncoordinatedInvoice }}", "parametersHash": 16980427006478490308, "fragmentSpecHash": 6882486448890967820 }, "getUnpackedObjectAssemblyDocument": { "name": "getUnpackedObjectAssemblyDocument", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUnpackedObjectAssemblyDocument", "alias": "getUnpackedObjectAssemblyDocument", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetObjectAssemblyReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Base64EncodedFile", "spec": { "_type": "ObjectFragmentSpec", "name": "Base64EncodedFile", "selections": [{ "_type": "SpreadSelection", "fragment": "FullBase64EncodedFile" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getUnpackedObjectAssemblyDocument($id: Int!) { getUnpackedObjectAssemblyDocument(id: $id) { __typename ... on Base64EncodedFile { ...FullBase64EncodedFile } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 1660733257380563955 }, "getUser": { "name": "getUser", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUser", "alias": "getUser", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetUserOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "User", "spec": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getUser($id: Int!){ getUser(id: $id){ __typename ... on User { ...BaseUser } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 7947860745128584480 }, "getUserPermissions": { "name": "getUserPermissions", "type": "QUERY", "parameters": { "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUserPermissions", "alias": "getUserPermissions", "arguments": { "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToPermission", "selections": [{ "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "userId", "alias": "userId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "permissionId", "alias": "permissionId", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "permission", "alias": "permission", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }] } }] }, "sourceText": "query getUserPermissions($userId: Int!){ getUserPermissions(userId: $userId){ id userId permissionId permission { ...SearchedPermission } }}", "parametersHash": 3481975264177695065, "fragmentSpecHash": 13382396140312797417 }, "getUserToContractAssociations": { "name": "getUserToContractAssociations", "type": "QUERY", "parameters": { "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUserToContractAssociations", "alias": "getUserToContractAssociations", "arguments": { "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUserToContract" }] } }] }, "sourceText": "query getUserToContractAssociations($userId: Int!) { getUserToContractAssociations(userId: $userId) { ...BaseUserToContract }}", "parametersHash": 3481975264177695065, "fragmentSpecHash": 13258265287379770108 }, "getUserToContractorContractAssociations": { "name": "getUserToContractorContractAssociations", "type": "QUERY", "parameters": { "$userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUserToContractorContractAssociations", "alias": "getUserToContractorContractAssociations", "arguments": { "userId": { "name": "userId", "value": { "_type": "ref", "name": "$userId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UserToContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUserToContractorContract" }] } }] }, "sourceText": "query getUserToContractorContractAssociations($userId: Int!) { getUserToContractorContractAssociations(userId: $userId) { ...BaseUserToContractorContract }}", "parametersHash": 3481975264177695065, "fragmentSpecHash": 7951530190911337298 }, "getUsers": { "name": "getUsers", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsers", "alias": "getUsers", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }] }, "sourceText": "query getUsers( $searchQuery: String = null, $limit: Int = null, $offset: Int = null,){ getUsers( searchQuery: $searchQuery, limit: $limit, offset: $offset, ){ ...BaseUser }}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 11042878796992744574 }, "getUsersAndCount": { "name": "getUsersAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUsers", "alias": "getUsers", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }, { "_type": "FieldSelection", "name": "getUsersCount", "alias": "getUsersCount", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getUsersAndCount( $searchQuery: String = null, $limit: Int = null, $offset: Int = null,){ getUsers( searchQuery: $searchQuery, limit: $limit, offset: $offset, ){ ...BaseUser } getUsersCount(searchQuery: $searchQuery)}", "parametersHash": 10940206391421663846, "fragmentSpecHash": 4565853892337554013 }, "getUzTender": { "name": "getUzTender", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTender", "alias": "getUzTender", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetUzTenderResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "UzTender", "spec": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailUzTender" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getUzTender($id: Int!){ getUzTender(id: $id){ __typename ... on UzTender { ...DetailUzTender } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 2834376750553906960 }, "getUzTenderBidder": { "name": "getUzTenderBidder", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderBidder", "alias": "getUzTenderBidder", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetUzTenderBidderResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Bidder", "spec": { "_type": "ObjectFragmentSpec", "name": "Bidder", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailUzTenderBidder" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getUzTenderBidder($id: Int!){ getUzTenderBidder(id: $id){ __typename ... on Bidder { ...DetailUzTenderBidder } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 6314299799607985626 }, "getUzTenderBidders": { "name": "getUzTenderBidders", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BidderFilterIn", "$ref": "#/server/inputs/BidderFilterIn" }, "defaultValue": null } }, "$pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderBidders", "alias": "getUzTenderBidders", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "pageNumber": { "name": "pageNumber", "value": { "_type": "ref", "name": "$pageNumber" } }, "pageSize": { "name": "pageSize", "value": { "_type": "ref", "name": "$pageSize" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Bidder", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBidder" }] } }] }, "sourceText": "query getUzTenderBidders( $pageNumber: Int! $pageSize: Int! $filter: BidderFilterIn!) { getUzTenderBidders( pageNumber: $pageNumber pageSize: $pageSize filter: $filter ) { ...BaseBidder }}", "parametersHash": 3610011217611744234, "fragmentSpecHash": 8820488141671140701 }, "getUzTenderBiddersCount": { "name": "getUzTenderBiddersCount", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BidderFilterIn", "$ref": "#/server/inputs/BidderFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderBiddersCount", "alias": "getUzTenderBiddersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getUzTenderBiddersCount($filter: BidderFilterIn!){ getUzTenderBiddersCount(filter: $filter)}", "parametersHash": 7359345406429803013, "fragmentSpecHash": 2822590316326362866 }, "getUzTenderCustomer": { "name": "getUzTenderCustomer", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderCustomer", "alias": "getUzTenderCustomer", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetUzTenderCustomerResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Customer", "spec": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailUzTenderCustomer" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getUzTenderCustomer($id: Int!){ getUzTenderCustomer(id: $id){ __typename ... on Customer { ...DetailUzTenderCustomer } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 6148970465327947078 }, "getUzTenderCustomers": { "name": "getUzTenderCustomers", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CustomerFilterIn", "$ref": "#/server/inputs/CustomerFilterIn" }, "defaultValue": null } }, "$pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderCustomers", "alias": "getUzTenderCustomers", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "pageNumber": { "name": "pageNumber", "value": { "_type": "ref", "name": "$pageNumber" } }, "pageSize": { "name": "pageSize", "value": { "_type": "ref", "name": "$pageSize" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Customer", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCustomer" }] } }] }, "sourceText": "query getUzTenderCustomers( $pageNumber: Int! $pageSize: Int! $filter: CustomerFilterIn!) { getUzTenderCustomers( pageNumber: $pageNumber pageSize: $pageSize filter: $filter ) { ...BaseCustomer }}", "parametersHash": 12411300451556520043, "fragmentSpecHash": 18024249988483321081 }, "getUzTenderCustomersCount": { "name": "getUzTenderCustomersCount", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CustomerFilterIn", "$ref": "#/server/inputs/CustomerFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderCustomersCount", "alias": "getUzTenderCustomersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getUzTenderCustomersCount($filter: CustomerFilterIn!){ getUzTenderCustomersCount(filter: $filter)}", "parametersHash": 6870102040474255060, "fragmentSpecHash": 16386343744000833107 }, "getUzTenderExistsBiddersRating": { "name": "getUzTenderExistsBiddersRating", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenderExistsBiddersRating", "alias": "getUzTenderExistsBiddersRating", "arguments": {}, "selection": null }] }, "sourceText": "query getUzTenderExistsBiddersRating{ getUzTenderExistsBiddersRating}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 17845985433584969137 }, "getUzTenders": { "name": "getUzTenders", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UzTenderFilterIn", "$ref": "#/server/inputs/UzTenderFilterIn" }, "defaultValue": null } }, "$pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTenders", "alias": "getUzTenders", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "pageNumber": { "name": "pageNumber", "value": { "_type": "ref", "name": "$pageNumber" } }, "pageSize": { "name": "pageSize", "value": { "_type": "ref", "name": "$pageSize" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UzTender", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailUzTender" }] } }] }, "sourceText": "query getUzTenders($pageNumber: Int!, $pageSize: Int!, $filter: UzTenderFilterIn!){ getUzTenders(pageNumber: $pageNumber, pageSize: $pageSize, filter: $filter){ ...DetailUzTender }}", "parametersHash": 10336934514992076761, "fragmentSpecHash": 15199202824676292222 }, "getUzTendersCount": { "name": "getUzTendersCount", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UzTenderFilterIn", "$ref": "#/server/inputs/UzTenderFilterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTendersCount", "alias": "getUzTendersCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getUzTendersCount($filter: UzTenderFilterIn!){ getUzTendersCount(filter: $filter)}", "parametersHash": 13315507366205189641, "fragmentSpecHash": 2944474410042280885 }, "getUzTendersExistsRegions": { "name": "getUzTendersExistsRegions", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getUzTendersExistsRegions", "alias": "getUzTendersExistsRegions", "arguments": {}, "selection": null }] }, "sourceText": "query getUzTendersExistsRegions{ getUzTendersExistsRegions}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 17604882145505092925 }, "getWeeklyFinReport": { "name": "getWeeklyFinReport", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWeeklyFinReport", "alias": "getWeeklyFinReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "WeeklyFinReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WeeklyFinReport", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "query getWeeklyFinReport($id: Int!) { getWeeklyFinReport(id: $id) { __typename ... on WeeklyFinReport { ...BaseWeeklyFinReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 9156409575918270639 }, "getWeeklyFinReportCounterparties": { "name": "getWeeklyFinReportCounterparties", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWeeklyFinReportCounterparties", "alias": "getWeeklyFinReportCounterparties", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }] }, "sourceText": "query getWeeklyFinReportCounterparties($limit: Int = null, $offset: Int = null) { getWeeklyFinReportCounterparties(limit: $limit, offset: $offset) { ...BaseWeeklyFinReportCounterparty }}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 9019057580301467725 }, "getWeeklyFinReportCounterpartiesAndCount": { "name": "getWeeklyFinReportCounterpartiesAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWeeklyFinReportCounterparties", "alias": "getWeeklyFinReportCounterparties", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }, { "_type": "FieldSelection", "name": "getWeeklyFinReportCounterpartiesCount", "alias": "getWeeklyFinReportCounterpartiesCount", "arguments": {}, "selection": null }] }, "sourceText": "query getWeeklyFinReportCounterpartiesAndCount($limit: Int = null, $offset: Int = null) { getWeeklyFinReportCounterparties(limit: $limit, offset: $offset) { ...BaseWeeklyFinReportCounterparty } getWeeklyFinReportCounterpartiesCount}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 13953141552489750465 }, "getWeeklyFinReports": { "name": "getWeeklyFinReports", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWeeklyFinReports", "alias": "getWeeklyFinReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }] }, "sourceText": "query getWeeklyFinReports($limit: Int = null, $offset: Int = null) { getWeeklyFinReports(limit: $limit, offset: $offset) { ...BaseWeeklyFinReport }}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 263835214256285870 }, "getWeeklyFinReportsAndCount": { "name": "getWeeklyFinReportsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWeeklyFinReports", "alias": "getWeeklyFinReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "FieldSelection", "name": "getWeeklyFinReportsCount", "alias": "getWeeklyFinReportsCount", "arguments": {}, "selection": null }] }, "sourceText": "query getWeeklyFinReportsAndCount($limit: Int = null, $offset: Int = null) { getWeeklyFinReports(limit: $limit, offset: $offset) { ...BaseWeeklyFinReport } getWeeklyFinReportsCount}", "parametersHash": 8256143937007369922, "fragmentSpecHash": 495605009506048648 }, "getWorkPosition": { "name": "getWorkPosition", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkPosition", "alias": "getWorkPosition", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetWorkPositionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WorkPosition", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkPosition" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getWorkPosition ($id: Int!) { getWorkPosition(id: $id) { __typename ... on WorkPosition { ...BaseWorkPosition } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 3939821736753869686 }, "getWorkPositions": { "name": "getWorkPositions", "type": "QUERY", "parameters": { "$departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkPositions", "alias": "getWorkPositions", "arguments": { "departmentId": { "name": "departmentId", "value": { "_type": "ref", "name": "$departmentId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkPosition" }] } }] }, "sourceText": "query getWorkPositions ( $limit: Int!, $offset: Int!, $searchQuery: String = null, $departmentId: Int = null,) { getWorkPositions( limit: $limit, offset: $offset, searchQuery: $searchQuery, departmentId: $departmentId, ) { ...BaseWorkPosition }}", "parametersHash": 6512875325496476309, "fragmentSpecHash": 3222237682471069200 }, "getWorkPositionsAndCount": { "name": "getWorkPositionsAndCount", "type": "QUERY", "parameters": { "$departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkPositions", "alias": "getWorkPositions", "arguments": { "departmentId": { "name": "departmentId", "value": { "_type": "ref", "name": "$departmentId" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkPosition" }] } }, { "_type": "FieldSelection", "name": "getWorkPositionsCount", "alias": "getWorkPositionsCount", "arguments": { "departmentId": { "name": "departmentId", "value": { "_type": "ref", "name": "$departmentId" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": null }] }, "sourceText": "query getWorkPositionsAndCount ( $limit: Int!, $offset: Int!, $searchQuery: String = null, $departmentId: Int = null,) { getWorkPositions( limit: $limit, offset: $offset, searchQuery: $searchQuery, departmentId: $departmentId, ) { ...BaseWorkPosition } getWorkPositionsCount( searchQuery: $searchQuery, departmentId: $departmentId, )}", "parametersHash": 6512875325496476309, "fragmentSpecHash": 8000272840304040417 }, "getWorkerReportCard": { "name": "getWorkerReportCard", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkerReportCard", "alias": "getWorkerReportCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "GetWorkerReportCardOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WorkerReportCard", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkerReportCard" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "query getWorkerReportCard($id: ID!) { getWorkerReportCard(id: $id) { __typename ... on WorkerReportCard { ...BaseWorkerReportCard } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 8838787913579178445 }, "getWorkerReportCards": { "name": "getWorkerReportCards", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardFilterIn", "$ref": "#/server/inputs/WorkerReportCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkerReportCards", "alias": "getWorkerReportCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkerReportCard" }] } }] }, "sourceText": "query getWorkerReportCards($limit: Int, $offset: Int, $filter: WorkerReportCardFilterIn) { getWorkerReportCards(limit: $limit, offset: $offset, filter: $filter) { ...BaseWorkerReportCard }}", "parametersHash": 2183395765885417619, "fragmentSpecHash": 2255337072890899098 }, "getWorkerReportCardsAndCount": { "name": "getWorkerReportCardsAndCount", "type": "QUERY", "parameters": { "$filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardFilterIn", "$ref": "#/server/inputs/WorkerReportCardFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getWorkerReportCards", "alias": "getWorkerReportCards", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkerReportCard" }] } }, { "_type": "FieldSelection", "name": "getWorkerReportCardsCount", "alias": "getWorkerReportCardsCount", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } } }, "selection": null }] }, "sourceText": "query getWorkerReportCardsAndCount($limit: Int, $offset: Int, $filter: WorkerReportCardFilterIn) { getWorkerReportCards(limit: $limit, offset: $offset, filter: $filter) { ...BaseWorkerReportCard } getWorkerReportCardsCount(filter: $filter)}", "parametersHash": 2183395765885417619, "fragmentSpecHash": 2714502550328121348 }, "getYandexDownloadLinkByPath": { "name": "getYandexDownloadLinkByPath", "type": "QUERY", "parameters": { "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getYandexDownloadLinkByPath", "alias": "getYandexDownloadLinkByPath", "arguments": { "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": null }] }, "sourceText": "query getYandexDownloadLinkByPath($path: String!){ getYandexDownloadLinkByPath(path: $path)}", "parametersHash": 1079188088518797024, "fragmentSpecHash": 10033637184352895073 }, "getYearGroupedAccountingCategories": { "name": "getYearGroupedAccountingCategories", "type": "QUERY", "parameters": {}, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "getYearGroupedAccountingCategories", "alias": "getYearGroupedAccountingCategories", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "YearGroupedAccountingCategories", "selections": [{ "_type": "FieldSelection", "name": "customer", "alias": "customer", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "YearGrouppedAccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "rowsCount", "alias": "rowsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceDt", "alias": "totalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceKt", "alias": "totalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }] } }, { "_type": "FieldSelection", "name": "provider", "alias": "provider", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "YearGrouppedAccountingCategory", "selections": [{ "_type": "FieldSelection", "name": "rowsCount", "alias": "rowsCount", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceDt", "alias": "totalBalanceDt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "totalBalanceKt", "alias": "totalBalanceKt", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "year", "alias": "year", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "query getYearGroupedAccountingCategories { getYearGroupedAccountingCategories { customer { rowsCount totalBalanceDt totalBalanceKt year } provider { rowsCount totalBalanceDt totalBalanceKt year } }}", "parametersHash": 15130871412783076140, "fragmentSpecHash": 421154006097579799 }, "login": { "name": "login", "type": "MUTATION", "parameters": { "$password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "login", "alias": "login", "arguments": { "password": { "name": "password", "value": { "_type": "ref", "name": "$password" } }, "username": { "name": "username", "value": { "_type": "ref", "name": "$username" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "LoginResult", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TokenResponse", "spec": { "_type": "ObjectFragmentSpec", "name": "TokenResponse", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTokenResponse" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "LoginError", "spec": { "_type": "ObjectFragmentSpec", "name": "LoginError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLoginError" }] } }] } }] }, "sourceText": "mutation login($username: String!, $password: String!){ login(username: $username, password: $password){ __typename ... on TokenResponse { ...BaseTokenResponse } ... on LoginError { ...BaseLoginError } }}", "parametersHash": 10485247935512157444, "fragmentSpecHash": 14544941459272107678 }, "lsContractStageDir": { "name": "lsContractStageDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsContractStageDir", "alias": "lsContractStageDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsContractStageDir($id: Int!) { lsContractStageDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 17422535827153749522 }, "lsContractorContractFilesDir": { "name": "lsContractorContractFilesDir", "type": "QUERY", "parameters": { "$contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsContractorContractFilesDir", "alias": "lsContractorContractFilesDir", "arguments": { "contractorContractId": { "name": "contractorContractId", "value": { "_type": "ref", "name": "$contractorContractId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsContractorContractFilesDir( $contractorContractId: Int!) { lsContractorContractFilesDir( contractorContractId: $contractorContractId ) { ...BaseYandexResourceObject }}", "parametersHash": 6302833473257968623, "fragmentSpecHash": 17880068151725410940 }, "lsDetailDir": { "name": "lsDetailDir", "type": "QUERY", "parameters": { "$detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsDetailDir", "alias": "lsDetailDir", "arguments": { "detailId": { "name": "detailId", "value": { "_type": "ref", "name": "$detailId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsDetailDir($detailId: Int!) { lsDetailDir(detailId: $detailId) { ...BaseYandexResourceObject }}", "parametersHash": 160265771464103607, "fragmentSpecHash": 13898895189071161166 }, "lsEmployeeFilesDir": { "name": "lsEmployeeFilesDir", "type": "QUERY", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsEmployeeFilesDir", "alias": "lsEmployeeFilesDir", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsEmployeeFilesDir($employeeId: Int!) { lsEmployeeFilesDir(employeeId: $employeeId) { ...BaseYandexResourceObject }}", "parametersHash": 10392261257114866333, "fragmentSpecHash": 15997535803444181264 }, "lsLicenseDir": { "name": "lsLicenseDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsLicenseDir", "alias": "lsLicenseDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsLicenseDir($id: Int!) { lsLicenseDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 15204272007668170596 }, "lsNodeDir": { "name": "lsNodeDir", "type": "QUERY", "parameters": { "$nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsNodeDir", "alias": "lsNodeDir", "arguments": { "nodeId": { "name": "nodeId", "value": { "_type": "ref", "name": "$nodeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsNodeDir($nodeId: Int!) { lsNodeDir(nodeId: $nodeId) { ...BaseYandexResourceObject }}", "parametersHash": 3891605498644801850, "fragmentSpecHash": 14359228808813868082 }, "lsNonMetallicMaterialsDir": { "name": "lsNonMetallicMaterialsDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsNonMetallicMaterialsDir", "alias": "lsNonMetallicMaterialsDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsNonMetallicMaterialsDir($id: Int!) { lsNonMetallicMaterialsDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 10734434856736803014 }, "lsObjectAssemblyDir": { "name": "lsObjectAssemblyDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsObjectAssemblyDir", "alias": "lsObjectAssemblyDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsObjectAssemblyDir($id: Int!) { lsObjectAssemblyDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 13553683147219300289 }, "lsReviewDir": { "name": "lsReviewDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsReviewDir", "alias": "lsReviewDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsReviewDir($id: Int!) { lsReviewDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 3011187477789514299 }, "lsSubnodeDir": { "name": "lsSubnodeDir", "type": "QUERY", "parameters": { "$subnodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsSubnodeDir", "alias": "lsSubnodeDir", "arguments": { "subnodeId": { "name": "subnodeId", "value": { "_type": "ref", "name": "$subnodeId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsSubnodeDir($subnodeId: Int!) { lsSubnodeDir(subnodeId: $subnodeId) { ...BaseYandexResourceObject }}", "parametersHash": 1150369989272160904, "fragmentSpecHash": 14339451202167246276 }, "lsTgChatsSummaryReports": { "name": "lsTgChatsSummaryReports", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsTgChatsSummaryReports", "alias": "lsTgChatsSummaryReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsTgChatsSummaryReports( $limit: Int = null, $offset: Int = null, $sortBy: ApiYandexSortByIn = null,) { lsTgChatsSummaryReports(limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseYandexResourceObject }}", "parametersHash": 16806397507062328547, "fragmentSpecHash": 10671723222503325240 }, "lsTgChatsSummaryReportsAndCount": { "name": "lsTgChatsSummaryReportsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsTgChatsSummaryReports", "alias": "lsTgChatsSummaryReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }, { "_type": "FieldSelection", "name": "countTgChatsSummaryReports", "alias": "countTgChatsSummaryReports", "arguments": {}, "selection": null }] }, "sourceText": "query lsTgChatsSummaryReportsAndCount( $limit: Int = null, $offset: Int = null, $sortBy: ApiYandexSortByIn = null,) { lsTgChatsSummaryReports(limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseYandexResourceObject } countTgChatsSummaryReports}", "parametersHash": 16806397507062328547, "fragmentSpecHash": 7956680108188753944 }, "lsTgChatsVideoReports": { "name": "lsTgChatsVideoReports", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsTgChatsVideoReports", "alias": "lsTgChatsVideoReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsTgChatsVideoReports( $limit: Int = null, $offset: Int = null, $sortBy: ApiYandexSortByIn = null,) { lsTgChatsVideoReports(limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseYandexResourceObject }}", "parametersHash": 16806397507062328547, "fragmentSpecHash": 9958820418816880746 }, "lsTgChatsVideoReportsAndCount": { "name": "lsTgChatsVideoReportsAndCount", "type": "QUERY", "parameters": { "$limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsTgChatsVideoReports", "alias": "lsTgChatsVideoReports", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "offset": { "name": "offset", "value": { "_type": "ref", "name": "$offset" } }, "sortBy": { "name": "sortBy", "value": { "_type": "ref", "name": "$sortBy" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }, { "_type": "FieldSelection", "name": "countTgChatsVideoReports", "alias": "countTgChatsVideoReports", "arguments": {}, "selection": null }] }, "sourceText": "query lsTgChatsVideoReportsAndCount( $limit: Int = null, $offset: Int = null, $sortBy: ApiYandexSortByIn = null,) { lsTgChatsVideoReports(limit: $limit, offset: $offset, sortBy: $sortBy) { ...BaseYandexResourceObject } countTgChatsVideoReports}", "parametersHash": 16806397507062328547, "fragmentSpecHash": 13655460792851012163 }, "lsWorkerReportCardFilesDir": { "name": "lsWorkerReportCardFilesDir", "type": "QUERY", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsWorkerReportCardFilesDir", "alias": "lsWorkerReportCardFilesDir", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsWorkerReportCardFilesDir($id: ID!) { lsWorkerReportCardFilesDir(id: $id) { ...BaseYandexResourceObject }}", "parametersHash": 17899012064399948198, "fragmentSpecHash": 15553261728444786172 }, "lsYandexDisk": { "name": "lsYandexDisk", "type": "QUERY", "parameters": { "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "lsYandexDisk", "alias": "lsYandexDisk", "arguments": { "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "YandexResourceObject", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseYandexResourceObject" }] } }] }, "sourceText": "query lsYandexDisk($path: String!){ lsYandexDisk(path: $path){ ...BaseYandexResourceObject }}", "parametersHash": 1079188088518797024, "fragmentSpecHash": 13120372874586440507 }, "markTgMentionAsRead": { "name": "markTgMentionAsRead", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "markTgMentionAsRead", "alias": "markTgMentionAsRead", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "MarKTgMentionAsReadOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TgMention", "spec": { "_type": "ObjectFragmentSpec", "name": "TgMention", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTgMention" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "FieldSelection", "name": "key", "alias": "key", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "message", "alias": "messageError", "arguments": {}, "selection": null }] } }] } }] }, "sourceText": "mutation markTgMentionAsRead($id: Int!) { markTgMentionAsRead(id: $id) { __typename ... on TgMention { ...BaseTgMention } ... on ObjectNotFoundError { key messageError: message } }}", "parametersHash": 243601335774239632, "fragmentSpecHash": 14024803941636960126 }, "refreshToken": { "name": "refreshToken", "type": "MUTATION", "parameters": { "$refreshToken": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "refreshToken", "alias": "refreshToken", "arguments": { "refreshToken": { "name": "refreshToken", "value": { "_type": "ref", "name": "$refreshToken" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "LoginResult", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "TokenResponse", "spec": { "_type": "ObjectFragmentSpec", "name": "TokenResponse", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTokenResponse" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "LoginError", "spec": { "_type": "ObjectFragmentSpec", "name": "LoginError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLoginError" }] } }] } }] }, "sourceText": "mutation refreshToken($refreshToken: String!){ refreshToken(refreshToken: $refreshToken){ __typename ... on TokenResponse { ...BaseTokenResponse } ... on LoginError { ...BaseLoginError } }}", "parametersHash": 6236369473431767193, "fragmentSpecHash": 10218343280165500493 }, "removeAssemblyUnitFromObjectAssembly": { "name": "removeAssemblyUnitFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeAssemblyUnitFromObjectAssembly", "alias": "removeAssemblyUnitFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeAssemblyUnitFromObjectAssembly($connectId: Int!){ removeAssemblyUnitFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 16763173718555189722 }, "removeDetailFromAssemblyUnit": { "name": "removeDetailFromAssemblyUnit", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeDetailFromAssemblyUnit", "alias": "removeDetailFromAssemblyUnit", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeDetailFromAssemblyUnit($connectId: Int!){ removeDetailFromAssemblyUnit(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 4359566784734775124 }, "removeDetailFromNode": { "name": "removeDetailFromNode", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeDetailFromNode", "alias": "removeDetailFromNode", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeDetailFromNode($connectId: Int!){ removeDetailFromNode(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 6562578827358643724 }, "removeDetailFromObjectAssembly": { "name": "removeDetailFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeDetailFromObjectAssembly", "alias": "removeDetailFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeDetailFromObjectAssembly($connectId: Int!){ removeDetailFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 15757147381549256936 }, "removeDetailFromSubnode": { "name": "removeDetailFromSubnode", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeDetailFromSubnode", "alias": "removeDetailFromSubnode", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeDetailFromSubnode($connectId: Int!){ removeDetailFromSubnode(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 8815468840552350670 }, "removeNodeFromAssemblyUnit": { "name": "removeNodeFromAssemblyUnit", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeNodeFromAssemblyUnit", "alias": "removeNodeFromAssemblyUnit", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeNodeFromAssemblyUnit($connectId: Int!){ removeNodeFromAssemblyUnit(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 11345699099968418361 }, "removeNodeFromObjectAssembly": { "name": "removeNodeFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeNodeFromObjectAssembly", "alias": "removeNodeFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeNodeFromObjectAssembly($connectId: Int!){ removeNodeFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 7428266203758359750 }, "removeProjectEquipmentFromObjectAssembly": { "name": "removeProjectEquipmentFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeProjectEquipmentFromObjectAssembly", "alias": "removeProjectEquipmentFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeProjectEquipmentFromObjectAssembly($connectId: Int!){ removeProjectEquipmentFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 17571752014475559384 }, "removePurchasedEquipmentFromAssemblyUnit": { "name": "removePurchasedEquipmentFromAssemblyUnit", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removePurchasedEquipmentFromAssemblyUnit", "alias": "removePurchasedEquipmentFromAssemblyUnit", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removePurchasedEquipmentFromAssemblyUnit($connectId: Int!){ removePurchasedEquipmentFromAssemblyUnit(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 10389517890716314048 }, "removePurchasedEquipmentFromNode": { "name": "removePurchasedEquipmentFromNode", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removePurchasedEquipmentFromNode", "alias": "removePurchasedEquipmentFromNode", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removePurchasedEquipmentFromNode($connectId: Int!){ removePurchasedEquipmentFromNode(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 11092064563989512880 }, "removePurchasedEquipmentFromObjectAssembly": { "name": "removePurchasedEquipmentFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removePurchasedEquipmentFromObjectAssembly", "alias": "removePurchasedEquipmentFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removePurchasedEquipmentFromObjectAssembly($connectId: Int!){ removePurchasedEquipmentFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 7601736752156149946 }, "removePurchasedEquipmentFromSubnode": { "name": "removePurchasedEquipmentFromSubnode", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removePurchasedEquipmentFromSubnode", "alias": "removePurchasedEquipmentFromSubnode", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removePurchasedEquipmentFromSubnode($connectId: Int!){ removePurchasedEquipmentFromSubnode(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 14078094423086711303 }, "removeReportFromWeeklyFinReport": { "name": "removeReportFromWeeklyFinReport", "type": "MUTATION", "parameters": { "$finReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeReportFromWeeklyFinReport", "alias": "removeReportFromWeeklyFinReport", "arguments": { "finReportId": { "name": "finReportId", "value": { "_type": "ref", "name": "$finReportId" } }, "weeklyFinReportId": { "name": "weeklyFinReportId", "value": { "_type": "ref", "name": "$weeklyFinReportId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateWeeklyFinReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WeeklyFinReport", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation removeReportFromWeeklyFinReport($weeklyFinReportId: Int!, $finReportId: Int!) { removeReportFromWeeklyFinReport(weeklyFinReportId: $weeklyFinReportId, finReportId: $finReportId) { __typename ... on WeeklyFinReport { ...BaseWeeklyFinReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 17817497845330945859, "fragmentSpecHash": 2366241550803372148 }, "removeSubnodeFromAssemblyUnit": { "name": "removeSubnodeFromAssemblyUnit", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeSubnodeFromAssemblyUnit", "alias": "removeSubnodeFromAssemblyUnit", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeSubnodeFromAssemblyUnit($connectId: Int!){ removeSubnodeFromAssemblyUnit(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 12227496534338694711 }, "removeSubnodeFromNode": { "name": "removeSubnodeFromNode", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeSubnodeFromNode", "alias": "removeSubnodeFromNode", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeSubnodeFromNode($connectId: Int!){ removeSubnodeFromNode(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 15739349907967319937 }, "removeSubnodeFromObjectAssembly": { "name": "removeSubnodeFromObjectAssembly", "type": "MUTATION", "parameters": { "$connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeSubnodeFromObjectAssembly", "alias": "removeSubnodeFromObjectAssembly", "arguments": { "connectId": { "name": "connectId", "value": { "_type": "ref", "name": "$connectId" } } }, "selection": null }] }, "sourceText": "mutation removeSubnodeFromObjectAssembly($connectId: Int!){ removeSubnodeFromObjectAssembly(connectId: $connectId)}", "parametersHash": 6549339814741474934, "fragmentSpecHash": 5985305715274054372 }, "removeUserFromCounterparty": { "name": "removeUserFromCounterparty", "type": "MUTATION", "parameters": { "$counterpartyUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "removeUserFromCounterparty", "alias": "removeUserFromCounterparty", "arguments": { "counterpartyUserId": { "name": "counterpartyUserId", "value": { "_type": "ref", "name": "$counterpartyUserId" } } }, "selection": null }] }, "sourceText": "mutation removeUserFromCounterparty($counterpartyUserId: Int!){ removeUserFromCounterparty(counterpartyUserId: $counterpartyUserId)}", "parametersHash": 7323316461878854254, "fragmentSpecHash": 6226277630264962200 }, "resendReviewToEmployee": { "name": "resendReviewToEmployee", "type": "MUTATION", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "resendReviewToEmployee", "alias": "resendReviewToEmployee", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "reviewId": { "name": "reviewId", "value": { "_type": "ref", "name": "$reviewId" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ReviewToEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReviewToEmployee" }] } }] }, "sourceText": "mutation resendReviewToEmployee( $reviewId: Int!, $employeeId: Int!,) { resendReviewToEmployee(employeeId: $employeeId, reviewId: $reviewId) { ...BaseReviewToEmployee }}", "parametersHash": 9228700143054970082, "fragmentSpecHash": 16344532403789130641 }, "searchAllowances": { "name": "searchAllowances", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchAllowances", "alias": "searchAllowances", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SearchedAllowance", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "FieldSelection", "name": "id", "alias": "id", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "name", "alias": "name", "arguments": {}, "selection": null }] } }] }, "sourceText": "query searchAllowances( $searchQuery: String!, $limit: Int! = 30,) { searchAllowances(limit: $limit, searchQuery: $searchQuery) { __typename id name }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 6276426974658345016 }, "searchConstructionEquipmentTypes": { "name": "searchConstructionEquipmentTypes", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchConstructionEquipmentTypes", "alias": "searchConstructionEquipmentTypes", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }] }, "sourceText": "query searchConstructionEquipmentTypes( $searchQuery: String!, $limit: Int! = 30,) { searchConstructionEquipmentTypes( searchQuery: $searchQuery, limit: $limit, ) { ...BaseConstructionEquipmentType }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 570899210293008528 }, "searchContractorContracts": { "name": "searchContractorContracts", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchContractorContracts", "alias": "searchContractorContracts", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContractorContract" }] } }] }, "sourceText": "query searchContractorContracts($searchQuery: String!, $limit: Int! = 30) { searchContractorContracts(searchQuery: $searchQuery, limit: $limit) { ...BaseLContractorContract }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 5096380454697421523 }, "searchContracts": { "name": "searchContracts", "type": "QUERY", "parameters": { "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchContracts", "alias": "searchContracts", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLContract" }] } }] }, "sourceText": "query searchContracts($searchQuery: String!) { searchContracts(searchQuery: $searchQuery) { ...BaseLContract }}", "parametersHash": 15754308075802896954, "fragmentSpecHash": 10619838191479172992 }, "searchCounterparties": { "name": "searchCounterparties", "type": "QUERY", "parameters": { "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchCounterparties", "alias": "searchCounterparties", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLCounterparty" }] } }] }, "sourceText": "query searchCounterparties($searchQuery: String!) { searchCounterparties(searchQuery: $searchQuery) { ...BaseLCounterparty }}", "parametersHash": 15754308075802896954, "fragmentSpecHash": 15771797708994645820 }, "searchDepartments": { "name": "searchDepartments", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchDepartments", "alias": "searchDepartments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }] }, "sourceText": "query searchDepartments($searchQuery: String!, $limit: Int! = 30) { searchDepartments(searchQuery: $searchQuery, limit: $limit) { ...BaseDepartment }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 6873278373714561329 }, "searchEmployees": { "name": "searchEmployees", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$showIsDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchEmployees", "alias": "searchEmployees", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } }, "showIsDismissed": { "name": "showIsDismissed", "value": { "_type": "ref", "name": "$showIsDismissed" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLEmployee" }] } }] }, "sourceText": "query searchEmployees( $searchQuery: String!, $showIsDismissed: Boolean! = false, $limit: Int! = 30,) { searchEmployees( searchQuery: $searchQuery, showIsDismissed: $showIsDismissed, limit: $limit, ) { ...BaseLEmployee }}", "parametersHash": 3240364294500393969, "fragmentSpecHash": 10329874384094670712 }, "searchFinancialReportsUsers": { "name": "searchFinancialReportsUsers", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchFinancialReportsUsers", "alias": "searchFinancialReportsUsers", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FinancialReportUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReportUser" }] } }] }, "sourceText": "query searchFinancialReportsUsers( $searchQuery: String!, $limit: Int! = 30,) { searchFinancialReportsUsers( searchQuery: $searchQuery, limit: $limit, ) { ...BaseFinancialReportUser }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 13711369393805554009 }, "searchFixedAssetTypes": { "name": "searchFixedAssetTypes", "type": "QUERY", "parameters": { "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchFixedAssetTypes", "alias": "searchFixedAssetTypes", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }] }, "sourceText": "query searchFixedAssetTypes($searchQuery: String!) { searchFixedAssetTypes(searchQuery: $searchQuery) { ...BaseFixedAssetType }}", "parametersHash": 15754308075802896954, "fragmentSpecHash": 114167906642480609 }, "searchInvoices": { "name": "searchInvoices", "type": "QUERY", "parameters": { "$filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesFilterIn", "$ref": "#/server/inputs/InvoicesFilterIn" }, "defaultValue": null } }, "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchInvoices", "alias": "searchInvoices", "arguments": { "filter": { "name": "filter", "value": { "_type": "ref", "name": "$filter" } }, "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Invoice", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedInvoice" }] } }] }, "sourceText": "query searchInvoices($filter: InvoicesFilterIn!, $limit: Int! = 30) { searchInvoices(filter: $filter, limit: $limit) { ...SearchedInvoice }}", "parametersHash": 12902011970314320821, "fragmentSpecHash": 5346633330368382682 }, "searchNomenclatures": { "name": "searchNomenclatures", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchNomenclatures", "alias": "searchNomenclatures", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLNomenclature" }] } }] }, "sourceText": "query searchNomenclatures( $searchQuery: String! $limit: Int! = 30) { searchNomenclatures(limit: $limit, searchQuery: $searchQuery) { ...BaseLNomenclature }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 14257542823334307323 }, "searchPermissions": { "name": "searchPermissions", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchPermissions", "alias": "searchPermissions", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }] }, "sourceText": "query searchPermissions ($searchQuery: String!, $limit: Int! = 30) { searchPermissions(searchQuery: $searchQuery, limit: $limit) { ...SearchedPermission }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 16446089089357574160 }, "searchPurchasedEquipments": { "name": "searchPurchasedEquipments", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchPurchasedEquipments", "alias": "searchPurchasedEquipments", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }] }, "sourceText": "query searchPurchasedEquipments($searchQuery: String!, $limit: Int! = 30){ searchPurchasedEquipments(searchQuery: $searchQuery, limit: $limit){ ...BasePurchasedEquipment }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 5994519033948606307 }, "searchRentItemsTypes": { "name": "searchRentItemsTypes", "type": "QUERY", "parameters": { "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchRentItemsTypes", "alias": "searchRentItemsTypes", "arguments": { "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }] }, "sourceText": "query searchRentItemsTypes($searchQuery: String!) { searchRentItemsTypes(searchQuery: $searchQuery) { ...BaseRentItemsType }}", "parametersHash": 15754308075802896954, "fragmentSpecHash": 14243728848696418795 }, "searchRouters": { "name": "searchRouters", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 60 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchRouters", "alias": "searchRouters", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedRouter" }] } }] }, "sourceText": "query searchRouters( $searchQuery: String!, $limit: Int! = 60,) { searchRouters( limit: $limit, searchQuery: $searchQuery, ) { ...SearchedRouter }}", "parametersHash": 7372262002809324832, "fragmentSpecHash": 4767408871212679934 }, "searchSalaryStatementEmployees": { "name": "searchSalaryStatementEmployees", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchSalaryStatementEmployees", "alias": "searchSalaryStatementEmployees", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }] }, "sourceText": "query searchSalaryStatementEmployees( $searchQuery: String!, $limit: Int! = 30,) { searchSalaryStatementEmployees( searchQuery: $searchQuery, limit: $limit, ) { ...BaseSalaryStatementEmployee }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 14063150034653697121 }, "searchSim": { "name": "searchSim", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchSim", "alias": "searchSim", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LSimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLSimCard" }] } }] }, "sourceText": "query searchSim($searchQuery: String!, $limit: Int! = 30) { searchSim(searchQuery: $searchQuery, limit: $limit) { ...BaseLSimCard }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 6843014134545850543 }, "searchStations": { "name": "searchStations", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchStations", "alias": "searchStations", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }] }, "sourceText": "query searchStations( $searchQuery: String!, $limit: Int! = 30,) { searchStations (limit: $limit, searchQuery: $searchQuery) { ...BaseStation }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 4088357678686560910 }, "searchUsers": { "name": "searchUsers", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchUsers", "alias": "searchUsers", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LUser", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLUser" }] } }] }, "sourceText": "query searchUsers($searchQuery: String!, $limit: Int! = 30) { searchUsers(searchQuery: $searchQuery, limit: $limit) { ...BaseLUser }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 8959713155959711393 }, "searchWeeklyFinReportCounterparties": { "name": "searchWeeklyFinReportCounterparties", "type": "QUERY", "parameters": { "$limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchWeeklyFinReportCounterparties", "alias": "searchWeeklyFinReportCounterparties", "arguments": { "limit": { "name": "limit", "value": { "_type": "ref", "name": "$limit" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }] }, "sourceText": "query searchWeeklyFinReportCounterparties( $searchQuery: String!, $limit: Int! = 30) { searchWeeklyFinReportCounterparties(limit: $limit, searchQuery: $searchQuery) { ...BaseWeeklyFinReportCounterparty }}", "parametersHash": 14196208414291260739, "fragmentSpecHash": 8683676067311579695 }, "searchWorkPositions": { "name": "searchWorkPositions", "type": "QUERY", "parameters": { "$departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "$searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Query", "selections": [{ "_type": "FieldSelection", "name": "searchWorkPositions", "alias": "searchWorkPositions", "arguments": { "departmentId": { "name": "departmentId", "value": { "_type": "ref", "name": "$departmentId" } }, "searchQuery": { "name": "searchQuery", "value": { "_type": "ref", "name": "$searchQuery" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "LWorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLWorkPosition" }] } }] }, "sourceText": "query searchWorkPositions( $searchQuery: String! $departmentId: Int = null,) { searchWorkPositions( searchQuery: $searchQuery, departmentId: $departmentId, ) { ...BaseLWorkPosition }}", "parametersHash": 1111079021396887582, "fragmentSpecHash": 9435642904679259683 }, "sendMsgForCreatingGroup": { "name": "sendMsgForCreatingGroup", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$peopleList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "sendMsgForCreatingGroup", "alias": "sendMsgForCreatingGroup", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "peopleList": { "name": "peopleList", "value": { "_type": "ref", "name": "$peopleList" } } }, "selection": null }] }, "sourceText": "mutation sendMsgForCreatingGroup($contractId: Int!, $peopleList: [String!]!){ sendMsgForCreatingGroup(contractId: $contractId, peopleList: $peopleList)}", "parametersHash": 2299924074589166074, "fragmentSpecHash": 5438817230615783264 }, "setSimNote": { "name": "setSimNote", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "setSimNote", "alias": "setSimNote", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "note": { "name": "note", "value": { "_type": "ref", "name": "$note" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateSimResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SimCard", "spec": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSimInfo" }] } }] } }] }, "sourceText": "mutation setSimNote($id: Int!, $note: String) { setSimNote(id: $id, note: $note) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on SimCard { ...BaseSimInfo } }}", "parametersHash": 7105119597082852061, "fragmentSpecHash": 18260123385103049064 }, "setSimUserStatus": { "name": "setSimUserStatus", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "setSimUserStatus", "alias": "setSimUserStatus", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "userStatus": { "name": "userStatus", "value": { "_type": "ref", "name": "$userStatus" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateSimResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SimCard", "spec": { "_type": "ObjectFragmentSpec", "name": "SimCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSimInfo" }] } }] } }] }, "sourceText": "mutation setSimUserStatus($id: Int!, $userStatus: EUserSimStatus) { setSimUserStatus(id: $id, userStatus: $userStatus) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on SimCard { ...BaseSimInfo } }}", "parametersHash": 7294638250251638680, "fragmentSpecHash": 12614535934779288528 }, "setWeeklyFinReportConfig": { "name": "setWeeklyFinReportConfig", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportConfigIn", "$ref": "#/server/inputs/WeeklyFinReportConfigIn" }, "defaultValue": null } }, "$weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "setWeeklyFinReportConfig", "alias": "setWeeklyFinReportConfig", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } }, "weeklyFinReportId": { "name": "weeklyFinReportId", "value": { "_type": "ref", "name": "$weeklyFinReportId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateWeeklyFinReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WeeklyFinReport", "spec": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReport", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation setWeeklyFinReportConfig($weeklyFinReportId: Int!, $input: WeeklyFinReportConfigIn!) { setWeeklyFinReportConfig(weeklyFinReportId: $weeklyFinReportId, input: $input) { __typename ... on WeeklyFinReport { ...BaseWeeklyFinReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 11559766202600565208, "fragmentSpecHash": 9666190043013673101 }, "updateAccountingCategory": { "name": "updateAccountingCategory", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "AccountingCategoryUpdateIn", "$ref": "#/server/inputs/AccountingCategoryUpdateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateAccountingCategory", "alias": "updateAccountingCategory", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "AccountingCategory", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAccountingCategory" }] } }] }, "sourceText": "mutation updateAccountingCategory( $id: ID!, $input: AccountingCategoryUpdateIn!,) { updateAccountingCategory( id: $id, input: $input, ) { ...BaseAccountingCategory }}", "parametersHash": 12837715613019660566, "fragmentSpecHash": 15820253691325514624 }, "updateAllowance": { "name": "updateAllowance", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateAllowance", "alias": "updateAllowance", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateAllowanceOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Allowance", "spec": { "_type": "ObjectFragmentSpec", "name": "Allowance", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAllowance" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateAllowance($id: Int!, $name: String!) { updateAllowance(id: $id, name: $name) { __typename ... on Allowance { ...BaseAllowance } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 4361829168504871571, "fragmentSpecHash": 14439571305241489166 }, "updateAssemblyUnit": { "name": "updateAssemblyUnit", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateAssemblyUnit", "alias": "updateAssemblyUnit", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateAssemblyUnitResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "AssemblyUnit", "spec": { "_type": "ObjectFragmentSpec", "name": "AssemblyUnit", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseAssemblyUnit" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateAssemblyUnit($id: Int!, $input: BaseEquipmentIn!){ updateAssemblyUnit(id: $id, input: $input){ __typename ... on AssemblyUnit { ...BaseAssemblyUnit } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 10654221028411569600, "fragmentSpecHash": 2603493928738274532 }, "updateBankAccount": { "name": "updateBankAccount", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountIn", "$ref": "#/server/inputs/BankAccountIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateBankAccount", "alias": "updateBankAccount", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateBankAccountOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "BankAccount", "spec": { "_type": "ObjectFragmentSpec", "name": "BankAccount", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBankAccount" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateBankAccount( $id: Int!, $input: BankAccountIn!) { updateBankAccount( id: $id, input: $input, ) { __typename ... on BankAccount { ...BaseBankAccount } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 15140854779394676728, "fragmentSpecHash": 14670267800271600019 }, "updateBrand": { "name": "updateBrand", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandIn", "$ref": "#/server/inputs/BrandIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateBrand", "alias": "updateBrand", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateBrandOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Brand", "spec": { "_type": "ObjectFragmentSpec", "name": "Brand", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseBrand" }] } }] } }] }, "sourceText": "mutation updateBrand($id: Int!, $input: BrandIn!) { updateBrand(id: $id, input: $input) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on Brand { ...BaseBrand } }}", "parametersHash": 6736316009800664912, "fragmentSpecHash": 15155727026129562718 }, "updateCameraRegistryRow": { "name": "updateCameraRegistryRow", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowIn", "$ref": "#/server/inputs/CameraRegistryRowIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCameraRegistryRow", "alias": "updateCameraRegistryRow", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateCameraRegistryRowOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "CameraRegistryRow", "spec": { "_type": "ObjectFragmentSpec", "name": "CameraRegistryRow", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCameraRegistryRow" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateCameraRegistryRow($id: Int!, $input: CameraRegistryRowIn!) { updateCameraRegistryRow(id: $id, input: $input) { __typename ... on CameraRegistryRow { ...BaseCameraRegistryRow } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 5065995682678460682, "fragmentSpecHash": 2198222177037622572 }, "updateCommercialOffer": { "name": "updateCommercialOffer", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferIn", "$ref": "#/server/inputs/CommercialOfferIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCommercialOffer", "alias": "updateCommercialOffer", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateCommercialOfferResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "CommercialOffer", "spec": { "_type": "ObjectFragmentSpec", "name": "CommercialOffer", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOffer" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateCommercialOffer($id: Int!, $input: CommercialOfferIn!){ updateCommercialOffer(id: $id, input: $input){ __typename ... on CommercialOffer { ...DetailCommercialOffer } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 9575900467929048512, "fragmentSpecHash": 6890992701328577641 }, "updateCommercialOfferContact": { "name": "updateCommercialOfferContact", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationIn", "$ref": "#/server/inputs/ContactInformationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCommercialOfferContact", "alias": "updateCommercialOfferContact", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateContactInformationResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContactInformation", "spec": { "_type": "ObjectFragmentSpec", "name": "ContactInformation", "selections": [{ "_type": "SpreadSelection", "fragment": "DetailCommercialOfferContact" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateCommercialOfferContact($id: Int!, $input: ContactInformationIn!){ updateCommercialOfferContact(id: $id, input: $input){ __typename ... on ContactInformation { ...DetailCommercialOfferContact } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 18082707041878985721, "fragmentSpecHash": 17281398331802271163 }, "updateConstructionEquipment": { "name": "updateConstructionEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ConstructionEquipmentIn", "$ref": "#/server/inputs/ConstructionEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateConstructionEquipment", "alias": "updateConstructionEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateConstructionEquipmentOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateConstructionEquipment( $id: Int!, $input: ConstructionEquipmentIn!,) { updateConstructionEquipment( id: $id, input: $input ) { ... on ConstructionEquipment { ...BaseConstructionEquipment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 5201387221474085127, "fragmentSpecHash": 15200697826194466907 }, "updateConstructionEquipmentType": { "name": "updateConstructionEquipmentType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateConstructionEquipmentType", "alias": "updateConstructionEquipmentType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateConstructionEquipmentTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ConstructionEquipmentType", "spec": { "_type": "ObjectFragmentSpec", "name": "ConstructionEquipmentType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseConstructionEquipmentType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateConstructionEquipmentType( $id: Int!, $name: String!,) { updateConstructionEquipmentType( id: $id, name: $name,) { __typename ... on ConstructionEquipmentType { ...BaseConstructionEquipmentType } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 4361829168504871571, "fragmentSpecHash": 17658876299445971862 }, "updateContract": { "name": "updateContract", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractIn", "$ref": "#/server/inputs/ContractIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContract", "alias": "updateContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateContractResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Contract", "spec": { "_type": "ObjectFragmentSpec", "name": "Contract", "selections": [{ "_type": "SpreadSelection", "fragment": "CreatedContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateContract($id: Int!, $input: ContractIn!){ updateContract(id: $id, input: $input){ __typename ... on Contract { ...CreatedContract } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 16057793391670765421, "fragmentSpecHash": 5548434893192947452 }, "updateContractOriginalStatus": { "name": "updateContractOriginalStatus", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractOriginalStatus", "alias": "updateContractOriginalStatus", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": null }] }, "sourceText": "mutation updateContractOriginalStatus( $contractId: Int!, $status: Boolean!,) { updateContractOriginalStatus( contractId: $contractId, status: $status, )}", "parametersHash": 15628925920222102331, "fragmentSpecHash": 17473388183313699281 }, "updateContractStages": { "name": "updateContractStages", "type": "MUTATION", "parameters": { "$input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractStageUpdateIn", "$ref": "#/server/inputs/ContractStageUpdateIn" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractStages", "alias": "updateContractStages", "arguments": { "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateContractStagesOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContractStageList", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractStageList", "selections": [{ "_type": "FieldSelection", "name": "items", "alias": "items", "arguments": {}, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractStage" }] } }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation updateContractStages($input: [ContractStageUpdateIn!]!) { updateContractStages(input: $input) { __typename ... on ContractStageList { items { ...BaseContractStage } } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 18275441675020319684, "fragmentSpecHash": 3995557979733969319 }, "updateContractStatus": { "name": "updateContractStatus", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractStatus", "alias": "updateContractStatus", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": null }] }, "sourceText": "mutation updateContractStatus($id: Int!, $status: EContractStatus!) { updateContractStatus(id: $id, status: $status)}", "parametersHash": 2881152794908127379, "fragmentSpecHash": 9045446792937178009 }, "updateContractorContract": { "name": "updateContractorContract", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractIn", "$ref": "#/server/inputs/ContractorContractIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractorContract", "alias": "updateContractorContract", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateContractorContractOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ContractorContract", "spec": { "_type": "ObjectFragmentSpec", "name": "ContractorContract", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractorContract" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateContractorContract($id: Int!, $input: ContractorContractIn!){ updateContractorContract(id: $id, input: $input){ __typename ... on ContractorContract { ...BaseContractorContract } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 5020688849799323479, "fragmentSpecHash": 16689471903108000880 }, "updateContractorContractStatus": { "name": "updateContractorContractStatus", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractStatus", "$ref": "#/server/enums/EContractorContractStatus" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractorContractStatus", "alias": "updateContractorContractStatus", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": null }] }, "sourceText": "mutation updateContractorContractStatus( $id: Int!, $status: EContractorContractStatus!) { updateContractorContractStatus( id: $id, status: $status, )}", "parametersHash": 13710643233141533410, "fragmentSpecHash": 14162279488022156962 }, "updateContractsToNomenclature": { "name": "updateContractsToNomenclature", "type": "MUTATION", "parameters": { "$updateInputs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractToNonemclatureUpdateIn", "$ref": "#/server/inputs/ContractToNonemclatureUpdateIn" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateContractsToNomenclature", "alias": "updateContractsToNomenclature", "arguments": { "updateInputs": { "name": "updateInputs", "value": { "_type": "ref", "name": "$updateInputs" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "ContractToNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseContractToNomenclature" }] } }] }, "sourceText": "mutation updateContractsToNomenclature($updateInputs: [ContractToNonemclatureUpdateIn!]!) { updateContractsToNomenclature(updateInputs: $updateInputs) { ...BaseContractToNomenclature }}", "parametersHash": 3979612017551375726, "fragmentSpecHash": 3516899597681997794 }, "updateCounterparty": { "name": "updateCounterparty", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartyIn", "$ref": "#/server/inputs/CounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCounterparty", "alias": "updateCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseCounterparty" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateCounterparty($id: Int!, $input: CounterpartyIn!){ updateCounterparty(id: $id, input: $input){ __typename ... on Counterparty { ...BaseCounterparty } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 5362592451375235911, "fragmentSpecHash": 11074147705101438677 }, "updateCounterpartyEdoWork": { "name": "updateCounterpartyEdoWork", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCounterpartyEdoStatus", "alias": "updateCounterpartyEdoStatus", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "FieldSelection", "name": "edoWork", "alias": "edoWork", "arguments": {}, "selection": null }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateCounterpartyEdoWork($id: Int!, $status: Boolean!){ updateCounterpartyEdoStatus(id: $id, status: $status){ __typename ... on Counterparty { edoWork } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 3576179067586716969, "fragmentSpecHash": 9748458890717800341 }, "updateCounterpartyNote": { "name": "updateCounterpartyNote", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$noteText": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateCounterpartyNote", "alias": "updateCounterpartyNote", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "noteText": { "name": "noteText", "value": { "_type": "ref", "name": "$noteText" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateCounterpartyResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Counterparty", "spec": { "_type": "ObjectFragmentSpec", "name": "Counterparty", "selections": [{ "_type": "FieldSelection", "name": "note", "alias": "note", "arguments": {}, "selection": null }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateCounterpartyNote($id: Int!, $noteText: String = null) { updateCounterpartyNote(id: $id, noteText: $noteText) { __typename ... on Counterparty { note } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 6749000562456037945, "fragmentSpecHash": 14927909745026428737 }, "updateDepartment": { "name": "updateDepartment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DepartmentIn", "$ref": "#/server/inputs/DepartmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateDepartment", "alias": "updateDepartment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateDepartmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Department", "spec": { "_type": "ObjectFragmentSpec", "name": "Department", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDepartment" }] } }] } }] }, "sourceText": "mutation updateDepartment($id: Int!, $input: DepartmentIn!) { updateDepartment(id: $id, input: $input) { __typename ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on Department { ...BaseDepartment } }}", "parametersHash": 4802183289964270997, "fragmentSpecHash": 14499042736070278641 }, "updateDetail": { "name": "updateDetail", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$newEquipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateDetail", "alias": "updateDetail", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "newEquipmentId": { "name": "newEquipmentId", "value": { "_type": "ref", "name": "$newEquipmentId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateDetailResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Detail", "spec": { "_type": "ObjectFragmentSpec", "name": "Detail", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateDetail( $id: Int!, $newEquipmentId: Int!) { updateDetail(id: $id, newEquipmentId: $newEquipmentId) { __typename ... on Detail { ...BaseDetail } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } } }", "parametersHash": 9762900161404449162, "fragmentSpecHash": 5636643757963922867 }, "updateEdoWorkStatusFromCsv": { "name": "updateEdoWorkStatusFromCsv", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateEdoWorkStatusFromCsv", "alias": "updateEdoWorkStatusFromCsv", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "UpdateEdoWorkStatusReport", "selections": [{ "_type": "FieldSelection", "name": "notFounded", "alias": "notFounded", "arguments": {}, "selection": null }, { "_type": "FieldSelection", "name": "updatedCount", "alias": "updatedCount", "arguments": {}, "selection": null }] } }] }, "sourceText": "mutation updateEdoWorkStatusFromCsv($file: Upload!){ updateEdoWorkStatusFromCsv(file: $file) { notFounded updatedCount }}", "parametersHash": 6342721412043775534, "fragmentSpecHash": 14427242390199028141 }, "updateEmployee": { "name": "updateEmployee", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeIn", "$ref": "#/server/inputs/EmployeeIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateEmployee", "alias": "updateEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateEmployeeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Employee", "spec": { "_type": "ObjectFragmentSpec", "name": "Employee", "selections": [{ "_type": "SpreadSelection", "fragment": "LiteEmployeeInfo" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ParentObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ParentObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseParentObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateEmployee($id: Int!, $input: EmployeeIn!){ updateEmployee(id: $id, input: $input){ __typename ... on Employee { ...LiteEmployeeInfo } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ParentObjectNotFoundError { ...BaseParentObjectNotFoundError } }}", "parametersHash": 7777317079916641760, "fragmentSpecHash": 7316098313434219859 }, "updateEmployeeBotAccess": { "name": "updateEmployeeBotAccess", "type": "MUTATION", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateEmployeeBotAccess", "alias": "updateEmployeeBotAccess", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "status": { "name": "status", "value": { "_type": "ref", "name": "$status" } } }, "selection": null }] }, "sourceText": "mutation updateEmployeeBotAccess($employeeId: Int!, $status: Boolean!) { updateEmployeeBotAccess(employeeId: $employeeId, status: $status)}", "parametersHash": 16990210305321196791, "fragmentSpecHash": 1364660439885428289 }, "updateEmployeeEquipment": { "name": "updateEmployeeEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentIn", "$ref": "#/server/inputs/EmployeeEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateEmployeeEquipment", "alias": "updateEmployeeEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateEmployeeEquipmentOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "EmployeeEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "EmployeeEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseEmployeeEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateEmployeeEquipment( $id: Int!, $input: EmployeeEquipmentIn!) { updateEmployeeEquipment( id: $id, input: $input, ) { __typename ... on EmployeeEquipment { ...BaseEmployeeEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 18420886308057843727, "fragmentSpecHash": 10165303936004675884 }, "updateFinancialReport": { "name": "updateFinancialReport", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinReportIn", "$ref": "#/server/inputs/FinReportIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateFinancialReport", "alias": "updateFinancialReport", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateReportOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Report", "spec": { "_type": "ObjectFragmentSpec", "name": "Report", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFinancialReport" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }] } }] }, "sourceText": "mutation updateFinancialReport($id: Int!, $input: FinReportIn!){ updateFinancialReport(id: $id, input: $input){ __typename ... on Report { ...BaseFinancialReport } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ValidationError { ...BaseValidationError } }}", "parametersHash": 12269850310357260612, "fragmentSpecHash": 6171989263647888746 }, "updateFixedAsset": { "name": "updateFixedAsset", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetIn", "$ref": "#/server/inputs/FixedAssetIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateFixedAsset", "alias": "updateFixedAsset", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFixedAssetOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FixedAsset", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAsset", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAsset" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateFixedAsset($id: Int!, $input: FixedAssetIn!) { updateFixedAsset(id: $id, input: $input) { __typename ... on FixedAsset { ...BaseFixedAsset } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 9662287527296229021, "fragmentSpecHash": 7475879310761167943 }, "updateFixedAssetType": { "name": "updateFixedAssetType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateFixedAssetType", "alias": "updateFixedAssetType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFixedAssetTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FixedAssetType", "spec": { "_type": "ObjectFragmentSpec", "name": "FixedAssetType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFixedAssetType" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateFixedAssetType($id: Int!, $name: String!) { updateFixedAssetType(id: $id, name: $name) { __typename ... on FixedAssetType { ...BaseFixedAssetType } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 4361829168504871571, "fragmentSpecHash": 16820164888005577693 }, "updateFuelCard": { "name": "updateFuelCard", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FuelCardIn", "$ref": "#/server/inputs/FuelCardIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateFuelCard", "alias": "updateFuelCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFuelCardResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "FuelCard", "spec": { "_type": "ObjectFragmentSpec", "name": "FuelCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseFuelCard" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateFuelCard($id: Int!, $input: FuelCardIn!){ updateFuelCard(id: $id, input: $input){ __typename ... on FuelCard { ...BaseFuelCard } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 4157780920551330386, "fragmentSpecHash": 16618178557630978147 }, "updateInvoiceNomenclatureClassification": { "name": "updateInvoiceNomenclatureClassification", "type": "MUTATION", "parameters": { "$classificatorType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENomenclatureClassificator", "$ref": "#/server/enums/ENomenclatureClassificator" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateInvoiceNomenclatureClassification", "alias": "updateInvoiceNomenclatureClassification", "arguments": { "classificatorType": { "name": "classificatorType", "value": { "_type": "ref", "name": "$classificatorType" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "InvoicePositionNomenclature", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseInvoicePositionNomenclature" }] } }] }, "sourceText": "mutation updateInvoiceNomenclatureClassification( $id: ID!, $classificatorType: ENomenclatureClassificator!) { updateInvoiceNomenclatureClassification(classificatorType: $classificatorType, id: $id) { ...BaseInvoicePositionNomenclature }}", "parametersHash": 16801329624083447565, "fragmentSpecHash": 4558448716738030139 }, "updateInvoicesConnectionsInRss": { "name": "updateInvoicesConnectionsInRss", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateInvoicesConnectionsInRss", "alias": "updateInvoicesConnectionsInRss", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "invoiceId": { "name": "invoiceId", "value": { "_type": "ref", "name": "$invoiceId" } }, "rssId": { "name": "rssId", "value": { "_type": "ref", "name": "$rssId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRssInvoicesConnectionsOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateInvoicesConnectionsInRss($contractId: Int!, $rssId: Int!, $invoiceId: Int!){ updateInvoicesConnectionsInRss(contractId: $contractId, rssId: $rssId, invoiceId: $invoiceId){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 9783475824797106240, "fragmentSpecHash": 9011646829018900654 }, "updateInvoicesConnectionsInRssDmitrov": { "name": "updateInvoicesConnectionsInRssDmitrov", "type": "MUTATION", "parameters": { "$invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateInvoicesConnectionsInRssDmitrov", "alias": "updateInvoicesConnectionsInRssDmitrov", "arguments": { "invoiceId": { "name": "invoiceId", "value": { "_type": "ref", "name": "$invoiceId" } }, "rssId": { "name": "rssId", "value": { "_type": "ref", "name": "$rssId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRssDmitrovInvoicesConnectionsOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateInvoicesConnectionsInRssDmitrov($rssId: Int!, $invoiceId: Int!){ updateInvoicesConnectionsInRssDmitrov(rssId: $rssId, invoiceId: $invoiceId){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 15490819501771943602, "fragmentSpecHash": 3128027430309579609 }, "updateInvoicesConnectionsInRssIstra": { "name": "updateInvoicesConnectionsInRssIstra", "type": "MUTATION", "parameters": { "$invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateInvoicesConnectionsInRssIstra", "alias": "updateInvoicesConnectionsInRssIstra", "arguments": { "invoiceId": { "name": "invoiceId", "value": { "_type": "ref", "name": "$invoiceId" } }, "rssId": { "name": "rssId", "value": { "_type": "ref", "name": "$rssId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRssIstraInvoicesConnectionsOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateInvoicesConnectionsInRssIstra($rssId: Int!, $invoiceId: Int!){ updateInvoicesConnectionsInRssIstra(rssId: $rssId, invoiceId: $invoiceId){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 15490819501771943602, "fragmentSpecHash": 10438945079950075287 }, "updateInvoicesConnectionsInRssKuvekino": { "name": "updateInvoicesConnectionsInRssKuvekino", "type": "MUTATION", "parameters": { "$invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateInvoicesConnectionsInRssKuvekino", "alias": "updateInvoicesConnectionsInRssKuvekino", "arguments": { "invoiceId": { "name": "invoiceId", "value": { "_type": "ref", "name": "$invoiceId" } }, "rssId": { "name": "rssId", "value": { "_type": "ref", "name": "$rssId" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRssKuvekinoInvoicesConnectionsOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateInvoicesConnectionsInRssKuvekino($rssId: Int!, $invoiceId: Int!){ updateInvoicesConnectionsInRssKuvekino(rssId: $rssId, invoiceId: $invoiceId){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 15490819501771943602, "fragmentSpecHash": 2242770344499121799 }, "updateLicense": { "name": "updateLicense", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseIn", "$ref": "#/server/inputs/LicenseIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateLicense", "alias": "updateLicense", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateLicenseOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "License", "spec": { "_type": "ObjectFragmentSpec", "name": "License", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseLicense" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateLicense($id: Int!, $input: LicenseIn!) { updateLicense(id: $id, input: $input) { __typename ... on License { ...BaseLicense } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 2271648933867350521, "fragmentSpecHash": 10906620876777478533 }, "updateNode": { "name": "updateNode", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateNode", "alias": "updateNode", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateNodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Node", "spec": { "_type": "ObjectFragmentSpec", "name": "Node", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateNode($id: Int!, $input: BaseEquipmentIn!){ updateNode(id: $id, input: $input){ __typename ... on Node { ...BaseNode } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 10654221028411569600, "fragmentSpecHash": 14726085680095547046 }, "updateNonMetallicMaterial": { "name": "updateNonMetallicMaterial", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsIn", "$ref": "#/server/inputs/NonMetallicMaterialsIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateNonMetallicMaterial", "alias": "updateNonMetallicMaterial", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateNonMetallicMaterialOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "NonMetallicMaterial", "spec": { "_type": "ObjectFragmentSpec", "name": "NonMetallicMaterial", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseNonMetallicMaterial" }] } }] } }] }, "sourceText": "mutation updateNonMetallicMaterial($id: Int!, $input: NonMetallicMaterialsIn!) { updateNonMetallicMaterial(id: $id, input: $input) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on NonMetallicMaterial { ...BaseNonMetallicMaterial } }}", "parametersHash": 9728842694322951199, "fragmentSpecHash": 3988958035328329626 }, "updatePermission": { "name": "updatePermission", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "PermissionIn", "$ref": "#/server/inputs/PermissionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updatePermission", "alias": "updatePermission", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdatePermissionOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Permission", "spec": { "_type": "ObjectFragmentSpec", "name": "Permission", "selections": [{ "_type": "SpreadSelection", "fragment": "SearchedPermission" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updatePermission($id: Int!, $input: PermissionIn!){ updatePermission(id: $id, input: $input){ __typename ... on Permission { ...SearchedPermission } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 10475471120206756303, "fragmentSpecHash": 11286612720504759594 }, "updateProjectEquipment": { "name": "updateProjectEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateProjectEquipment", "alias": "updateProjectEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateProjectEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ProjectEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "ProjectEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseProjectEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateProjectEquipment( $id: Int!, $input: BaseEquipmentIn!) { updateProjectEquipment(id: $id, input: $input) { __typename ... on ProjectEquipment { ...BaseProjectEquipment } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 10654221028411569600, "fragmentSpecHash": 11436172102592265491 }, "updatePurchasedEquipment": { "name": "updatePurchasedEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updatePurchasedEquipment", "alias": "updatePurchasedEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdatePurchasedEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "PurchasedEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "PurchasedEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BasePurchasedEquipment" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updatePurchasedEquipment( $id: Int!, $input: BaseEquipmentIn!) { updatePurchasedEquipment( id: $id, input: $input ) { __typename ... on PurchasedEquipment { ...BasePurchasedEquipment } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 10654221028411569600, "fragmentSpecHash": 6095451937153132523 }, "updateRentItem": { "name": "updateRentItem", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemIn", "$ref": "#/server/inputs/RentItemIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRentItem", "alias": "updateRentItem", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRentItemOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "RentItem", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItem", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItem" }] } }] } }] }, "sourceText": "mutation updateRentItem($id: Int!, $input: RentItemIn!) { updateRentItem(id: $id, input: $input) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on RentItem { ...BaseRentItem }\t\t }}", "parametersHash": 2796523976169271054, "fragmentSpecHash": 15902733754398377903 }, "updateRentItemsType": { "name": "updateRentItemsType", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRentItemsType", "alias": "updateRentItemsType", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "name": { "name": "name", "value": { "_type": "ref", "name": "$name" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRentItemsTypeOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "RentItemsType", "spec": { "_type": "ObjectFragmentSpec", "name": "RentItemsType", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRentItemsType" }] } }] } }] }, "sourceText": "mutation updateRentItemsType($id: ID!, $name: String!) { updateRentItemsType(id: $id, name: $name) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } ... on RentItemsType { ...BaseRentItemsType } }}", "parametersHash": 10552780655692344828, "fragmentSpecHash": 3772811551167958306 }, "updateRepairEquipment": { "name": "updateRepairEquipment", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentIn", "$ref": "#/server/inputs/RepairEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRepairEquipment", "alias": "updateRepairEquipment", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRepairEquipmentResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RepairEquipment", "spec": { "_type": "ObjectFragmentSpec", "name": "RepairEquipment", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRepairRegistry" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRepairEquipment($id: Int!, $input: RepairEquipmentIn!){ updateRepairEquipment(id: $id, input: $input){ __typename ... on RepairEquipment { ...BaseRepairRegistry } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 5947113805615615565, "fragmentSpecHash": 6057322052933196219 }, "updateReview": { "name": "updateReview", "type": "MUTATION", "parameters": { "$employeeIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "$reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateReview", "alias": "updateReview", "arguments": { "employeeIds": { "name": "employeeIds", "value": { "_type": "ref", "name": "$employeeIds" } }, "reviewId": { "name": "reviewId", "value": { "_type": "ref", "name": "$reviewId" } }, "title": { "name": "title", "value": { "_type": "ref", "name": "$title" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateReviewOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ValidationError", "spec": { "_type": "ObjectFragmentSpec", "name": "ValidationError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseValidationError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "Review", "spec": { "_type": "ObjectFragmentSpec", "name": "Review", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseReview" }] } }] } }] }, "sourceText": "mutation updateReview( $reviewId: Int!, $title: String!, $employeeIds: [Int!]!,) { updateReview( reviewId: $reviewId, title: $title, employeeIds: $employeeIds, ) { __typename ... on ValidationError { ...BaseValidationError } ... on Review { ...BaseReview } }}", "parametersHash": 5788319110787122070, "fragmentSpecHash": 147322830667298676 }, "updateRouter": { "name": "updateRouter", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterIn", "$ref": "#/server/inputs/RouterIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRouter", "alias": "updateRouter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "Router", "selections": [{ "_type": "SpreadSelection", "fragment": "RouterEditInfo" }] } }] }, "sourceText": "mutation updateRouter($id: Int!, $input: RouterIn!){ updateRouter(id: $id, input: $input){ ...RouterEditInfo }}", "parametersHash": 12409789735680982782, "fragmentSpecHash": 333163168077209831 }, "updateRouterTechParameter": { "name": "updateRouterTechParameter", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParamIn", "$ref": "#/server/inputs/RouterTechParamIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRouterTechParameter", "alias": "updateRouterTechParameter", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRouterTechParameterOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RouterTechParameter", "spec": { "_type": "ObjectFragmentSpec", "name": "RouterTechParameter", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRouterTechParameter" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRouterTechParameter ( $id: Int!, $input: RouterTechParamIn!,) { updateRouterTechParameter( id: $id, input: $input ) { __typename ... on RouterTechParameter { ...BaseRouterTechParameter } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 11464523915671010064, "fragmentSpecHash": 14033330662507715641 }, "updateRss": { "name": "updateRss", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRss", "alias": "updateRss", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRSSOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRss($contractId: Int!, $id: Int!, $input: RSSUpdateInput!){ updateRss(contractId: $contractId, id: $id, input: $input){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 14071851620382436734, "fragmentSpecHash": 13587613398264135016 }, "updateRssDmitrov": { "name": "updateRssDmitrov", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssDmitrov", "alias": "updateRssDmitrov", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRSSDmitrovOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRssDmitrov($Id: Int!, $Input: RSSUpdateInput!){ updateRssDmitrov(Id: $Id, Input: $Input){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 17748049231167110659, "fragmentSpecHash": 3633357562418312646 }, "updateRssDmitrovFiles": { "name": "updateRssDmitrovFiles", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssDmitrovFiles", "alias": "updateRssDmitrovFiles", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "rssToAddFiles": { "name": "rssToAddFiles", "value": { "_type": "ref", "name": "$rssToAddFiles" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFilesRssDmitrovOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSDmitrov", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSDmitrov", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDmitrovDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation updateRssDmitrovFiles($Id: Int!, $key: String!, $files: [Upload!]!, $rssToAddFiles: [Int!]){ updateRssDmitrovFiles(Id: $Id, key: $key, files: $files, rssToAddFiles: $rssToAddFiles){ __typename ... on RSSDmitrov { ...RssDmitrovDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 4639862684929700167, "fragmentSpecHash": 18184631941143923104 }, "updateRssDmitrovStages": { "name": "updateRssDmitrovStages", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSStageUpdateInput", "$ref": "#/server/inputs/RSSStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssDmitrovStages", "alias": "updateRssDmitrovStages", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": null }] }, "sourceText": "mutation updateRssDmitrovStages($Input: [RSSStageUpdateInput!]!){ updateRssDmitrovStages(Input: $Input)}", "parametersHash": 7549755035209109966, "fragmentSpecHash": 5794853165694664011 }, "updateRssFiles": { "name": "updateRssFiles", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssFiles", "alias": "updateRssFiles", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "rssToAddFiles": { "name": "rssToAddFiles", "value": { "_type": "ref", "name": "$rssToAddFiles" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFilesRssOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSS", "spec": { "_type": "ObjectFragmentSpec", "name": "RSS", "selections": [{ "_type": "SpreadSelection", "fragment": "RssDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation updateRssFiles($contractId: Int!, $id: Int!, $key: String!, $files: [Upload!]!, $rssToAddFiles: [Int!]){ updateRssFiles(contractId: $contractId, id: $id, key: $key, files: $files, rssToAddFiles: $rssToAddFiles){ __typename ... on RSS { ...RssDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 5936256171396375131, "fragmentSpecHash": 8870398811242040757 }, "updateRssIstra": { "name": "updateRssIstra", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssIstra", "alias": "updateRssIstra", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRSSIstraOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRssIstra($Id: Int!, $Input: RSSUpdateInput!){ updateRssIstra(Id: $Id, Input: $Input){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 17748049231167110659, "fragmentSpecHash": 4127490926325512419 }, "updateRssIstraFiles": { "name": "updateRssIstraFiles", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssIstraFiles", "alias": "updateRssIstraFiles", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "rssToAddFiles": { "name": "rssToAddFiles", "value": { "_type": "ref", "name": "$rssToAddFiles" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFilesRssIstraOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSIstra", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSIstra", "selections": [{ "_type": "SpreadSelection", "fragment": "RssIstraDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation updateRssIstraFiles($Id: Int!, $key: String!, $files: [Upload!]! $rssToAddFiles: [Int!]){ updateRssIstraFiles(Id: $Id, key: $key, files: $files, rssToAddFiles: $rssToAddFiles){ __typename ... on RSSIstra { ...RssIstraDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 4639862684929700167, "fragmentSpecHash": 601541407865922279 }, "updateRssIstraStages": { "name": "updateRssIstraStages", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSIstraStageUpdateInput", "$ref": "#/server/inputs/RSSIstraStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssIstraStages", "alias": "updateRssIstraStages", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": null }] }, "sourceText": "mutation updateRssIstraStages($Input: [RSSIstraStageUpdateInput!]!){ updateRssIstraStages(Input: $Input)}", "parametersHash": 15124102547874036369, "fragmentSpecHash": 13277514598069935346 }, "updateRssKuvekino": { "name": "updateRssKuvekino", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoUpdateInput", "$ref": "#/server/inputs/RSSKuvekinoUpdateInput" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssKuvekino", "alias": "updateRssKuvekino", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateRSSKuvekinoOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateRssKuvekino($Id: Int!, $Input: RSSKuvekinoUpdateInput!){ updateRssKuvekino(Id: $Id, Input: $Input){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 11669411594291135778, "fragmentSpecHash": 10036054478110192490 }, "updateRssKuvekinoFiles": { "name": "updateRssKuvekinoFiles", "type": "MUTATION", "parameters": { "$Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "$rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssKuvekinoFiles", "alias": "updateRssKuvekinoFiles", "arguments": { "Id": { "name": "Id", "value": { "_type": "ref", "name": "$Id" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "key": { "name": "key", "value": { "_type": "ref", "name": "$key" } }, "rssToAddFiles": { "name": "rssToAddFiles", "value": { "_type": "ref", "name": "$rssToAddFiles" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateFilesRssKuvekinoOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "RSSKuvekino", "spec": { "_type": "ObjectFragmentSpec", "name": "RSSKuvekino", "selections": [{ "_type": "SpreadSelection", "fragment": "RssKuvekinoDetail" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectKeyError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectKeyError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectKeyError" }] } }] } }] }, "sourceText": "mutation updateRssKuvekinoFiles($Id: Int!, $key: String!, $files: [Upload!]!, $rssToAddFiles: [Int!]){ updateRssKuvekinoFiles(Id: $Id, key: $key, files: $files, rssToAddFiles: $rssToAddFiles){ __typename ... on RSSKuvekino { ...RssKuvekinoDetail } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectKeyError { ...BaseObjectKeyError } }}", "parametersHash": 4639862684929700167, "fragmentSpecHash": 12072912609332443582 }, "updateRssKuvekinoStages": { "name": "updateRssKuvekinoStages", "type": "MUTATION", "parameters": { "$Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoStageUpdateInput", "$ref": "#/server/inputs/RSSKuvekinoStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssKuvekinoStages", "alias": "updateRssKuvekinoStages", "arguments": { "Input": { "name": "Input", "value": { "_type": "ref", "name": "$Input" } } }, "selection": null }] }, "sourceText": "mutation updateRssKuvekinoStages($Input: [RSSKuvekinoStageUpdateInput!]!){ updateRssKuvekinoStages(Input: $Input)}", "parametersHash": 3472039469139387352, "fragmentSpecHash": 14500829250506696152 }, "updateRssStages": { "name": "updateRssStages", "type": "MUTATION", "parameters": { "$contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseRSSStageUpdateInput", "$ref": "#/server/inputs/BaseRSSStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateRssStages", "alias": "updateRssStages", "arguments": { "contractId": { "name": "contractId", "value": { "_type": "ref", "name": "$contractId" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "RSSStage", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseRSSStage" }] } }] }, "sourceText": "mutation updateRssStages($contractId: Int!, $input: [BaseRSSStageUpdateInput!]!){ updateRssStages(contractId: $contractId, input: $input) { ...BaseRSSStage }}", "parametersHash": 1240630053635087460, "fragmentSpecHash": 11166480997117503016 }, "updateSalaryStatementEmployee": { "name": "updateSalaryStatementEmployee", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementEmployeeUpdateIn", "$ref": "#/server/inputs/SalaryStatementEmployeeUpdateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateSalaryStatementEmployee", "alias": "updateSalaryStatementEmployee", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateSalaryStatementEmployeeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "SalaryStatementEmployee", "spec": { "_type": "ObjectFragmentSpec", "name": "SalaryStatementEmployee", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSalaryStatementEmployee" }] } }] } }] }, "sourceText": "mutation updateSalaryStatementEmployee( $id: ID!, $input: SalaryStatementEmployeeUpdateIn!) { updateSalaryStatementEmployee( id: $id, input: $input, ) { __typename ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on SalaryStatementEmployee { ...BaseSalaryStatementEmployee } }}", "parametersHash": 18338796560911953092, "fragmentSpecHash": 14864419704593905710 }, "updateStation": { "name": "updateStation", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "StationIn", "$ref": "#/server/inputs/StationIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateStation", "alias": "updateStation", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateStationOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Station", "spec": { "_type": "ObjectFragmentSpec", "name": "Station", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseStation" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateStation($id: Int!, $input: StationIn!) { updateStation( id: $id, input: $input ) { __typename ... on Station { ...BaseStation } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 26900829680956383, "fragmentSpecHash": 4417525712624969513 }, "updateSubnode": { "name": "updateSubnode", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateSubnode", "alias": "updateSubnode", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateSubnodeResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "Subnode", "spec": { "_type": "ObjectFragmentSpec", "name": "Subnode", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseSubnode" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateSubnode($id: Int!, $input: BaseEquipmentIn!){ updateSubnode(id: $id, input: $input){ __typename ... on Subnode { ...BaseSubnode } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 10654221028411569600, "fragmentSpecHash": 9458288237110381403 }, "updateTenderWork": { "name": "updateTenderWork", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkUpdateIn", "$ref": "#/server/inputs/TenderWorkUpdateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateTenderWork", "alias": "updateTenderWork", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "TenderWork", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseTenderWork" }] } }] }, "sourceText": "mutation updateTenderWork($id: ID!, $input: TenderWorkUpdateIn!) { updateTenderWork(id: $id, input: $input) { ...BaseTenderWork }}", "parametersHash": 15632976896982595058, "fragmentSpecHash": 2937519448762332102 }, "updateUser": { "name": "updateUser", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UserUpdateIn", "$ref": "#/server/inputs/UserUpdateIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateUser", "alias": "updateUser", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateUserOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "User", "spec": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateUser($id: Int!, $input: UserUpdateIn!){ updateUser(id: $id, input: $input){ __typename ... on User { ...BaseUser } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 12825746565694581428, "fragmentSpecHash": 5662886284573365062 }, "updateUserPassword": { "name": "updateUserPassword", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateUserPassword", "alias": "updateUserPassword", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "password": { "name": "password", "value": { "_type": "ref", "name": "$password" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateUserOrError", "selections": [{ "_type": "ObjectConditionalSpreadSelection", "object": "User", "spec": { "_type": "ObjectFragmentSpec", "name": "User", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseUser" }] } }] } }] }, "sourceText": "mutation updateUserPassword( $id: Int!, $password: String!) { updateUserPassword( id: $id, password: $password, ) { ... on User { ...BaseUser } }}", "parametersHash": 7502818473618015004, "fragmentSpecHash": 17710959270179619726 }, "updateWeeklyFinReportCounterparty": { "name": "updateWeeklyFinReportCounterparty", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportCounterpartyIn", "$ref": "#/server/inputs/WeeklyFinReportCounterpartyIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateWeeklyFinReportCounterparty", "alias": "updateWeeklyFinReportCounterparty", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "ObjectFragmentSpec", "name": "WeeklyFinReportCounterparty", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWeeklyFinReportCounterparty" }] } }] }, "sourceText": "mutation updateWeeklyFinReportCounterparty($id: Int!, $input: WeeklyFinReportCounterpartyIn!) { updateWeeklyFinReportCounterparty(id: $id, input: $input) { ...BaseWeeklyFinReportCounterparty }}", "parametersHash": 8246853741187734421, "fragmentSpecHash": 15858981669520055395 }, "updateWorkPosition": { "name": "updateWorkPosition", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkPositionIn", "$ref": "#/server/inputs/WorkPositionIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateWorkPosition", "alias": "updateWorkPosition", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateWorkPositionResponse", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WorkPosition", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkPosition", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkPosition" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectAlreadyExistsError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectAlreadyExistsError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectAlreadyExistsError" }] } }] } }] }, "sourceText": "mutation updateWorkPosition( $id: Int!, $input: WorkPositionIn!,) { updateWorkPosition( id: $id, input: $input, ) { __typename ... on WorkPosition { ...BaseWorkPosition } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } ... on ObjectAlreadyExistsError { ...BaseObjectAlreadyExistsError } }}", "parametersHash": 7059506458431689815, "fragmentSpecHash": 16414391449308114618 }, "updateWorkerReportCard": { "name": "updateWorkerReportCard", "type": "MUTATION", "parameters": { "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "$input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardIn", "$ref": "#/server/inputs/WorkerReportCardIn" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "updateWorkerReportCard", "alias": "updateWorkerReportCard", "arguments": { "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } }, "input": { "name": "input", "value": { "_type": "ref", "name": "$input" } } }, "selection": { "_type": "UnionFragmentSpec", "name": "UpdateWorkerReportCardOrError", "selections": [{ "_type": "TypenameField", "alias": null }, { "_type": "ObjectConditionalSpreadSelection", "object": "WorkerReportCard", "spec": { "_type": "ObjectFragmentSpec", "name": "WorkerReportCard", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseWorkerReportCard" }] } }, { "_type": "ObjectConditionalSpreadSelection", "object": "ObjectNotFoundError", "spec": { "_type": "ObjectFragmentSpec", "name": "ObjectNotFoundError", "selections": [{ "_type": "SpreadSelection", "fragment": "BaseObjectNotFoundError" }] } }] } }] }, "sourceText": "mutation updateWorkerReportCard($id: ID!, $input: WorkerReportCardIn!) { updateWorkerReportCard(id: $id, input: $input) { __typename ... on WorkerReportCard { ...BaseWorkerReportCard } ... on ObjectNotFoundError { ...BaseObjectNotFoundError } }}", "parametersHash": 17361093116739732241, "fragmentSpecHash": 4581358074320161903 }, "uploadBankStatement": { "name": "uploadBankStatement", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadBankStatement", "alias": "uploadBankStatement", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": null }] }, "sourceText": "mutation uploadBankStatement($file: Upload!){ uploadBankStatement(file: $file)}", "parametersHash": 6342721412043775534, "fragmentSpecHash": 12040778085012469564 }, "uploadFileToDetail": { "name": "uploadFileToDetail", "type": "MUTATION", "parameters": { "$detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFileToDetail", "alias": "uploadFileToDetail", "arguments": { "detailId": { "name": "detailId", "value": { "_type": "ref", "name": "$detailId" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } } }, "selection": null }] }, "sourceText": "mutation uploadFileToDetail($detailId: Int!, $files: [Upload!]!) { uploadFileToDetail(detailId: $detailId, files: $files)}", "parametersHash": 4546906271889117853, "fragmentSpecHash": 6853856442251874782 }, "uploadFileToNode": { "name": "uploadFileToNode", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFileToNode", "alias": "uploadFileToNode", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "nodeId": { "name": "nodeId", "value": { "_type": "ref", "name": "$nodeId" } } }, "selection": null }] }, "sourceText": "mutation uploadFileToNode($nodeId: Int!, $files: [Upload!]!) { uploadFileToNode(files: $files, nodeId: $nodeId)}", "parametersHash": 396791908158073913, "fragmentSpecHash": 12976883876359200429 }, "uploadFileToObjectAssembly": { "name": "uploadFileToObjectAssembly", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFileToObjectAssembly", "alias": "uploadFileToObjectAssembly", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation uploadFileToObjectAssembly($id: Int!, $files: [Upload!]!) { uploadFileToObjectAssembly(files: $files, id: $id)}", "parametersHash": 11568650713156281133, "fragmentSpecHash": 17468003187362295657 }, "uploadFileToSubnode": { "name": "uploadFileToSubnode", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$subnodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFileToSubnode", "alias": "uploadFileToSubnode", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "subnodeId": { "name": "subnodeId", "value": { "_type": "ref", "name": "$subnodeId" } } }, "selection": null }] }, "sourceText": "mutation uploadFileToSubnode($subnodeId: Int!, $files: [Upload!]!) { uploadFileToSubnode(files: $files, subnodeId: $subnodeId)}", "parametersHash": 12545974705308371604, "fragmentSpecHash": 14406310862419642572 }, "uploadFilesToContractStageDir": { "name": "uploadFilesToContractStageDir", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFilesToContractStageDir", "alias": "uploadFilesToContractStageDir", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation uploadFilesToContractStageDir($id: Int!, $files: [Upload!]!) { uploadFilesToContractStageDir(id: $id, files: $files)}", "parametersHash": 11568650713156281133, "fragmentSpecHash": 17883129634522469380 }, "uploadFilesToContractorContractDir": { "name": "uploadFilesToContractorContractDir", "type": "MUTATION", "parameters": { "$contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFilesToContractorContractDir", "alias": "uploadFilesToContractorContractDir", "arguments": { "contractorContractId": { "name": "contractorContractId", "value": { "_type": "ref", "name": "$contractorContractId" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } } }, "selection": null }] }, "sourceText": "mutation uploadFilesToContractorContractDir( $contractorContractId: Int!, $files: [Upload!]!,) { uploadFilesToContractorContractDir( contractorContractId: $contractorContractId, files: $files, )}", "parametersHash": 2886279062920659353, "fragmentSpecHash": 7224280655699127225 }, "uploadFilesToEmployeeDir": { "name": "uploadFilesToEmployeeDir", "type": "MUTATION", "parameters": { "$employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFilesToEmployeeDir", "alias": "uploadFilesToEmployeeDir", "arguments": { "employeeId": { "name": "employeeId", "value": { "_type": "ref", "name": "$employeeId" } }, "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } } }, "selection": null }] }, "sourceText": "mutation uploadFilesToEmployeeDir($employeeId: Int!, $files: [Upload!]!) { uploadFilesToEmployeeDir(employeeId: $employeeId, files: $files)}", "parametersHash": 15137190749335833993, "fragmentSpecHash": 12988316664546700985 }, "uploadFilesToWorkerReportCard": { "name": "uploadFilesToWorkerReportCard", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFilesToWorkerReportCard", "alias": "uploadFilesToWorkerReportCard", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation uploadFilesToWorkerReportCard($id: ID!, $files: [Upload!]!) { uploadFilesToWorkerReportCard(id: $id, files: $files)}", "parametersHash": 11024189959333118490, "fragmentSpecHash": 14567374156693084275 }, "uploadFilesToYandexDisk": { "name": "uploadFilesToYandexDisk", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFilesToYandexDisk", "alias": "uploadFilesToYandexDisk", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "path": { "name": "path", "value": { "_type": "ref", "name": "$path" } } }, "selection": null }] }, "sourceText": "mutation uploadFilesToYandexDisk($files: [Upload!]!, $path: String!){ uploadFilesToYandexDisk(files: $files, path: $path)}", "parametersHash": 11323288680280073556, "fragmentSpecHash": 9470994329831838496 }, "uploadFuelCardFile": { "name": "uploadFuelCardFile", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadFuelCardFile", "alias": "uploadFuelCardFile", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": null }] }, "sourceText": "mutation uploadFuelCardFile($file: Upload!){ uploadFuelCardFile(file: $file)}", "parametersHash": 6342721412043775534, "fragmentSpecHash": 16663070583721001784 }, "uploadLicenseFiles": { "name": "uploadLicenseFiles", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadLicenseFiles", "alias": "uploadLicenseFiles", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation uploadLicenseFiles($id: Int!, $files: [Upload!]!) { uploadLicenseFiles(id: $id, files: $files)}", "parametersHash": 11568650713156281133, "fragmentSpecHash": 6827472297061690969 }, "uploadNonMetallicMaterialFiles": { "name": "uploadNonMetallicMaterialFiles", "type": "MUTATION", "parameters": { "$files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "$id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadNonMetallicMaterialFiles", "alias": "uploadNonMetallicMaterialFiles", "arguments": { "files": { "name": "files", "value": { "_type": "ref", "name": "$files" } }, "id": { "name": "id", "value": { "_type": "ref", "name": "$id" } } }, "selection": null }] }, "sourceText": "mutation uploadNonMetallicMaterialFiles($id: Int!, $files: [Upload!]!) { uploadNonMetallicMaterialFiles(id: $id, files: $files)}", "parametersHash": 11568650713156281133, "fragmentSpecHash": 7571267141266243821 }, "uploadSimFile": { "name": "uploadSimFile", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadSimFile", "alias": "uploadSimFile", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": null }] }, "sourceText": "mutation uploadSimFile($file: Upload!){ uploadSimFile(file: $file)}", "parametersHash": 6342721412043775534, "fragmentSpecHash": 4532146790760046233 }, "uploadSimReports": { "name": "uploadSimReports", "type": "MUTATION", "parameters": { "$file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } }, "fragmentSpec": { "_type": "ObjectFragmentSpec", "name": "Mutation", "selections": [{ "_type": "FieldSelection", "name": "uploadSimReports", "alias": "uploadSimReports", "arguments": { "file": { "name": "file", "value": { "_type": "ref", "name": "$file" } } }, "selection": null }] }, "sourceText": "mutation uploadSimReports($file: Upload!){ uploadSimReports(file: $file)}", "parametersHash": 6342721412043775534, "fragmentSpecHash": 9493492561311820879 } }, "directives": {} }