Collective's locations
How we deal with collective's addresses and countries
GraphQL API
{
name: { type: GraphQLString },
address: { type: GraphQLString },
country: { type: GraphQLString },
lat: { type: GraphQLFloat },
long: { type: GraphQLFloat },
}Database
Last updated