diff --git a/dlt-connector/schema.gql b/dlt-connector/schema.gql deleted file mode 100644 index 30a58b0f1..000000000 --- a/dlt-connector/schema.gql +++ /dev/null @@ -1,32 +0,0 @@ -# ----------------------------------------------- -# !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!! -# !!! DO NOT MODIFY THIS FILE BY YOURSELF !!! -# ----------------------------------------------- - -"""The `Decimal` scalar type to represent currency values""" -scalar Decimal - -type Mutation { - transmitTransaction(data: TransactionInput!): TransmitTransactionResult! -} - -type Query { - version: String! -} - -input TransactionInput { - amount: Decimal! - createdAt: Int! - type: TransactionType! -} - -"""Type of the transaction""" -enum TransactionType { - CREATION - RECEIVE - SEND -} - -type TransmitTransactionResult { - dltTransactionIdHex: String! -} \ No newline at end of file