BOD-118 Added Saga to start conversations from anywhere. Removed gql apollo-boost due to package size and replaced with graphql-tag
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { gql } from "apollo-boost";
|
||||
import gql from "graphql-tag";
|
||||
|
||||
export const INSERT_NEW_NOTE = gql`
|
||||
mutation INSERT_NEW_NOTE($noteInput: [notes_insert_input!]!) {
|
||||
|
||||
Reference in New Issue
Block a user