diff --git a/lib/new-admin/graphql/schema.js b/lib/new-admin/graphql/schema.js index c739d10e..5987f298 100644 --- a/lib/new-admin/graphql/schema.js +++ b/lib/new-admin/graphql/schema.js @@ -274,7 +274,7 @@ const typeDefs = gql` valid: Boolean } - type Bills { + type Bill { fiat: Int deviceId: ID created: Date @@ -288,7 +288,7 @@ const typeDefs = gql` operationType: String customBillCount: Int performedBy: String - bills: [Bills] + bills: [Bill] } type Query { @@ -327,7 +327,7 @@ const typeDefs = gql` notifications: [Notification] alerts: [Notification] hasUnreadNotifications: Boolean - bills: [Bills] + bills: [Bill] } type SupportLogsResponse {