Skip to content

Commit

Permalink
Merge pull request #147 from movio/add-polling-operation-name
Browse files Browse the repository at this point in the history
Add operationName to bramble service poll
  • Loading branch information
Lucian Jones authored Apr 14, 2022
2 parents 3f1fe52 + 70f4985 commit 1fe4a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introspection.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewService(serviceURL string) *Service {

// Update queries the service's schema, name and version and updates its status.
func (s *Service) Update() (bool, error) {
req := NewRequest("{ service { name, version, schema} }")
req := NewRequest("query brambleServicePoll { service { name, version, schema} }")
response := struct {
Service struct {
Name string `json:"name"`
Expand Down

0 comments on commit 1fe4a6d

Please sign in to comment.