UNPKG

@smartinvoicexyz/graphql

Version:

Unified source for helpers and schema used across the GraphQL services within the Smart Invoice protocol.

1,104 lines (1,103 loc) 33.8 kB
/* eslint-disable */ export const AllTypesProps = { ADR: "enum", Agreement_filter: { createdAt: "BigInt", createdAt_not: "BigInt", createdAt_gt: "BigInt", createdAt_lt: "BigInt", createdAt_gte: "BigInt", createdAt_lte: "BigInt", createdAt_in: "BigInt", createdAt_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Agreement_filter", or: "Agreement_filter" }, Agreement_orderBy: "enum", BigDecimal: `scalar.BigDecimal`, BigInt: `scalar.BigInt`, BlockChangedFilter: {}, Block_height: { hash: "Bytes" }, Bytes: `scalar.Bytes`, Deposit_filter: { txHash: "Bytes", txHash_not: "Bytes", txHash_gt: "Bytes", txHash_lt: "Bytes", txHash_gte: "Bytes", txHash_lte: "Bytes", txHash_in: "Bytes", txHash_not_in: "Bytes", txHash_contains: "Bytes", txHash_not_contains: "Bytes", sender: "Bytes", sender_not: "Bytes", sender_gt: "Bytes", sender_lt: "Bytes", sender_gte: "Bytes", sender_lte: "Bytes", sender_in: "Bytes", sender_not_in: "Bytes", sender_contains: "Bytes", sender_not_contains: "Bytes", invoice_: "Invoice_filter", amount: "BigInt", amount_not: "BigInt", amount_gt: "BigInt", amount_lt: "BigInt", amount_gte: "BigInt", amount_lte: "BigInt", amount_in: "BigInt", amount_not_in: "BigInt", timestamp: "BigInt", timestamp_not: "BigInt", timestamp_gt: "BigInt", timestamp_lt: "BigInt", timestamp_gte: "BigInt", timestamp_lte: "BigInt", timestamp_in: "BigInt", timestamp_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Deposit_filter", or: "Deposit_filter" }, Deposit_orderBy: "enum", Dispute_filter: { txHash: "Bytes", txHash_not: "Bytes", txHash_gt: "Bytes", txHash_lt: "Bytes", txHash_gte: "Bytes", txHash_lte: "Bytes", txHash_in: "Bytes", txHash_not_in: "Bytes", txHash_contains: "Bytes", txHash_not_contains: "Bytes", invoice_: "Invoice_filter", sender: "Bytes", sender_not: "Bytes", sender_gt: "Bytes", sender_lt: "Bytes", sender_gte: "Bytes", sender_lte: "Bytes", sender_in: "Bytes", sender_not_in: "Bytes", sender_contains: "Bytes", sender_not_contains: "Bytes", details: "Bytes", details_not: "Bytes", details_gt: "Bytes", details_lt: "Bytes", details_gte: "Bytes", details_lte: "Bytes", details_in: "Bytes", details_not_in: "Bytes", details_contains: "Bytes", details_not_contains: "Bytes", disputeToken: "Bytes", disputeToken_not: "Bytes", disputeToken_gt: "Bytes", disputeToken_lt: "Bytes", disputeToken_gte: "Bytes", disputeToken_lte: "Bytes", disputeToken_in: "Bytes", disputeToken_not_in: "Bytes", disputeToken_contains: "Bytes", disputeToken_not_contains: "Bytes", disputeFee: "BigInt", disputeFee_not: "BigInt", disputeFee_gt: "BigInt", disputeFee_lt: "BigInt", disputeFee_gte: "BigInt", disputeFee_lte: "BigInt", disputeFee_in: "BigInt", disputeFee_not_in: "BigInt", disputeId: "BigInt", disputeId_not: "BigInt", disputeId_gt: "BigInt", disputeId_lt: "BigInt", disputeId_gte: "BigInt", disputeId_lte: "BigInt", disputeId_in: "BigInt", disputeId_not_in: "BigInt", timestamp: "BigInt", timestamp_not: "BigInt", timestamp_gt: "BigInt", timestamp_lt: "BigInt", timestamp_gte: "BigInt", timestamp_lte: "BigInt", timestamp_in: "BigInt", timestamp_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Dispute_filter", or: "Dispute_filter" }, Dispute_orderBy: "enum", Int8: `scalar.Int8`, Invoice: { projectAgreement: { orderBy: "Agreement_orderBy", orderDirection: "OrderDirection", where: "Agreement_filter" }, deposits: { orderBy: "Deposit_orderBy", orderDirection: "OrderDirection", where: "Deposit_filter" }, withdraws: { orderBy: "Withdraw_orderBy", orderDirection: "OrderDirection", where: "Withdraw_filter" }, releases: { orderBy: "Release_orderBy", orderDirection: "OrderDirection", where: "Release_filter" }, disputes: { orderBy: "Dispute_orderBy", orderDirection: "OrderDirection", where: "Dispute_filter" }, resolutions: { orderBy: "Resolution_orderBy", orderDirection: "OrderDirection", where: "Resolution_filter" }, verified: { orderBy: "Verified_orderBy", orderDirection: "OrderDirection", where: "Verified_filter" }, milestonesAdded: { orderBy: "MilestonesAdded_orderBy", orderDirection: "OrderDirection", where: "MilestonesAdded_filter" }, tipAmount: { orderBy: "Tip_orderBy", orderDirection: "OrderDirection", where: "Tip_filter" } }, Invoice_filter: { address: "Bytes", address_not: "Bytes", address_gt: "Bytes", address_lt: "Bytes", address_gte: "Bytes", address_lte: "Bytes", address_in: "Bytes", address_not_in: "Bytes", address_contains: "Bytes", address_not_contains: "Bytes", factoryAddress: "Bytes", factoryAddress_not: "Bytes", factoryAddress_gt: "Bytes", factoryAddress_lt: "Bytes", factoryAddress_gte: "Bytes", factoryAddress_lte: "Bytes", factoryAddress_in: "Bytes", factoryAddress_not_in: "Bytes", factoryAddress_contains: "Bytes", factoryAddress_not_contains: "Bytes", token: "Bytes", token_not: "Bytes", token_gt: "Bytes", token_lt: "Bytes", token_gte: "Bytes", token_lte: "Bytes", token_in: "Bytes", token_not_in: "Bytes", token_contains: "Bytes", token_not_contains: "Bytes", client: "Bytes", client_not: "Bytes", client_gt: "Bytes", client_lt: "Bytes", client_gte: "Bytes", client_lte: "Bytes", client_in: "Bytes", client_not_in: "Bytes", client_contains: "Bytes", client_not_contains: "Bytes", provider: "Bytes", provider_not: "Bytes", provider_gt: "Bytes", provider_lt: "Bytes", provider_gte: "Bytes", provider_lte: "Bytes", provider_in: "Bytes", provider_not_in: "Bytes", provider_contains: "Bytes", provider_not_contains: "Bytes", resolverType: "ADR", resolverType_not: "ADR", resolverType_in: "ADR", resolverType_not_in: "ADR", resolver: "Bytes", resolver_not: "Bytes", resolver_gt: "Bytes", resolver_lt: "Bytes", resolver_gte: "Bytes", resolver_lte: "Bytes", resolver_in: "Bytes", resolver_not_in: "Bytes", resolver_contains: "Bytes", resolver_not_contains: "Bytes", resolutionRate: "BigInt", resolutionRate_not: "BigInt", resolutionRate_gt: "BigInt", resolutionRate_lt: "BigInt", resolutionRate_gte: "BigInt", resolutionRate_lte: "BigInt", resolutionRate_in: "BigInt", resolutionRate_not_in: "BigInt", amounts: "BigInt", amounts_not: "BigInt", amounts_contains: "BigInt", amounts_contains_nocase: "BigInt", amounts_not_contains: "BigInt", amounts_not_contains_nocase: "BigInt", currentMilestone: "BigInt", currentMilestone_not: "BigInt", currentMilestone_gt: "BigInt", currentMilestone_lt: "BigInt", currentMilestone_gte: "BigInt", currentMilestone_lte: "BigInt", currentMilestone_in: "BigInt", currentMilestone_not_in: "BigInt", total: "BigInt", total_not: "BigInt", total_gt: "BigInt", total_lt: "BigInt", total_gte: "BigInt", total_lte: "BigInt", total_in: "BigInt", total_not_in: "BigInt", released: "BigInt", released_not: "BigInt", released_gt: "BigInt", released_lt: "BigInt", released_gte: "BigInt", released_lte: "BigInt", released_in: "BigInt", released_not_in: "BigInt", createdAt: "BigInt", createdAt_not: "BigInt", createdAt_gt: "BigInt", createdAt_lt: "BigInt", createdAt_gte: "BigInt", createdAt_lte: "BigInt", createdAt_in: "BigInt", createdAt_not_in: "BigInt", creationTxHash: "Bytes", creationTxHash_not: "Bytes", creationTxHash_gt: "Bytes", creationTxHash_lt: "Bytes", creationTxHash_gte: "Bytes", creationTxHash_lte: "Bytes", creationTxHash_in: "Bytes", creationTxHash_not_in: "Bytes", creationTxHash_contains: "Bytes", creationTxHash_not_contains: "Bytes", terminationTime: "BigInt", terminationTime_not: "BigInt", terminationTime_gt: "BigInt", terminationTime_lt: "BigInt", terminationTime_gte: "BigInt", terminationTime_lte: "BigInt", terminationTime_in: "BigInt", terminationTime_not_in: "BigInt", details: "Bytes", details_not: "Bytes", details_gt: "Bytes", details_lt: "Bytes", details_gte: "Bytes", details_lte: "Bytes", details_in: "Bytes", details_not_in: "Bytes", details_contains: "Bytes", details_not_contains: "Bytes", disputeId: "BigInt", disputeId_not: "BigInt", disputeId_gt: "BigInt", disputeId_lt: "BigInt", disputeId_gte: "BigInt", disputeId_lte: "BigInt", disputeId_in: "BigInt", disputeId_not_in: "BigInt", projectAgreement_: "Agreement_filter", startDate: "BigInt", startDate_not: "BigInt", startDate_gt: "BigInt", startDate_lt: "BigInt", startDate_gte: "BigInt", startDate_lte: "BigInt", startDate_in: "BigInt", startDate_not_in: "BigInt", endDate: "BigInt", endDate_not: "BigInt", endDate_gt: "BigInt", endDate_lt: "BigInt", endDate_gte: "BigInt", endDate_lte: "BigInt", endDate_in: "BigInt", endDate_not_in: "BigInt", deposits_: "Deposit_filter", withdraws_: "Withdraw_filter", releases_: "Release_filter", disputes_: "Dispute_filter", resolutions_: "Resolution_filter", tokenMetadata_: "Token_filter", verified_: "Verified_filter", milestonesAdded_: "MilestonesAdded_filter", version: "BigInt", version_not: "BigInt", version_gt: "BigInt", version_lt: "BigInt", version_gte: "BigInt", version_lte: "BigInt", version_in: "BigInt", version_not_in: "BigInt", lateFee: "BigInt", lateFee_not: "BigInt", lateFee_gt: "BigInt", lateFee_lt: "BigInt", lateFee_gte: "BigInt", lateFee_lte: "BigInt", lateFee_in: "BigInt", lateFee_not_in: "BigInt", lateFeeTimeInterval: "BigInt", lateFeeTimeInterval_not: "BigInt", lateFeeTimeInterval_gt: "BigInt", lateFeeTimeInterval_lt: "BigInt", lateFeeTimeInterval_gte: "BigInt", lateFeeTimeInterval_lte: "BigInt", lateFeeTimeInterval_in: "BigInt", lateFeeTimeInterval_not_in: "BigInt", tipAmount_: "Tip_filter", deadline: "BigInt", deadline_not: "BigInt", deadline_gt: "BigInt", deadline_lt: "BigInt", deadline_gte: "BigInt", deadline_lte: "BigInt", deadline_in: "BigInt", deadline_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Invoice_filter", or: "Invoice_filter" }, Invoice_orderBy: "enum", MilestonesAdded_filter: { sender: "Bytes", sender_not: "Bytes", sender_gt: "Bytes", sender_lt: "Bytes", sender_gte: "Bytes", sender_lte: "Bytes", sender_in: "Bytes", sender_not_in: "Bytes", sender_contains: "Bytes", sender_not_contains: "Bytes", invoice: "Bytes", invoice_not: "Bytes", invoice_gt: "Bytes", invoice_lt: "Bytes", invoice_gte: "Bytes", invoice_lte: "Bytes", invoice_in: "Bytes", invoice_not_in: "Bytes", invoice_contains: "Bytes", invoice_not_contains: "Bytes", milestones: "BigInt", milestones_not: "BigInt", milestones_contains: "BigInt", milestones_contains_nocase: "BigInt", milestones_not_contains: "BigInt", milestones_not_contains_nocase: "BigInt", _change_block: "BlockChangedFilter", and: "MilestonesAdded_filter", or: "MilestonesAdded_filter" }, MilestonesAdded_orderBy: "enum", OrderDirection: "enum", Query: { invoice: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, invoices: { orderBy: "Invoice_orderBy", orderDirection: "OrderDirection", where: "Invoice_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, deposit: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, deposits: { orderBy: "Deposit_orderBy", orderDirection: "OrderDirection", where: "Deposit_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, agreement: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, agreements: { orderBy: "Agreement_orderBy", orderDirection: "OrderDirection", where: "Agreement_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, release: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, releases: { orderBy: "Release_orderBy", orderDirection: "OrderDirection", where: "Release_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, withdraw: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, withdraws: { orderBy: "Withdraw_orderBy", orderDirection: "OrderDirection", where: "Withdraw_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, dispute: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, disputes: { orderBy: "Dispute_orderBy", orderDirection: "OrderDirection", where: "Dispute_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, resolution: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, resolutions: { orderBy: "Resolution_orderBy", orderDirection: "OrderDirection", where: "Resolution_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, token: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tokens: { orderBy: "Token_orderBy", orderDirection: "OrderDirection", where: "Token_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, verified: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, verifieds: { orderBy: "Verified_orderBy", orderDirection: "OrderDirection", where: "Verified_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, milestonesAdded: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, milestonesAddeds: { orderBy: "MilestonesAdded_orderBy", orderDirection: "OrderDirection", where: "MilestonesAdded_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tip: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tips: { orderBy: "Tip_orderBy", orderDirection: "OrderDirection", where: "Tip_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, _meta: { block: "Block_height" } }, Release_filter: { txHash: "Bytes", txHash_not: "Bytes", txHash_gt: "Bytes", txHash_lt: "Bytes", txHash_gte: "Bytes", txHash_lte: "Bytes", txHash_in: "Bytes", txHash_not_in: "Bytes", txHash_contains: "Bytes", txHash_not_contains: "Bytes", invoice_: "Invoice_filter", milestone: "BigInt", milestone_not: "BigInt", milestone_gt: "BigInt", milestone_lt: "BigInt", milestone_gte: "BigInt", milestone_lte: "BigInt", milestone_in: "BigInt", milestone_not_in: "BigInt", amount: "BigInt", amount_not: "BigInt", amount_gt: "BigInt", amount_lt: "BigInt", amount_gte: "BigInt", amount_lte: "BigInt", amount_in: "BigInt", amount_not_in: "BigInt", timestamp: "BigInt", timestamp_not: "BigInt", timestamp_gt: "BigInt", timestamp_lt: "BigInt", timestamp_gte: "BigInt", timestamp_lte: "BigInt", timestamp_in: "BigInt", timestamp_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Release_filter", or: "Release_filter" }, Release_orderBy: "enum", Resolution_filter: { txHash: "Bytes", txHash_not: "Bytes", txHash_gt: "Bytes", txHash_lt: "Bytes", txHash_gte: "Bytes", txHash_lte: "Bytes", txHash_in: "Bytes", txHash_not_in: "Bytes", txHash_contains: "Bytes", txHash_not_contains: "Bytes", details: "Bytes", details_not: "Bytes", details_gt: "Bytes", details_lt: "Bytes", details_gte: "Bytes", details_lte: "Bytes", details_in: "Bytes", details_not_in: "Bytes", details_contains: "Bytes", details_not_contains: "Bytes", invoice_: "Invoice_filter", resolverType: "ADR", resolverType_not: "ADR", resolverType_in: "ADR", resolverType_not_in: "ADR", resolver: "Bytes", resolver_not: "Bytes", resolver_gt: "Bytes", resolver_lt: "Bytes", resolver_gte: "Bytes", resolver_lte: "Bytes", resolver_in: "Bytes", resolver_not_in: "Bytes", resolver_contains: "Bytes", resolver_not_contains: "Bytes", clientAward: "BigInt", clientAward_not: "BigInt", clientAward_gt: "BigInt", clientAward_lt: "BigInt", clientAward_gte: "BigInt", clientAward_lte: "BigInt", clientAward_in: "BigInt", clientAward_not_in: "BigInt", providerAward: "BigInt", providerAward_not: "BigInt", providerAward_gt: "BigInt", providerAward_lt: "BigInt", providerAward_gte: "BigInt", providerAward_lte: "BigInt", providerAward_in: "BigInt", providerAward_not_in: "BigInt", resolutionDetails: "Bytes", resolutionDetails_not: "Bytes", resolutionDetails_gt: "Bytes", resolutionDetails_lt: "Bytes", resolutionDetails_gte: "Bytes", resolutionDetails_lte: "Bytes", resolutionDetails_in: "Bytes", resolutionDetails_not_in: "Bytes", resolutionDetails_contains: "Bytes", resolutionDetails_not_contains: "Bytes", resolutionFee: "BigInt", resolutionFee_not: "BigInt", resolutionFee_gt: "BigInt", resolutionFee_lt: "BigInt", resolutionFee_gte: "BigInt", resolutionFee_lte: "BigInt", resolutionFee_in: "BigInt", resolutionFee_not_in: "BigInt", ruling: "BigInt", ruling_not: "BigInt", ruling_gt: "BigInt", ruling_lt: "BigInt", ruling_gte: "BigInt", ruling_lte: "BigInt", ruling_in: "BigInt", ruling_not_in: "BigInt", timestamp: "BigInt", timestamp_not: "BigInt", timestamp_gt: "BigInt", timestamp_lt: "BigInt", timestamp_gte: "BigInt", timestamp_lte: "BigInt", timestamp_in: "BigInt", timestamp_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Resolution_filter", or: "Resolution_filter" }, Resolution_orderBy: "enum", Subscription: { invoice: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, invoices: { orderBy: "Invoice_orderBy", orderDirection: "OrderDirection", where: "Invoice_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, deposit: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, deposits: { orderBy: "Deposit_orderBy", orderDirection: "OrderDirection", where: "Deposit_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, agreement: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, agreements: { orderBy: "Agreement_orderBy", orderDirection: "OrderDirection", where: "Agreement_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, release: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, releases: { orderBy: "Release_orderBy", orderDirection: "OrderDirection", where: "Release_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, withdraw: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, withdraws: { orderBy: "Withdraw_orderBy", orderDirection: "OrderDirection", where: "Withdraw_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, dispute: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, disputes: { orderBy: "Dispute_orderBy", orderDirection: "OrderDirection", where: "Dispute_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, resolution: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, resolutions: { orderBy: "Resolution_orderBy", orderDirection: "OrderDirection", where: "Resolution_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, token: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tokens: { orderBy: "Token_orderBy", orderDirection: "OrderDirection", where: "Token_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, verified: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, verifieds: { orderBy: "Verified_orderBy", orderDirection: "OrderDirection", where: "Verified_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, milestonesAdded: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, milestonesAddeds: { orderBy: "MilestonesAdded_orderBy", orderDirection: "OrderDirection", where: "MilestonesAdded_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tip: { block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, tips: { orderBy: "Tip_orderBy", orderDirection: "OrderDirection", where: "Tip_filter", block: "Block_height", subgraphError: "_SubgraphErrorPolicy_" }, _meta: { block: "Block_height" } }, Tip_filter: { sender: "Bytes", sender_not: "Bytes", sender_gt: "Bytes", sender_lt: "Bytes", sender_gte: "Bytes", sender_lte: "Bytes", sender_in: "Bytes", sender_not_in: "Bytes", sender_contains: "Bytes", sender_not_contains: "Bytes", amount: "BigInt", amount_not: "BigInt", amount_gt: "BigInt", amount_lt: "BigInt", amount_gte: "BigInt", amount_lte: "BigInt", amount_in: "BigInt", amount_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Tip_filter", or: "Tip_filter" }, Tip_orderBy: "enum", Token_filter: { _change_block: "BlockChangedFilter", and: "Token_filter", or: "Token_filter" }, Token_orderBy: "enum", Verified_filter: { client: "Bytes", client_not: "Bytes", client_gt: "Bytes", client_lt: "Bytes", client_gte: "Bytes", client_lte: "Bytes", client_in: "Bytes", client_not_in: "Bytes", client_contains: "Bytes", client_not_contains: "Bytes", invoice: "Bytes", invoice_not: "Bytes", invoice_gt: "Bytes", invoice_lt: "Bytes", invoice_gte: "Bytes", invoice_lte: "Bytes", invoice_in: "Bytes", invoice_not_in: "Bytes", invoice_contains: "Bytes", invoice_not_contains: "Bytes", _change_block: "BlockChangedFilter", and: "Verified_filter", or: "Verified_filter" }, Verified_orderBy: "enum", Withdraw_filter: { txHash: "Bytes", txHash_not: "Bytes", txHash_gt: "Bytes", txHash_lt: "Bytes", txHash_gte: "Bytes", txHash_lte: "Bytes", txHash_in: "Bytes", txHash_not_in: "Bytes", txHash_contains: "Bytes", txHash_not_contains: "Bytes", invoice_: "Invoice_filter", amount: "BigInt", amount_not: "BigInt", amount_gt: "BigInt", amount_lt: "BigInt", amount_gte: "BigInt", amount_lte: "BigInt", amount_in: "BigInt", amount_not_in: "BigInt", timestamp: "BigInt", timestamp_not: "BigInt", timestamp_gt: "BigInt", timestamp_lt: "BigInt", timestamp_gte: "BigInt", timestamp_lte: "BigInt", timestamp_in: "BigInt", timestamp_not_in: "BigInt", _change_block: "BlockChangedFilter", and: "Withdraw_filter", or: "Withdraw_filter" }, Withdraw_orderBy: "enum", _SubgraphErrorPolicy_: "enum" }; export const ReturnTypes = { entity: {}, subgraphId: { id: "String" }, derivedFrom: { field: "String" }, Agreement: { id: "ID", type: "String", src: "String", createdAt: "BigInt" }, BigDecimal: `scalar.BigDecimal`, BigInt: `scalar.BigInt`, Bytes: `scalar.Bytes`, Deposit: { id: "ID", txHash: "Bytes", sender: "Bytes", invoice: "Invoice", amount: "BigInt", timestamp: "BigInt" }, Dispute: { id: "ID", txHash: "Bytes", invoice: "Invoice", sender: "Bytes", details: "Bytes", ipfsHash: "String", disputeToken: "Bytes", disputeFee: "BigInt", disputeId: "BigInt", timestamp: "BigInt" }, Int8: `scalar.Int8`, Invoice: { id: "ID", network: "String", address: "Bytes", factoryAddress: "Bytes", token: "Bytes", client: "Bytes", provider: "Bytes", resolverType: "ADR", resolver: "Bytes", resolutionRate: "BigInt", isLocked: "Boolean", amounts: "BigInt", numMilestones: "Int", currentMilestone: "BigInt", total: "BigInt", released: "BigInt", createdAt: "BigInt", creationTxHash: "Bytes", terminationTime: "BigInt", details: "Bytes", ipfsHash: "String", disputeId: "BigInt", projectName: "String", projectDescription: "String", projectAgreement: "Agreement", startDate: "BigInt", endDate: "BigInt", deposits: "Deposit", withdraws: "Withdraw", releases: "Release", disputes: "Dispute", resolutions: "Resolution", tokenMetadata: "Token", verified: "Verified", milestonesAdded: "MilestonesAdded", invoiceType: "String", version: "BigInt", lateFee: "BigInt", lateFeeTimeInterval: "BigInt", tipAmount: "Tip", deadline: "BigInt", fulfilled: "Boolean" }, MilestonesAdded: { id: "ID", sender: "Bytes", invoice: "Bytes", milestones: "BigInt" }, Query: { invoice: "Invoice", invoices: "Invoice", deposit: "Deposit", deposits: "Deposit", agreement: "Agreement", agreements: "Agreement", release: "Release", releases: "Release", withdraw: "Withdraw", withdraws: "Withdraw", dispute: "Dispute", disputes: "Dispute", resolution: "Resolution", resolutions: "Resolution", token: "Token", tokens: "Token", verified: "Verified", verifieds: "Verified", milestonesAdded: "MilestonesAdded", milestonesAddeds: "MilestonesAdded", tip: "Tip", tips: "Tip", _meta: "_Meta_" }, Release: { id: "ID", txHash: "Bytes", invoice: "Invoice", milestone: "BigInt", amount: "BigInt", timestamp: "BigInt" }, Resolution: { id: "ID", txHash: "Bytes", details: "Bytes", ipfsHash: "String", invoice: "Invoice", resolverType: "ADR", resolver: "Bytes", clientAward: "BigInt", providerAward: "BigInt", resolutionDetails: "Bytes", resolutionFee: "BigInt", ruling: "BigInt", timestamp: "BigInt" }, Subscription: { invoice: "Invoice", invoices: "Invoice", deposit: "Deposit", deposits: "Deposit", agreement: "Agreement", agreements: "Agreement", release: "Release", releases: "Release", withdraw: "Withdraw", withdraws: "Withdraw", dispute: "Dispute", disputes: "Dispute", resolution: "Resolution", resolutions: "Resolution", token: "Token", tokens: "Token", verified: "Verified", verifieds: "Verified", milestonesAdded: "MilestonesAdded", milestonesAddeds: "MilestonesAdded", tip: "Tip", tips: "Tip", _meta: "_Meta_" }, Tip: { id: "ID", sender: "Bytes", amount: "BigInt" }, Token: { id: "ID", name: "String", symbol: "String", decimals: "Int" }, Verified: { id: "ID", client: "Bytes", invoice: "Bytes" }, Withdraw: { id: "ID", txHash: "Bytes", invoice: "Invoice", amount: "BigInt", timestamp: "BigInt" }, _Block_: { hash: "Bytes", number: "Int", timestamp: "Int" }, _Meta_: { block: "_Block_", deployment: "String", hasIndexingErrors: "Boolean" } }; export const Ops = { query: "Query", subscription: "Subscription" };