Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Apr 22, 2024
1 parent 5f4cb57 commit 9c63a95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/telemetry-otlp.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ type News {
title: String
body: String
postImage: String
status: Status
}

enum Status {
PUBLISHED
DRAFT
DELETED
}

type NewsData {
Expand Down

0 comments on commit 9c63a95

Please sign in to comment.