Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 24, 2024
1 parent 70c48a1 commit 3281a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ Lookups can also be nested if they can be reached through other lookups.

```graphql example
type Query {
organization(id: ID!): Ogranization @lookup
organization(id: ID!): Organization @lookup
}

type Ogranization {
type Organization {
repository(name: String!): Repository @lookup
}

type Repository @key(fields: "id organization { id }") {
name: String!
organization: Ogranization
organization: Organization
}
```

Expand Down

0 comments on commit 3281a2b

Please sign in to comment.