Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Oct 23, 2023
1 parent 6b54e73 commit 78f5cc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphql/gqls/dataPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ export const UPDATE_OR_CREATE_DATA_POINT = gql`
$title: String
$description: String
$ownerIds: [ID!]
$ownerEmails: [String!]
$teamNames: [String!]
$teamIds: [ID!]
$dataCollectionTag: String
$querySuggestions: [DbIntegrationQuerySuggestionInput!]
Expand All @@ -114,6 +116,8 @@ export const UPDATE_OR_CREATE_DATA_POINT = gql`
name: $name
path: $path
title: $title
teamNames: $teamNames
ownerEmails: $ownerEmails
dataCollectionTag: $dataCollectionTag
description: $description
ownerIds: $ownerIds
Expand Down

0 comments on commit 78f5cc4

Please sign in to comment.