gql_grpc run app: docker-compose up open: http://localhost:8082/graphql try this query: query MyQuery{ HelloWorld(input:"your name"){ message } } or query myQuery{ UserInfo(email: "test@nutrien.com"){ first_name last_name phone country } }