import gql from "graphql-tag"; export default gql ` query { people{ username, name, location, avatarUrl } } `;