-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused #1
Comments
Hello The plugin will try to geocode a field on your source data. So if you take my example
Then in your
Then, if you have provided a valid
i.e. have the above in a component then you will have access to This Hope this helps, let me know if you need more help. |
Ok got it, I provide office and address and the plugin will add geocode into the graphql. Ace.
] |
So I feed real world address to get long/lat or vice versa?
Or is it the users current location?
Or?
Also, does it put into graphql this:
{
allOffice {
edges {
node {
geocode {
lat
lng
}
}
}
}
}
But where do I give it source material?
Thanks - looking forward to using
The text was updated successfully, but these errors were encountered: