Skip to content

Conversation

@dd32
Copy link
Member

@dd32 dd32 commented Feb 1, 2024

The Meetup GraphQL API can return a NULL response, when we'd usually expect an error to be returned.

An example of this is when a query is made to a non-existent group:

$client->get_group_details( 'A-Group-That-No-Exist' );

This has a flow-on effect to uses of this client, as a non-false/non-error result is returned, that's often just [ 'groupByUrlname' => NULL ]

The Meetup GraphQL API can return a `NULL` response, when we'd usually expect an error to be returned.

An example of this is when a query is made to a non-existent group:
```
$client->get_group_details( 'A-Group-That-No-Exist' );
```

This has a flow-on effect to uses of this client, as a non-false/non-error result is returned, that's often just `[ 'groupByUrlname' => NULL ]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants