Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a277025

Browse filesBrowse files
author
emfrouin
authored
Update README to include install cmd
1 parent 99d1c8f commit a277025
Copy full SHA for a277025

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Please note this is still in active development and it might introduce breaking
66

77
## Usage
88

9+
To install latest package release:
10+
`composer require skillshare/apollo-federation-php:dev-master#99d1c8f8554e4eb3d5c5f70bb714fcb7de2dc5f4`
11+
912
### Entity types
1013

1114
An entity is a type that can be referenced by another service. Entities create connection points between services and form the basic building blocks of a federated graph. Entities have a primary key whose value uniquely identifies a specific instance of the type, similar to the function of a primary key in a SQL table.
@@ -97,4 +100,4 @@ $schema = new FederatedSchema($config);
97100
$query = 'query GetServiceSDL { _service { sdl } }';
98101

99102
$result = GraphQL::executeQuery($schema, $query);
100-
```
103+
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.