
* WIP * WIP * WIP * packaga-lock.json * WIP * WIP * WIP * WIP * v0.1 * debug code removed --------- Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
13 lines
213 B
TypeScript
13 lines
213 B
TypeScript
import { gql } from '@urql/core'
|
|
|
|
export default gql`
|
|
mutation ProfileUpdateMutation($profile: ProfileInput!) {
|
|
updateProfile(profile: $profile) {
|
|
error
|
|
author {
|
|
name
|
|
}
|
|
}
|
|
}
|
|
`
|