URI for graphql

Am trying to locate the URI for graphql

const client = new ApolloClient({
uri: ‘/api/src/graphql’, // Replace with your GraphQL API endpoint
cache: new InMemoryCache(),
})

any idea what should be the URI location in redwood ?