Expedia와 Airbnb가 LLM을 활용한 GraphQL 목업을 오픈소스로 공개했습니다.
Expedia Group은 Rust CLI인 mockql-rs를 오픈소스로 공개했습니다. 이 도구는 @mock-annotated GraphQL 필드를 요청 시에 LLM 생성 데이터로 채웁니다. 이는 Airbnb가 4월에 공개한 @generateMock과 유사하며, 두 가지는 서로 다른 아키텍처를 가지고 있으면서도 호환되지 않는 의미론을 가진 동일한 지시어 이름을 사용합니다. GraphQL 재단의 RFC도 2월에 발표되었습니다.
Expedia and Airbnb have open-sourced LLM-based GraphQL mocks.
Expedia Group has open-sourced mockql-rs, a Rust CLI that fills @mock-annotated GraphQL fields with LLM-generated data at request time. This follows Airbnb's release of @generateMock in April. Both solutions tackle the same problem using different architectures, yet they share the same directive name with incompatible semantics. Additionally, an RFC was opened by the GraphQL Foundation in February.