Skip to content

Commit

Permalink
fix(account): removes required input for profile request
Browse files Browse the repository at this point in the history
remove the required Profile input for requests for user profiles date
  • Loading branch information
anguspiv committed Feb 21, 2023
1 parent 2ab58e1 commit 6d691bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/queries/profile.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { gql } from '@apollo/client';

export const GET_PROFILE = gql`
query GetProfile($input: ProfileInput!) {
query GetProfile($input: ProfileInput) {
profile(input: $input) {
id
userId
Expand Down

0 comments on commit 6d691bd

Please sign in to comment.