schema { query: Query mutation: Mutation } type Query { current: Block @juniper(ownership: "owned") } type Mutation type Block { version: Int! currency: String! issuer: String! number: Int! }