Update FE case to match BE graphql case (camelCase) (#154)
This commit is contained in:
@ -22,11 +22,11 @@ export const GET_PEOPLE = gql`
|
||||
city
|
||||
firstname
|
||||
lastname
|
||||
created_at: createdAt
|
||||
createdAt
|
||||
company {
|
||||
id
|
||||
name
|
||||
domain_name: domainName
|
||||
domainName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user